skills/generate-minecraft-3D-build-plan/SKILL.md
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.
npx skillsauth add ai-hub-admin/craftsman-agent generate-minecraft-3D-build-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.
DEEPNLP_ONEKEY_ROUTER_ACCESS.onekey agent <unique_id> <api_id> $JSON --timeout 30000
<unique_id>: the unique identifier of the onekey routed agents, "owner/repo".<api_id>: refers to the unique endpoint name of API.$JSON: the json string passed to cli.--timeout: controlls the timeout of API calling, unit is mill seconds.export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_ACCESS_KEY
onekey agent craftsman-agent/craftsman-agent generate_minecraft_build_plan '{"prompt":"Minecraft scene of Grassland and TNT Block, Purple Crystals","images":[],"mode":"basic"}' --timeout 30000
python3 scripts/generate_minecraft_build_plan.py --prompt "Minecraft scene of Grassland and TNT Block, Purple Crystals" --mode basic
node scripts/generate_minecraft_build_plan.ts --prompt "Minecraft scene of Grassland and TNT Block, Purple Crystals" --mode basic
Remember to set the environment variable:
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_ACCESS_KEY
Get your key at DeepNLP Workspace.
{"success":true,"text":"","images":[{"url":"https://us-static.aiagenta2z.com/local/files-wd/onekey_llm_router/efd67a8f-a427-4e56-8b00-c02d4eb332d5.png"}]}
development
Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen.
development
Call Craftsman Agent API OneKey Router to generate a LEGO 3D step-by-step instruction build plan.
tools
Turn prompts or ideas into 3D assembly/build plans such as LEGO Minecraft via the Craftsman Agent API (OneKey Gateway or local server). Use when generating build plans, inventory lists, or step-by-step assembly images for LEGO/Minecraft from text or reference images, or when wiring clients to the Craftsman Agent endpoints.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.