generate-minecraft-3D-build-plan
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ai-hub-admin/generate-minecraft-3d-build-planGenerate 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 <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.
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"}]}
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ai-hub-admin-generate-minecraft-3d-build-plan": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
baidu-maps-sse
Auto-generated skill for baidu-maps-sse tools via OneKey Gateway.
brave-search
Auto-generated skill for brave-search tools via OneKey Gateway.
craftsman-agent-build-plans
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.
google-search
Auto-generated skill for google-search tools via OneKey Gateway.
firecrawl-mcp
Auto-generated skill for firecrawl-mcp tools via OneKey Gateway.