← 返回 Skills 市场
2354
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install reve-ai
功能描述
Generate, edit, and remix images using the Reve AI API. Use when creating images from text prompts, editing existing images with instructions, or combining/remixing multiple reference images. Requires REVE_API_KEY or REVE_AI_API_KEY environment variable.
安全使用建议
The skill's purpose (call Reve AI to generate/edit images) matches the documentation and bundled script, but the registry metadata omits the required API key declaration and Bun runtime requirement — this mismatch can hide what credentials/tools will be used. Before installing: (1) inspect scripts/reve.ts to confirm it only uses REVE_API_KEY or REVE_AI_API_KEY and does not access other env vars or unexpected endpoints; (2) run it in a sandbox or isolated environment with a test API key and non-sensitive images; (3) ensure Bun is installed from an official source; (4) if you do not want the model to call the skill autonomously, enable disableModelInvocation or require explicit user invocation; (5) prefer skills with a visible homepage/source and clearer metadata. If you cannot inspect the code, treat this skill as higher risk and avoid providing production credentials.
功能分析
Type: OpenClaw Skill
Name: reve-ai
Version: 1.0.2
The skill bundle is designed for image generation, editing, and remixing via the Reve AI API. The `scripts/reve.ts` file handles API key retrieval from environment variables, makes POST requests to `https://api.reve.com`, and performs file I/O (`readFileSync`, `writeFileSync`) for input and output images. These file operations are directly aligned with the stated purpose of an image processing tool. There is no evidence of intentional data exfiltration beyond the API key to the legitimate API endpoint, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in `SKILL.md` or `AGENTS.md`.
能力评估
Purpose & Capability
Name/description (image generation, edit, remix) align with the included script and SKILL.md. However the registry metadata lists no required environment variables or primary credential while the SKILL.md explicitly requires REVE_API_KEY or REVE_AI_API_KEY — an inconsistency that should be resolved.
Instruction Scope
SKILL.md instructions are scoped to generating, editing, and remixing images via the Reve API, and describe only reading input image files and writing output files. They require a Bun runtime and an API key and do not request unrelated system files or services in the prose.
Install Mechanism
No install spec is provided (instruction-only install), which minimizes installer risk. The script requires Bun to run; the Bun requirement is mentioned in SKILL.md but not surfaced in registry requirements. The included TypeScript script (scripts/reve.ts) will be executed by Bun and can perform network I/O — review its contents before running.
Credentials
The skill logically needs one API key (REVE_API_KEY or REVE_AI_API_KEY), which is proportionate. However the registry metadata declares no required env vars or primary credential while SKILL.md requires an API key — this mismatch means automated permission and credential controls may not be correctly applied. The code file should be inspected to confirm it only reads the stated API key and no other secrets or environment variables.
Persistence & Privilege
The skill does not set always:true and there is no explicit disableModelInvocation flag. Default behavior likely allows model-initiated invocation. This is reasonable for a user-invoked image-generation tool, but if you do not want the model to call the skill autonomously, consider requiring disableModelInvocation or user invocation controls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reve-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/reve-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Latest version with AGENTS.md
v1.0.1
Docs update and AGENTS.md improvements
v1.0.0
Initial release of Reve AI image generation skill.
- Generate images from text prompts with customizable aspect ratios and output paths.
- Edit existing images using text instructions.
- Remix up to 6 reference images with prompts, using inline image references.
- Supports multiple model versions for create, edit, and remix commands.
- Returns detailed JSON output after each operation.
- Handles common API errors, including invalid key, insufficient credits, rate limits, and input validation.
元数据
常见问题
Reve AI Image Generation 是什么?
Generate, edit, and remix images using the Reve AI API. Use when creating images from text prompts, editing existing images with instructions, or combining/remixing multiple reference images. Requires REVE_API_KEY or REVE_AI_API_KEY environment variable. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2354 次。
如何安装 Reve AI Image Generation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reve-ai」即可一键安装,无需额外配置。
Reve AI Image Generation 是免费的吗?
是的,Reve AI Image Generation 完全免费(开源免费),可自由下载、安装和使用。
Reve AI Image Generation 支持哪些平台?
Reve AI Image Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reve AI Image Generation?
由 dpaluy(@dpaluy)开发并维护,当前版本 v1.0.2。
推荐 Skills