← Back to Skills Marketplace
1888
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install recraft
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: it uploads your provided images (and prompts) to Recraft's API and writes the returned image bytes to disk. Before installing, confirm you trust Recraft and its domain (the script calls https://external.api.recraft.ai/v1). You will need a valid RECRAFT_API_TOKEN (the tool will use your account credits). Also ensure the runtime has Python (>=3.10) and the 'requests' library installed — the install spec only installs the 'uv' brew formula and not Python packages. If you have privacy or billing concerns, review Recraft's policy because images you send will be transmitted to their API. Finally, if you want to be extra cautious, inspect or run the bundled script in a restricted environment (no extra secrets mounted) before giving it network access or your API token.
Capability Analysis
Type: OpenClaw Skill
Name: recraft
Version: 1.0.0
The skill is designed to interact with the Recraft API for image generation and manipulation. The `SKILL.md` provides clear instructions and the `scripts/recraft.py` implements the stated functionality, making API calls to `external.api.recraft.ai`. It reads the `RECRAFT_API_TOKEN` environment variable, reads user-specified input image files, and saves base64-decoded image data to user-specified output files. All file I/O and network activities are directly aligned with the skill's purpose, and there is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
Name/description (image generation/editing via Recraft) match the code and SKILL.md. The script calls Recraft endpoints and requires a RECRAFT_API_TOKEN, which is appropriate for this purpose. The required binary 'uv' is used in the provided run examples.
Instruction Scope
SKILL.md only instructs the agent to set RECRAFT_API_TOKEN, run the bundled script via 'uv', supply input image paths, and save output files. The script reads only the provided input files and writes the specified output path, and posts data to Recraft API endpoints declared in the code. It does not instruct collecting unrelated system files or secrets.
Install Mechanism
Install uses a homebrew formula 'uv' which is a normal package install. No arbitrary downloads or extracts are present. Note: the Python script lists a dependency on 'requests' in a comment header but the install spec does not install Python dependencies; the environment running the script must already have the required Python runtime and libraries.
Credentials
Only RECRAFT_API_TOKEN is required and declared as the primary credential. That single API token is appropriate and proportional for a wrapper around Recraft's API; no unrelated credentials or system config paths are requested.
Persistence & Privilege
The skill is not force-included (always:false) and does not request persistent elevated privileges or modify other skills. It can be invoked autonomously (platform default), which is expected for a user-invocable integration and not by itself suspicious.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recraft - After installation, invoke the skill by name or use
/recraft - 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, edit, upscale, vectorize, and transform images via the Recraft API.
- Supports background removal and replacement, creative/crisp upscaling, and image variation.
- Multiple visual styles and aspect ratios available.
- Requires RECRAFT_API_TOKEN environment variable for authentication.
- Includes example commands and parameter explanations.
- Prints saved file paths; auto-attaches images where supported.
- Enforces API rate limits (100/min, 5/sec).
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 1888 downloads so far.
How do I install Recraft AI?
Run "/install recraft" 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