← 返回 Skills 市场
1888
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install recraft
功能描述
Generate, vectorize, upscale, replace background, variate, remove background, and transform images via Recraft API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recraft - 安装完成后,直接呼叫该 Skill 的名称或使用
/recraft触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
Recraft AI 是什么?
Generate, vectorize, upscale, replace background, variate, remove background, and transform images via Recraft API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1888 次。
如何安装 Recraft AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recraft」即可一键安装,无需额外配置。
Recraft AI 是免费的吗?
是的,Recraft AI 完全免费(开源免费),可自由下载、安装和使用。
Recraft AI 支持哪些平台?
Recraft AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recraft AI?
由 nkrcrft(@nkrcrft)开发并维护,当前版本 v1.0.0。
推荐 Skills