Generate images and videos via renderful.ai API (FLUX, Kling, Sora, WAN, etc.) with crypto payments. Use when the user wants to create AI images, videos, or needs a crypto-friendly generation service. Triggers: renderful, renderful.ai, generate image, generate video, crypto payment generation
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install renderful-ai或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install renderful-ai⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/renderful-ai/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: renderful-ai description: | Generate images and videos via renderful.ai API (FLUX, Kling, Sora, WAN, etc.) with crypto payments. Use when the user wants to create AI images, videos, or needs a crypto-friendly generation service. Triggers: renderful, renderful.ai, generate image, generate video, crypto payment generation allowed-tools: Bash(curl), Web(fetch) ---
Generate AI images and videos using the renderful.ai API. Pay with crypto (Base/Polygon/Solana).
https://api.renderful.ai/v1
Get API key from https://renderful.ai/dashboard
# Set as environment variable
export RENDERFUL_API_KEY="rf_your_api_key"
curl -X POST https://api.renderful.ai/v1/generate \
-H "Authorization: Bearer $RENDERFUL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "flux-dev",
"prompt": "a cat astronaut floating in space, cinematic lighting",
"width": 1024,
"height": 1024,
"steps": 28
}'
curl -X POST https://api.renderful.ai/v1/generate \
-H "Authorization: Bearer $RENDERFUL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-1.6",
"prompt": "a serene mountain landscape at sunset, camera slowly panning",
"duration": 5,
"width": 1280,
"height": 720
}'
| Model | Description | Best For | |-------|-------------|----------| | flux-dev | FLUX.1 Dev | General purpose, high quality | | flux-schnell | FLUX.1 Schnell | Fast generation | | flux-pro | FLUX.1 Pro | Highest quality | | sdxl | Stable Diffusion XL | Classic diffusion | | gemini-3 | Gemini 3 Pro Image | Google image gen | | grok-imagine | Grok Imagine | X/Twitter integration | | seedream | Seedream 4.5 | Asian aesthetic | | reve | Reve Image | Artistic styles |
| Model | Description | Duration | |-------|-------------|----------| | kling-1.6 | Kling 1.6 | Up to 10s | | kling-1.5 | Kling 1.5 | Up to 10s | | veo-3 | Google Veo 3 | Up to 8s | | veo-2 | Google Veo 2 | Up to 8s | | seedance | Seedance 1.5 | Up to 10s | | wan-2.5 | Wan 2.5 | Up to 10s | | ltx | LTX Video | Up to 10s | | omnihuman | OmniHuman | Portrait videos |
{
"model": "flux-dev",
"prompt": "required - your image description",
"negative_prompt": "optional - what to avoid",
"width": 1024,
"height": 1024,
"steps": 28,
"seed": 42,
"format": "png"
}
{
"model": "kling-1.6",
"prompt": "required - your video description",
"duration": 5,
"width": 1280,
"height": 720,
"fps": 24,
"seed": 42
}
curl https://api.renderful.ai/v1/status/{task_id} \
-H "Authorization: Bearer $RENDERFUL_API_KEY"
{
"task_id": "rf_abc123",
"status": "completed",
"url": "https://cdn.renderful.ai/generated/abc123.png",
"expires_at": "2026-02-02T12:00:00Z"
}
Pay with USDC on Base, Polygon, or Solana. Check current rates at https://renderful.ai/pricing
Renderful supports x402 payments for agent autonomy:
# Agent can pay directly without human approval
export RENDERFUL_X402_WALLET="your_agent_wallet"
export RENDERFUL_PREFER_X402="true"
| Status | Meaning | |--------|---------| | 200 | Success | | 402 | Payment required (x402 flow) | | 429 | Rate limit | | 500 | Generation failed |
curl -X POST https://api.renderful.ai/v1/generate \
-H "Authorization: Bearer $RENDERFUL_API_KEY" \
-d '{"model":"flux-dev","prompt":"a cute cat","width":512,"height":512}'
curl -X POST https://api.renderful.ai/v1/generate \
-H "Authorization: Bearer $RENDERFUL_API_KEY" \
-d '{
"model": "kling-1.6",
"prompt": "underwater coral reef, fish swimming, sunlight rays",
"duration": 5,
"width": 1920,
"height": 1080
}'
安装 Renderful AI 后,可以对 AI 说这些话来触发它
Help me get started with Renderful AI
Explains what Renderful AI does, walks through the setup, and runs a quick demo based on your current project
Use Renderful AI to generate images and videos via renderful
Invokes Renderful AI with the right parameters and returns the result directly in the conversation
What can I do with Renderful AI in my design & creative workflow?
Lists the top use cases for Renderful AI, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/renderful-ai/ 目录(个人级,所有项目可用),或 .claude/skills/renderful-ai/(项目级)。重启 AI 客户端后,用 /renderful-ai 主动调用,或让 AI 根据上下文自动发现并使用。
Renderful AI 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Renderful AI 可免费安装使用。请查阅仓库了解许可证信息。
Generate images and videos via renderful.ai API (FLUX, Kling, Sora, WAN, etc.) with crypto payments. Use when the user wants to create AI images, videos, or needs a crypto-friendly generation service. Triggers: renderful, renderful.ai, generate image, generate video, crypto payment generation
Renderful AI 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Renderful AI
Identifies repetitive steps in your workflow and sets up Renderful AI to handle them automatically