OpenClaw Integration Release:
@renderful/openclaw-renderful@0.2.0
+ renderful-generation@0.1.0
We shipped a complete OpenClaw-first package for Renderful. You can now install a production plugin and a reusable generation skill in minutes, with quote-first planning, deterministic polling, and clear insufficient-funds or x402 handling.

What Is Included
Install
openclaw plugins install @renderful/openclaw-renderful clawhub install renderful-generation
If your environment requires an explicit allowlist, add Renderful tools under tools.allow and keep side-effect tools scoped to agents that should execute write actions.
Recommended Agent Flow
- Call renderful_list_models to select a valid model and type.
- Call renderful_quote before every generation request.
- Call renderful_generate only after explicit user intent.
- Poll with renderful_get_generation until terminal status.
- On 402, surface payment requirements or deposit addresses, then retry.
Why This Release Matters
This release is built around activation speed for agent developers. Instead of custom wrappers, teams can install a maintained plugin and skill with standardized schemas and predictable outputs.
That means faster first-success flows, fewer tool-planning failures, and cleaner handoff between quote, generation, and status checks.
Start Building with Renderful + OpenClaw
Install the plugin, add the skill, and run your first generation workflow in one setup.