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.
Why use this skill?
Generate, edit, and remix high-quality images using the Reve AI API in OpenClaw. Streamline your visual content creation with powerful CLI commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dpaluy/reve-aiWhat This Skill Does
The reve-ai skill provides a powerful command-line interface for the Reve AI API, allowing OpenClaw users to generate, edit, and remix images seamlessly. It acts as a bridge between your local environment and advanced image generation models, enabling complex visual tasks such as creating new art from text descriptions, modifying existing assets with descriptive instructions, or blending multiple visual references into a single cohesive output. By leveraging this skill, you can automate image production pipelines, create custom visual content for projects, or iterate on designs with minimal overhead.
Installation
To integrate this skill into your workflow, you must have the Bun runtime installed on your machine. Install the skill via the OpenClaw CLI using the following command:
clawhub install openclaw/skills/skills/dpaluy/reve-ai
Ensure that you have generated your API key from the Reve AI dashboard. Set your credentials by exporting the REVE_API_KEY or REVE_AI_API_KEY environment variable in your terminal session or .env file.
Use Cases
- Asset Generation: Rapidly create high-quality images, illustrations, or concept art from text prompts.
- Image Editing: Apply style changes, object additions, or background modifications to existing files without needing external photo editing software.
- Creative Remixing: Combine multiple reference images to blend characters, styles, or environments into a unique final composition.
- Batch Processing: Integrate into automated workflows to generate dynamic visual content based on real-time triggers.
Example Prompts
- "Generate a 16:9 cinematic shot of a futuristic cyberpunk city with neon lights and flying cars, save it as cityscape.png."
- "Edit the image input.png to add a vintage film grain effect and change the sky to a sunset, save the result as sunset_vibes.png."
- "Remix the person from face.png into the fantasy forest background scene from background.png, save as new_adventure.png."
Tips & Limitations
- Prompt Length: You are limited to 2560 characters per prompt. Keep descriptions concise for better model accuracy.
- Remix Limits: You can supply up to 6 reference images for a single remix command. Use
<img>N</img>syntax to ensure the API interprets your image references correctly. - Efficiency: Use the
latest-fastmodel versions for rapid prototyping to save on credit consumption. - Error Handling: Monitor your credit balance if you receive 402 errors and be aware of 429 rate-limiting during high-volume requests.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dpaluy-reve-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api