← 返回 Skills 市场
ai-hub-admin

Generate Tesla Car Wraps

作者 AI-Hub-Admin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
115
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install generate-tesla-car-wraps
功能描述
Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen.
使用说明 (SKILL.md)

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

  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_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"}]}
安全使用建议
This skill appears coherent: it sends your DEEPNLP_ONEKEY_ROUTER_ACCESS key in an X-OneKey header to https://agent.deepnlp.org/agent_router to request generated wrap images. Before installing or running: (1) verify the OneKey API provider (DeepNLP) is trustworthy and that the key you provide is scoped appropriately (don’t use broad or high-privilege keys); (2) inspect or vet the npm package @aiagenta2z/onekey-gateway and the pip package ai-agent-marketplace before installing globally; (3) be aware the bundled scripts will attempt the request even if the env var is unset (they warn but do not exit) — consider setting a non-sensitive test key or modifying the script to abort if no key is present; (4) review network/endpoint policies if you need to restrict outbound traffic to known hosts. If you need higher assurance, ask the publisher for a canonical homepage/source repo and signed releases for the CLI packages before use.
功能分析
Type: OpenClaw Skill Name: generate-tesla-car-wraps Version: 1.0.0 The skill bundle provides tools to interface with the DeepNLP OneKey Router API for generating Tesla car wrap images. The Python and TypeScript scripts (generate_tesla_wraps.py/ts) are well-structured, performing standard POST requests to a legitimate service endpoint (agent.deepnlp.org) using a dedicated environment variable for authentication. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (generate Tesla car wraps via a OneKey router) aligns with the artifacts: both included scripts and SKILL.md call a OneKey agent router and require DEEPNLP_ONEKEY_ROUTER_ACCESS. Minor mismatch: SKILL.md lists npm and python packages (onekey-gateway, ai-agent-marketplace) and a recommended CLI that are not imported by the included scripts (the scripts call the HTTP endpoint directly), which is plausible if the CLI is a separate recommended tool but is worth verifying.
Instruction Scope
Runtime instructions are narrowly scoped to sending a JSON payload (prompt, image URLs, mode, car model, count) to https://agent.deepnlp.org/agent_router using the X-OneKey header. The SKILL.md does not instruct the agent to read unrelated files or environment variables. Small implementation issue: both scripts warn if the API key is missing but then continue and send an empty header value rather than exiting — this is a bug but not an indicator of malicious intent.
Install Mechanism
This is an instruction-only skill with included scripts; there is no download-from-arbitrary-URL or extract step. SKILL.md suggests npm/pip installs for convenience (global CLI and a python package). Those are typical and not inherently risky, though you should verify the npm package (@aiagenta2z/onekey-gateway) and pip package provenance before global installation.
Credentials
Only one required environment variable is declared (DEEPNLP_ONEKEY_ROUTER_ACCESS) and that is used as the OneKey API key in requests. No unrelated credentials, config paths, or secrets are requested.
Persistence & Privilege
The skill does not request permanent/always-on presence and uses default agent invocation settings. It does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install generate-tesla-car-wraps
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /generate-tesla-car-wraps 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "generate-tesla-car-wraps" skill. - Enables generation of Tesla car wrap images and paint visualizations using the Craftsman Agent API OneKey Router. - Supports CLI, Python, and TypeScript usage for API calls. - Requires the environment variable DEEPNLP_ONEKEY_ROUTER_ACCESS for authentication. - Provides sample usage commands and a demo response for easy setup.
元数据
Slug generate-tesla-car-wraps
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Generate Tesla Car Wraps 是什么?

Call Craftsman Agent API OneKey Router to generate Tesla Car Wrap Images and Paints that will display on 3D screen. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Generate Tesla Car Wraps?

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

Generate Tesla Car Wraps 是免费的吗?

是的,Generate Tesla Car Wraps 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Generate Tesla Car Wraps 支持哪些平台?

Generate Tesla Car Wraps 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Generate Tesla Car Wraps?

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

💬 留言讨论