reve-ai
Installation
SKILL.md
Reve AI Image Generation
Generate, edit, and remix images using Reve's AI API.
Prerequisites
- Bun runtime
REVE_API_KEYorREVE_AI_API_KEYenvironment variable set
Quick Usage
# 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