Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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
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
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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 }'
ModelDescriptionBest Forflux-devFLUX.1 DevGeneral purpose, high qualityflux-schnellFLUX.1 SchnellFast generationflux-proFLUX.1 ProHighest qualitysdxlStable Diffusion XLClassic diffusiongemini-3Gemini 3 Pro ImageGoogle image gengrok-imagineGrok ImagineX/Twitter integrationseedreamSeedream 4.5Asian aestheticreveReve ImageArtistic styles
ModelDescriptionDurationkling-1.6Kling 1.6Up to 10skling-1.5Kling 1.5Up to 10sveo-3Google Veo 3Up to 8sveo-2Google Veo 2Up to 8sseedanceSeedance 1.5Up to 10swan-2.5Wan 2.5Up to 10sltxLTX VideoUp to 10somnihumanOmniHumanPortrait 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"
StatusMeaning200Success402Payment required (x402 flow)429Rate limit500Generation 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 }'
Use detailed prompts for better results Include style descriptors ("cinematic", "photorealistic", "anime") Negative prompts help avoid unwanted elements Check status for video generation (takes 30-120s)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.