← Back to Skills Marketplace
ai-hub-admin

Generate Minecraft 3D build plan

by AI-Hub-Admin · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
130
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install generate-minecraft-3d-build-plan
Description
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.
README (SKILL.md)

Generate Minecraft 3D Build Plan

Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.

Quick Start

  1. Set your environment variable DEEPNLP_ONEKEY_ROUTER_ACCESS.
  2. 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"}]}
Usage Guidance
This skill appears coherent and implements what it says: it sends your prompt and any reference image URLs to https://agent.deepnlp.org/agent_router using the DEEPNLP_ONEKEY_ROUTER_ACCESS key. Before installing or running: (1) verify you trust the endpoint (agent.deepnlp.org) and the packages @aiagenta2z/onekey-gateway and ai-agent-marketplace; (2) use an API key with the minimum required scope and rotate/revoke it if needed; (3) avoid including sensitive secrets or personal data inside prompts or reference images because those are transmitted to the remote service; (4) if you prefer, review the included scripts (they are short and readable) and run them locally rather than installing additional packages.
Capability Analysis
Type: OpenClaw Skill Name: generate-minecraft-3d-build-plan Version: 1.0.1 The skill bundle provides a legitimate interface to the Craftsman Agent API for generating Minecraft 3D build plans. The Python and TypeScript scripts (generate_minecraft_build_plan.py/ts) perform standard HTTP POST requests to a designated endpoint (agent.deepnlp.org) using a user-provided API key. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the behavior: both scripts and the CLI call a OneKey agent router endpoint and require DEEPNLP_ONEKEY_ROUTER_ACCESS. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs to set the OneKey API key and run the provided CLI / Python / TypeScript scripts. The instructions and included scripts only validate image URLs and POST prompt/images to the declared endpoint; they do not read unrelated files or environment variables.
Install Mechanism
There is no registry-level install spec, but SKILL.md recommends installing npm (@aiagenta2z/onekey-gateway) and pip (ai-agent-marketplace) packages via standard package managers. These are normal mechanisms but are third‑party packages — verify package provenance before installing.
Credentials
Only a single service API key (DEEPNLP_ONEKEY_ROUTER_ACCESS) is required, which is appropriate for acting as a gateway client. The code only reads that environment variable and sends it in an X-OneKey header.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install generate-minecraft-3d-build-plan
  3. After installation, invoke the skill by name or use /generate-minecraft-3d-build-plan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added detailed usage instructions for CLI, Python, and TypeScript to generate Minecraft 3D build plans. - Updated documentation to clarify environment variable setup for authentication. - Provided a real demo result example. - Listed required dependencies and installation commands for both npm and Python. - Improved description of agent ID, endpoint usage, and API call structure.
Metadata
Slug generate-minecraft-3d-build-plan
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments