← Back to Skills Marketplace
1249
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install recraft-ai
Description
Generate, vectorize, upscale, replace background, variate, remove background, and transform images via Recraft API.
Usage Guidance
This skill appears to do what it claims, but consider these practical checks before installing: (1) Treat your RECRAFT_API_TOKEN like a secret—anyone with it can use your Recraft account and credits. Use a token with minimal permissions if possible. (2) Confirm you trust https://recraft.ai and that the endpoint (BASE_URL in the script is https://external.api.recraft.ai/v1) is expected for your account. (3) Ensure runtime dependencies (Python 3.10+, requests) are available in the environment where 'uv run' will execute. (4) Because the script uploads local image files to the Recraft service, avoid sending images containing sensitive personal data unless you accept that they will be transmitted to Recraft. (5) If you want extra caution, run the script in an isolated environment/container and inspect traffic (or DNS) to verify endpoints before using production tokens.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The skill bundle is designed to interact with the Recraft AI API for image processing. It securely handles the API token via environment variables or command-line arguments and communicates exclusively with the official Recraft API endpoint (external.api.recraft.ai). While the script reads user-specified input image files, which could potentially be abused by a malicious user to send sensitive local files to the Recraft API, this is a common capability for image processing tools and the data is sent to the intended, legitimate service, not an unauthorized endpoint. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts to subvert the agent's behavior or exfiltrate data.
Capability Assessment
Purpose & Capability
Name/description (image generate/vectorize/upscale/transform) match the included script and required items: the script calls a Recraft API, requires an API token, and expects a 'uv' runner. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md and the script limit actions to: sending image files or prompts to the Recraft API, saving returned base64 image data to a user-specified path, and printing a MEDIA: line. The instructions do not ask the agent to read unrelated files, collect extra environment data, or transmit data to non-Recraft endpoints.
Install Mechanism
Install uses a Homebrew formula for 'uv', which is a low-risk, standard package install. The Python script lists requests as a dependency but the skill does not include an automated pip install step; this is an operational gap (not a security problem) users should be aware of so runtime dependencies are satisfied.
Credentials
Only RECRAFT_API_TOKEN is required and declared as primaryEnv. The script reads that token and no other environment variables or unrelated credentials. The token is proportionate to the declared API usage.
Persistence & Privilege
Skill is not configured as always:true and does not request persistent system-wide configuration changes or modify other skills. It runs on-demand and uses only its own script and environment token.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recraft-ai - After installation, invoke the skill by name or use
/recraft-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the recraft skill.
- Generate, vectorize, upscale, variate, replace/remove backgrounds, and transform images via the Recraft API.
- Offers multiple visual styles including photorealism, illustration, vector art, and icon.
- Supports custom prompt, input/output file paths, style, size, and transformation strength.
- Includes commands for image generation, editing, background operations, upscaling, and user info retrieval.
- Requires RECRAFT_API_TOKEN for authentication; setup instructions and rate limits documented.
Metadata
Frequently Asked Questions
What is Recraft AI?
Generate, vectorize, upscale, replace background, variate, remove background, and transform images via Recraft API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1249 downloads so far.
How do I install Recraft AI?
Run "/install recraft-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recraft AI free?
Yes, Recraft AI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Recraft AI support?
Recraft AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recraft AI?
It is built and maintained by nkrcrft (@nkrcrft); the current version is v1.0.0.
More Skills