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.

7 stars

Best use case

reve-ai is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using reve-ai should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/reve-ai/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/dpaluy/reve-ai/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/reve-ai/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How reve-ai Compares

Feature / Agentreve-aiStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Reve AI Image Generation

Generate, edit, and remix images using Reve's AI API.

## Prerequisites

- Bun runtime
- `REVE_API_KEY` or `REVE_AI_API_KEY` environment variable set

## Quick Usage

```bash
# Generate image from prompt
bun scripts/reve.ts create "A beautiful sunset over mountains" -o sunset.png

# With aspect ratio
bun scripts/reve.ts create "A cat in space" -o cat.png --aspect 16:9

# Edit existing image
bun scripts/reve.ts edit "Add dramatic clouds" -i photo.png -o edited.png

# Remix multiple images
bun scripts/reve.ts remix "Person from <img>0</img> in scene from <img>1</img>" -i person.png -i background.png -o remix.png
```

## Commands

### create
Generate a new image from a text prompt.

Options:
- `-o, --output FILE` — Output file path (default: output.png)
- `--aspect RATIO` — Aspect ratio: 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1 (default: 3:2)
- `--version VER` — Model version (default: latest)

### edit
Modify an existing image using text instructions.

Options:
- `-i, --input FILE` — Input image to edit (required)
- `-o, --output FILE` — Output file path (default: output.png)
- `--version VER` — Model version: latest, latest-fast, reve-edit@20250915, reve-edit-fast@20251030

### remix
Combine text prompts with reference images. Use `<img>N</img>` in prompt to reference images by index (0-based).

Options:
- `-i, --input FILE` — Reference images (can specify multiple, up to 6)
- `-o, --output FILE` — Output file path (default: output.png)
- `--aspect RATIO` — Aspect ratio (same options as create)
- `--version VER` — Model version: latest, latest-fast, reve-remix@20250915, reve-remix-fast@20251030

## Constraints

- Max prompt length: 2560 characters
- Max reference images for remix: 6
- Valid aspect ratios: 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1

## Response

The script outputs JSON with generation details:
```json
{
  "output": "path/to/output.png",
  "version": "reve-create@20250915",
  "credits_used": 18,
  "credits_remaining": 982
}
```

## Errors

- `401` — Invalid API key
- `402` — Insufficient credits
- `429` — Rate limited (includes retry_after)
- `422` — Invalid input (prompt too long, bad aspect ratio)

Related Skills

saas-revenue-tracker

7
from Demerzels-lab/elsamultiskillagent

Track SAAS revenue, MRR growth, customer metrics, and profitability.

revenue-model-design

7
from Demerzels-lab/elsamultiskillagent

Design a revenue model for a solopreneur business — how money flows in, from whom, and on what cadence.

revenuecat

7
from Demerzels-lab/elsamultiskillagent

RevenueCat metrics, customer data, and documentation search. Use when querying subscription analytics, MRR, churn, customers, or RevenueCat docs.

revenue-tracker

7
from Demerzels-lab/elsamultiskillagent

Track income, expenses, and runway for autonomous AI agents.

caddy-reverse-proxy

7
from Demerzels-lab/elsamultiskillagent

Add, manage, and troubleshoot Caddy reverse proxy routes for local apps via wildcard subdomains.

dellight-cro-revenue-ops

7
from Demerzels-lab/elsamultiskillagent

DELLIGHT.AI is an AI startup in DIFC, Dubai.

revenue-operations

7
from Demerzels-lab/elsamultiskillagent

Analyzes pipeline coverage, tracks forecast accuracy with MAPE, and calculates GTM efficiency metrics for SaaS.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.

OpenClaw-Finnhub

7
from Demerzels-lab/elsamultiskillagent

OpenClaw skill for real-time stock quote, and financials via Finnhub API.

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm