← Back to Skills Marketplace
ai-hub-admin

Generate Tesla Car Wraps

by AI-Hub-Admin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
115
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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.
README (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"}]}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install generate-tesla-car-wraps
  3. After installation, invoke the skill by name or use /generate-tesla-car-wraps
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug generate-tesla-car-wraps
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments