Agent Skill
@dobot-plus/skillis an Agent Skill that converts the project requirements documentRequirements.mdinto runnable Dobot+ plugin code—including controller read/write logic, plugin UI pages, and block/script configuration.
Requirements
- Node.js v20+
- IDE (with Agent Skills support)
- @dobot-plus/cli (install globally for the
dptcommand, used for project builds)
Installation
npm install -g @dobot-plus/skill@latest
After installation, the skill is deployed automatically to ~/.agents/skills/dobot-plus.
Usage
When developing plugins with Agent Skill, you only need to:
- Provide
Requirements.mdwith a detailed description of the plugin's functionality and communication methods - Ensure the IDE has loaded the latest
SKILL.md. Refer to the official documentation for the IDESKILL.mdpath; the common path is~/.agents/skills/
If you want to customize development further or adjust content generated by Agent Skill, see the Development Guide.