首页龙虾技能列表 › Reve AI Image Generation — Reve工具

Reve AI Image Generation — Reve工具

v1.0.2

[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...

1· 2,300·0 当前·0 累计
by @dpaluy·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/27
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill appears to do what its name says (call a Reve image API via a Bun script), but there are metadata/instruction mismatches and missing declarations that warrant caution before installing.
评估建议
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-s...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/1/26

Latest version with AGENTS.md

● 无害

安装命令 点击复制

官方npx clawhub@latest install reve-ai
镜像加速npx clawhub@latest install reve-ai --registry https://cn.clawhub-mirror.com

技能文档

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

Prerequisites

  • Bun runtime
  • REVE_API_KEYREVE_AI_API_KEY environment 变量 设置

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

# 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 0 in scene from 1" -i person.png -i background.png -o remix.png

Commands

创建

Generate a new image from a text prompt.

Options:

  • -o, --输出 FILE — 输出 file path (默认: 输出.png)
  • --aspect RATIO — Aspect ratio: 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1 (默认: 3:2)
  • --version VER — 模型 version (默认: latest)

编辑

Modify an existing image using text instructions.

Options:

  • -i, --输入框 FILE — 输入框 image 到 编辑 (必填)
  • -o, --输出 FILE — 输出 file path (默认: 输出.png)
  • --version VER — 模型 version: latest, latest-fast, reve-编辑@20250915, reve-编辑-fast@20251030

remix

Combine text prompts with reference images. Use N in prompt to reference images by index (0-based).

Options:

  • -i, --输入框 FILE — Reference images (可以 specify multiple, up 到 6)
  • -o, --输出 FILE — 输出 file path (默认: 输出.png)
  • --aspect RATIO — Aspect ratio (相同 options 作为 创建)
  • --version VER — 模型 version: latest, latest-fast, reve-remix@20250915, reve-remix-fast@20251030

Constraints

  • Max prompt length: 2560 characters
  • Max reference images 对于 remix: 6
  • 有效 aspect ratios: 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1

响应

The script outputs JSON with generation details:

{
  "output": "path/to/output.png",
  "version": "reve-create@20250915",
  "credits_used": 18,
  "credits_remaining": 982
}

Errors

  • 401 — 无效 API 键
  • 402 — Insufficient credits
  • 429 — Rate limited (includes retry_after)
  • 422 — 无效 输入框 (prompt too long, bad aspect ratio)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务