Writing Custom Skills
How to extend DragonClaw with your own SKILL.md packages.
Minimal structure
my-skill/
└── SKILL.mdStrong skill design rules
Supported tool types
{"tool": "binance_market", "action": "GET", "endpoint": "/bapi/...", "params": {}}{"tool": "shell", "command": "curl -s https://api.example.com/data"}Testing
Last updated