Renderful Generation OpenClaw Plugin & Skill | ClawHub
Looking to integrate Renderful Generation into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
Use Renderful from OpenClaw for image/video/audio/3D creation with model discovery, quote-before-generate workflow, deterministic polling, and insufficient-funds/x402 fallback.
Install
openclaw skills install @luv005/renderful-generationnpx clawhub@latest install renderful-generationFull SKILL.md
Open original| name | description |
|---|---|
| renderful-generation | Use Renderful from OpenClaw for image/video/audio/3D creation with model discovery, quote-before-generate workflow, deterministic polling, and insufficient-funds/x402 fallback. |
SKILL.md content below is scrollable.
Use this skill with the Renderful OpenClaw plugin tools:
renderful_list_modelsrenderful_quoterenderful_generaterenderful_get_generationrenderful_register_agentrenderful_get_balancerenderful_set_webhook
Recommended Flow
- Run
renderful_register_agentif no API key is available. - Run
renderful_list_modelsto pick a validtypeandmodel. - Run
renderful_quotebeforerenderful_generate. - Run
renderful_generateonce inputs are validated. - Poll with
renderful_get_generationuntil terminal status.
x402 and Insufficient Funds
- If generation returns
status=402, surfacepayment_requirements. - If
needs_funds=true, surfacedeposit_addressesandshortfall. - Retry generation after funding or after providing valid
x_payment.
Notes
- Prefer read-only calls (
list_models,quote,get_generation,get_balance) until explicit user approval for side effects. - Keep responses deterministic and structured so planners can chain tool calls safely.