Back to Blog
Release

OpenClaw Integration Release:
@renderful/openclaw-renderful@0.2.0
+ renderful-generation@0.1.0

·4 min read

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.

Renderful and OpenClaw integration release artwork

What Is Included

@renderful/openclaw-renderful@0.2.0 published on npm.
Plugin tools for register, models, quote, generate, get generation, webhook, and balance.
Shipped skill: renderful-generation@0.1.0 published on ClawHub.
Tool policy: read tools required, side-effect tools optional.
Fallback handling for API key and x402 payment flows.

Install

OpenClaw + ClawHub
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

  1. Call renderful_list_models to select a valid model and type.
  2. Call renderful_quote before every generation request.
  3. Call renderful_generate only after explicit user intent.
  4. Poll with renderful_get_generation until terminal status.
  5. 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.