← Back to Skills Marketplace
288
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install bd-test
Description
百度一见视觉技能(Baidu Yijian Vision Skill)- 可用于分析图片和视频。相比通用基模,在维持 95%+ 专业精度的同时,推理成本降低 50% 以上,是处理视觉巡检与监控分析任务的首选工具。主打 安全管理、SOP合规、工业质检、商业运营与物料盘点。覆盖:作业 SOP 合规与关键步骤完整性校验...
Usage Guidance
This package appears internally consistent for calling Baidu Yijian vision APIs: it requires Node/npm and a single YIJIAN_API_KEY and includes scripts to encode images, preview ROIs/tripwires, and call remote APIs. Before installing:
- Confirm trust in the package authors (source is listed as unknown and no homepage is provided). If you cannot verify the origin, avoid using it with sensitive images or run in an isolated environment.
- Understand that image files (and derived metadata such as base64 content and a short file hash) will be sent to an external service (Baidu Yijian). If privacy/confidentiality is a concern, do not provide sensitive images or create a limited-scoped API key.
- Inspect utils.mjs to verify exact HTTP endpoints, headers, and whether TLS/HTTPS is used as expected; ensure the code uses the declared YIJIAN_API_KEY only and does not read other secrets.
- Note the skill writes cache files under .cache in the repository; review and, if needed, periodically clear or protect those files.
- If you require higher assurance, request a package published from an auditable repository or from an official vendor/homepage and prefer signed/released artifacts.
Overall the skill is coherent with its stated purpose, but treat it as untrusted third-party code and review network behavior and API key scope before use.
Capability Analysis
Type: OpenClaw Skill
Name: bd-test
Version: 0.0.2
The bundle is a legitimate integration for the Baidu Yijian Vision platform, providing tools for image and video analysis, object detection, and ROI definition. The scripts (e.g., invoke.mjs, intent-invoke.mjs, and multimodal.mjs) facilitate API interactions with official Baidu domains (yijian-next.cloud.baidu.com and yijian.baidubce.com) using a user-provided API key. The code is well-documented, follows its stated purpose, and contains no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (Baidu Yijian Vision) match the code and scripts. The skill requires Node/npm and a single API key (YIJIAN_API_KEY) — exactly what a cloud vision client needs. Declared binaries, env var, and the provided scripts (intent-invoke, invoke, query, multimodal, workspace, visualization, grid helpers, types) are appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md and the scripts direct the agent to read local image files, encode them (base64), compute file hash IDs, render preview images, write caches under the skill's .cache folder, and make HTTPS API calls to router/workspace/skill endpoints using the API key. These actions are expected for this functionality, but they will transmit image bytes and metadata to an external service (Baidu Yijian). SKILL.md's claim that 'all data processing follows security protocols' is unverifiable from the bundle alone — review utils.mjs to confirm exact endpoints and transport/security details if this matters.
Install Mechanism
No install spec (instruction-only runtime) and the project is executed as local Node scripts — low install risk. package.json lists normal devDependencies and optional native dependency 'sharp'. Dev deps include a GitHub reference to 'openclaw' (development tooling) — nothing in the install spec pulls code from obscure/personal URLs or uses archive/extract installs.
Credentials
Only one required environment variable (YIJIAN_API_KEY) is declared and is used as the primary credential for API calls. There are no unrelated credentials or file paths requested. The scripts do read/write image files and cache data under the skill directory (.cache), which is reasonable for local tooling but may store sensitive metadata locally.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills or system-wide settings, and only writes local cache files under the skill's directory. Autonomous invocation is allowed by default (platform normal) and not by itself a problem; combine with the data transmission note above when considering deployment.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bd-test - After installation, invoke the skill by name or use
/bd-test - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
Baidu Yijian Vision Skill v0.0.2 — First public release with enhanced image/video skill invocation, intent routing, and ROI/tripwire workflows.
- Initial support for Baidu Yijian professional vision skill API integration with local client scripts.
- Added intent-based workflow: automatically match user intent to vision skills or fallback to multimodal inference.
- Introduced ROI (region of interest) and tripwire workflows with corresponding guides and parameter formats.
- New command-line scripts for skill invocation, intent matching, skill listing, workspace management, and visualization.
- Included comprehensive documentation and usage examples for all supported tasks and skill types.
v0.0.1
- Initial release of bd-test (formerly bd-skill).
- Provides tools to register, list, invoke, and delete various visual detection skills.
- Supports person detection, pedestrian counting, vehicle recognition, OCR, pose estimation, and object tracking.
- Includes commands and workflows for ROI (region of interest) and tripwire (detection line) definition.
- Added documentation for visualization, type definitions, frame extraction, grid system, and example usage.
Metadata
Frequently Asked Questions
What is bd test?
百度一见视觉技能(Baidu Yijian Vision Skill)- 可用于分析图片和视频。相比通用基模,在维持 95%+ 专业精度的同时,推理成本降低 50% 以上,是处理视觉巡检与监控分析任务的首选工具。主打 安全管理、SOP合规、工业质检、商业运营与物料盘点。覆盖:作业 SOP 合规与关键步骤完整性校验... It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install bd test?
Run "/install bd-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is bd test free?
Yes, bd test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does bd test support?
bd test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created bd test?
It is built and maintained by Power Lin (@linpower); the current version is v0.0.2.
More Skills