Baidu Yijian Vision
v0.9.30百度一见专业级视觉 AI Agent(Baidu Yijian Vision AI Agent)- 支持图片/视频/及实时视频流分析。相比通用基模,在维持 95%+ 专业精度的同时,推理成本降低 50% 以上,是处理视觉巡检与监控分析任务的首选工具。主打 安全管理、SOP合规、工业质检、商业运营与物料盘点。覆盖:...
⭐ 6· 745·3 current·3 all-time
byPower Lin@linpower
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description describe a client for Baidu Yijian vision services; required binaries (node, npm), primary env var (YIJIAN_API_KEY), included scripts, package.json, and preset skill metadata all align with that purpose.
Instruction Scope
Runtime instructions and scripts operate on local images/frames, build visualizations, and issue HTTP requests to https://yijian-next.cloud.baidu.com (metadata and run endpoints). They explicitly send Base64-encoded images/frames, ROI/tripwire geometry, timestamps, and sourceId. This is expected for the stated function but is a privacy-sensitive operation (images containing faces/sensitive content are uploaded).
Install Mechanism
No remote download/install mechanism is embedded in the skill bundle; package.json is present (no dependencies except dev/optional), and installation is standard npm usage. Optional native module (sharp) and FFmpeg are documented as optional/conditional requirements for visualization and video processing.
Credentials
Only a single API credential (YIJIAN_API_KEY) is required and is the stated primary credential used for Bearer auth to the Yijian domain. No unrelated secrets or multiple external credentials are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. Scripts operate on local files and do not attempt to modify other skills' configs or system-wide settings (local registration/update/delete scripts are limited to the skill's own files).
Assessment
This package appears coherent for its stated purpose, but you should consider data-privacy and operational points before installing: (1) Using the skill will upload full image frames (possibly containing faces or sensitive scene content) to https://yijian-next.cloud.baidu.com — confirm this is permissible under your organization’s privacy/compliance rules. (2) Protect the YIJIAN_API_KEY like any secret (use temporary environment settings or secret management; rotate keys if shared). (3) Visualization features may require compiling native modules (sharp) and FFmpeg for video frames — that adds build-time complexity and native dependencies. (4) Review and test the scripts in a sandbox (inspect utils.mjs to confirm Authorization header usage) before granting production access. If any behavior beyond the documented endpoints or additional environment variables is observed, stop and audit the code further.Like a lobster shell, security has layers — review code before you run it.
latestvk973nrzfbh5008s2gbtrs9y93n8440b0
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsnode, npm
EnvYIJIAN_API_KEY
Primary envYIJIAN_API_KEY
