generate-lego-3D-build-plan

Generate step-by-step LEGO 3D build plans from user prompts via CLI or REST APIs.

48|11|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/aiagenta2z/onekey-gateway --skill generate-lego-3d-build-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-lego-3D-build-plan
Source: https://github.com/aiagenta2z/onekey-gateway/tree/main/skills/generate-lego-3D-build-plan
Command: npx skills add https://github.com/aiagenta2z/onekey-gateway --skill generate-lego-3d-build-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

LEGO enthusiasts and teams need an automated way to generate repeatable LEGO 3D build plans from natural language prompts, saving time and ensuring consistency across builds.

Core Features & Use Cases

  • CLI, Python REST API, and TypeScript REST API workflows enable generating LEGO build plans from prompts.
  • Image URL validation & payload construction ensure safe, structured requests to the OneKey Router.
  • Use Case: rapidly turn a textual idea like "build a blue/red yacht" into a detailed, executable construction plan with steps and visuals.

Quick Start

Set DEEPNLP_ONEKEY_ROUTER_ACCESS and run the CLI or REST API to generate a LEGO build plan.

Frequently Asked Questions about generate-lego-3D-build-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a LEGO 3D build plan from a text prompt?

To generate a LEGO 3D build plan, provide a natural language prompt via the CLI, Python REST API, or TypeScript REST API. The system validates optional reference images, constructs a payload, and posts it to the OneKey Router to produce step-by-step construction instructions.

What is the best way to automate LEGO 3D build plan generation for teams?

Automating LEGO 3D build plan generation is best handled through the Python or TypeScript REST API workflows. These interfaces allow teams to programmatically send prompts and optional image URLs to the OneKey Router, ensuring repeatable and consistent construction plans.

Do I need an API key to generate LEGO 3D build plans?

You do not need to provide an API key to generate LEGO 3D build plans. The workflow requires setting the DEEPNLP_ONEKEY_ROUTER_ACCESS environment variable, but it automatically falls back to a demo key if no API key is provided in the request.

Can I use reference images when creating LEGO build instructions?

You can use reference images when creating LEGO build instructions by including image URLs in your request. The system validates these image URLs and incorporates them into the structured payload sent to the OneKey Router to guide the 3D construction plan output.

How does the payload construction work for LEGO 3D build plan API requests?

Payload construction for LEGO 3D build plan API requests works by validating image URLs and assembling a data object containing a unique_id and api_id. This structured payload is then sent to the OneKey Router using the X-OneKey header for processing.