一键导入
generate-tesla-car-wraps
Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Auto-generated skill for amap-maps-streamableHTTP tools via OneKey Gateway.
Auto-generated skill for baidu-maps-sse tools via OneKey Gateway.
Auto-generated skill for bing-image-search-mcp tools via OneKey Gateway.
Auto-generated skill for brave-search tools via OneKey Gateway.
Get China A-share market data (Shanghai/SH and Shenzhen/SZ) via FinanceAgent on OneKey Gateway.
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.
| name | generate-tesla-car-wraps |
| description | Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen. |
| env | {"DEEPNLP_ONEKEY_ROUTER_ACCESS":{"required":true,"description":"OneKey Gateway API key"}} |
| dependencies | {"npm":["@aiagenta2z/onekey-gateway"],"python":["ai-agent-marketplace"]} |
| installation | {"npm":"npm -g install @aiagenta2z/onekey-gateway","python":"pip install ai-agent-marketplace"} |
Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen.
DEEPNLP_ONEKEY_ROUTER_ACCESS.npx 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: controls the timeout of API calling, unit is mill seconds.| Parameter | Value |
|---|---|
| unique_id | craftsman-agent/craftsman-agent |
| api_id | generate_tesla_wraps |
| $JSON | prompt, images, mode, car_model, output_number (default to 1, now limited) |
Valid values for input parameters
| Parameter | Values |
|---|---|
| car_model | tesla_model_y tesla_model_y_2025_base tesla_model_y_2025_performance tesla_model_y_2025_premium tesla_model_yl tesla_model_3 tesla_model_3_2024_base tesla_model_3_2024_performance tesla_model_cybertruck tesla_model_roadster tesla_model_s tesla_model_x |
| mode | basic standard advanced |
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_ACCESS_KEY
npx 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 60000
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
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
Remember to set the environment variable:
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_ACCESS_KEY
Get your key at DeepNLP Workspace.
{"success":true,"text":"","images":[{"url":"https://us-static.aiagenta2z.com/local/files-wd/onekey_llm_router/efd67a8f-a427-4e56-8b00-c02d4eb332d5.png"}]}