Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @luv005 Updated 6/28/2026 1,563 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @luv005/renderful-generation
Node.js (npx)
npx clawhub@latest install renderful-generation

Full SKILL.md

Open original
Metadata table.
namedescription
renderful-generationUse 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_models
  • renderful_quote
  • renderful_generate
  • renderful_get_generation
  • renderful_register_agent
  • renderful_get_balance
  • renderful_set_webhook

Recommended Flow

  1. Run renderful_register_agent if no API key is available.
  2. Run renderful_list_models to pick a valid type and model.
  3. Run renderful_quote before renderful_generate.
  4. Run renderful_generate once inputs are validated.
  5. Poll with renderful_get_generation until terminal status.

x402 and Insufficient Funds

  • If generation returns status=402, surface payment_requirements.
  • If needs_funds=true, surface deposit_addresses and shortfall.
  • 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.
ClawHub Registry URL: https://clawhub.ai/luv005/skills/renderful-generation

Related skills

If this matches your use case, these are close alternatives in the same category.