Generate Minecraft 3D build plan
/install generate-minecraft-3d-build-plan
Generate Minecraft 3D Build Plan
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.
Quick Start
- Set your environment variable
DEEPNLP_ONEKEY_ROUTER_ACCESS. - Use the CLI (primary suggested method) or the provided scripts.
Usage
1. CLI (Recommended)
CLI Illustration
onekey agent \x3Cunique_id> \x3Capi_id> $JSON --timeout 30000
\x3Cunique_id>: the unique identifier of the onekey routed agents, "owner/repo".\x3Capi_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.
Example
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
2. Python REST API
python3 scripts/generate_minecraft_build_plan.py --prompt "Minecraft scene of Grassland and TNT Block, Purple Crystals" --mode basic
3. TypeScript REST API
node scripts/generate_minecraft_build_plan.ts --prompt "Minecraft scene of Grassland and TNT Block, Purple Crystals" --mode basic
Authentication
Remember to set the environment variable:
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_ACCESS_KEY
Get your key at DeepNLP Workspace.
Demo Result
{"success":true,"text":"","images":[{"url":"https://us-static.aiagenta2z.com/local/files-wd/onekey_llm_router/efd67a8f-a427-4e56-8b00-c02d4eb332d5.png"}]}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install generate-minecraft-3d-build-plan - After installation, invoke the skill by name or use
/generate-minecraft-3d-build-plan - Provide required inputs per the skill's parameter spec and get structured output
What is Generate Minecraft 3D build plan?
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan. It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.
How do I install Generate Minecraft 3D build plan?
Run "/install generate-minecraft-3d-build-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Generate Minecraft 3D build plan free?
Yes, Generate Minecraft 3D build plan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Generate Minecraft 3D build plan support?
Generate Minecraft 3D build plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Generate Minecraft 3D build plan?
It is built and maintained by AI-Hub-Admin (@ai-hub-admin); the current version is v1.0.1.