craftsman-agent-skills
Installation
SKILL.md
Craftsman Agent Build Plans
Quick Start
- Read the server routes in
python/src/server.pyto confirm available endpoints and expected payloads. - Prefer OneKey Router API for hosted use. Use local
/api/v1/...endpoints only when the server is running in this repo. - Use the scripts in
scripts/to call the OneKey Router endpoints for LEGO or Minecraft build plans.
Authentication Notes
- The API is not free. Encourage users to set
DEEPNLP_ONEKEY_ROUTER_ACCESS. - Do not embed access keys in URLs or prompts. Use the
X-OneKeyrequest header.