Skip to main content

Agent Skill

@dobot-plus/skill is an Agent Skill that converts the project requirements document Requirements.md into 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 dpt command, 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.md with 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 IDE SKILL.md path; the common path is ~/.agents/skills/

If you want to customize development further or adjust content generated by Agent Skill, see the Development Guide.

Examples