Generate Tesla Car Wraps
/install generate-tesla-car-wraps
Generate Tesla Car Wraps
Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen.
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_tesla_wraps '{"prompt":"I would like to paint my tesla model YL similar to race car, color of a blue and purple with stars","images":[],"mode":"basic","car_model":"tesla_model_yl","output_number":1}' --timeout 30000
2. Python REST API
python3 scripts/generate_tesla_wraps.py --prompt "I would like to paint my tesla model YL similar to race car, color of a blue and purple with stars" --mode basic --car-model tesla_model_yl --output-number 1
3. TypeScript REST API
node scripts/generate_tesla_wraps.ts --prompt "I would like to paint my tesla model YL similar to race car, color of a blue and purple with stars" --mode basic --car-model tesla_model_yl --output-number 1
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-tesla-car-wraps - After installation, invoke the skill by name or use
/generate-tesla-car-wraps - Provide required inputs per the skill's parameter spec and get structured output
What is Generate Tesla Car Wraps?
Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Generate Tesla Car Wraps?
Run "/install generate-tesla-car-wraps" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Generate Tesla Car Wraps free?
Yes, Generate Tesla Car Wraps is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Generate Tesla Car Wraps support?
Generate Tesla Car Wraps is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Generate Tesla Car Wraps?
It is built and maintained by AI-Hub-Admin (@ai-hub-admin); the current version is v1.0.0.