← 返回 Skills 市场
ai-hub-admin

Generate Minecraft 3D build plan

作者 AI-Hub-Admin · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
130
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install generate-minecraft-3d-build-plan
功能描述
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.
使用说明 (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"}]}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install generate-minecraft-3d-build-plan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /generate-minecraft-3d-build-plan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug generate-minecraft-3d-build-plan
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Generate Minecraft 3D build plan 是什么?

Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。

如何安装 Generate Minecraft 3D build plan?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install generate-minecraft-3d-build-plan」即可一键安装,无需额外配置。

Generate Minecraft 3D build plan 是免费的吗?

是的,Generate Minecraft 3D build plan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Generate Minecraft 3D build plan 支持哪些平台?

Generate Minecraft 3D build plan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Generate Minecraft 3D build plan?

由 AI-Hub-Admin(@ai-hub-admin)开发并维护,当前版本 v1.0.1。

💬 留言讨论