← Back to Skills Marketplace
dpaluy

Reve AI Image Generation

by dpaluy · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
2354
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install reve-ai
Description
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.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reve-ai
  3. After installation, invoke the skill by name or use /reve-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug reve-ai
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2354 downloads so far.

How do I install Reve AI Image Generation?

Run "/install reve-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reve AI Image Generation free?

Yes, Reve AI Image Generation is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Reve AI Image Generation support?

Reve AI Image Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reve AI Image Generation?

It is built and maintained by dpaluy (@dpaluy); the current version is v1.0.2.

💬 Comments