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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install reve-ai或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install reve-ai⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/reve-ai/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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. ---
Generate, edit, and remix images using Reve's AI API.
REVE_API_KEY or REVE_AI_API_KEY environment variable set# 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
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)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@20251030Combine text prompts with reference images. Use in prompt to reference images by index (0-based).N
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@20251030The script outputs JSON with generation details:
{
"output": "path/to/output.png",
"version": "reve-create@20250915",
"credits_used": 18,
"credits_remaining": 982
}
401 — Invalid API key402 — Insufficient credits429 — Rate limited (includes retry_after)422 — Invalid input (prompt too long, bad aspect ratio)安装 Reve AI Image Generation 后,可以对 AI 说这些话来触发它
Help me get started with Reve AI Image Generation
Explains what Reve AI Image Generation does, walks through the setup, and runs a quick demo based on your current project
Use Reve AI Image Generation to generate, edit, and remix images using the Reve AI API
Invokes Reve AI Image Generation with the right parameters and returns the result directly in the conversation
What can I do with Reve AI Image Generation in my documents & notes workflow?
Lists the top use cases for Reve AI Image Generation, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/reve-ai/ 目录(个人级,所有项目可用),或 .claude/skills/reve-ai/(项目级)。重启 AI 客户端后,用 /reve-ai 主动调用,或让 AI 根据上下文自动发现并使用。
Reve AI Image Generation 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Reve AI Image Generation 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Reve AI Image Generation
Identifies repetitive steps in your workflow and sets up Reve AI Image Generation to handle them automatically