来源信息
- 仓库
- openags/auto-researcher
- 最近来源活动
- 2026年4月24日 15:19
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 9
- 分支
- 2
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- usb-camera
- description
- Robot skill for hardware control USB Camera
- type
- robot
- roles
- []
- tools
- []
- triggers
- []
- version
- 1.0.0
- protocol
- usb
- endpoint
- hardware
- {"manufacturer":"","model":"","firmware":""}
- commands
- []
## Hardware Overview
Describe the hardware device this skill controls.
## Communication Protocol
Document the communication interface in detail:
- **Protocol**: (e.g. REST API, gRPC, MQTT, CAN bus, RS-232, RS-485, USB, Modbus, OPC-UA, SiLA 2, ROS 2, Industrial Ethernet)
- **Baud rate / port**: (for serial connections)
- **Endpoint / topic**: (for network protocols)
- **Authentication**: (if applicable)
## Command Reference
List all available commands and their parameters:
| Command | Parameters | Description | Response |
|---------|-----------|-------------|----------|
| example | `{param: value}` | Description | Expected response |
## Safety Constraints
Document any safety-critical limits or constraints:
- Emergency stop procedure
- Axis / range limits
- Speed limits
- Collision avoidance notes
## Setup Instructions
How to connect and initialize the hardware for the first time.
在 GitHub 查看