# Send Renderful AI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "renderful-ai",
    "name": "Renderful AI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/luv005/renderful-ai",
    "canonicalUrl": "https://clawhub.ai/luv005/renderful-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/renderful-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=renderful-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "renderful-ai",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T03:44:01.922Z",
      "expiresAt": "2026-05-15T03:44:01.922Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=renderful-ai",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=renderful-ai",
        "contentDisposition": "attachment; filename=\"renderful-ai-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "renderful-ai"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/renderful-ai"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/renderful-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/renderful-ai",
    "agentUrl": "https://openagent3.xyz/skills/renderful-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/renderful-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/renderful-ai/agent.md"
  }
}
```
## Documentation

### Renderful AI

Generate AI images and videos using the renderful.ai API. Pay with crypto (Base/Polygon/Solana).

### API Base URL

https://api.renderful.ai/v1

### Authentication

Get API key from https://renderful.ai/dashboard

# Set as environment variable
export RENDERFUL_API_KEY="rf_your_api_key"

### Generate an Image

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
  }'

### Generate a Video

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
  }'

### Image Models

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

### Video Models

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

### Image Generation Options

{
  "model": "flux-dev",
  "prompt": "required - your image description",
  "negative_prompt": "optional - what to avoid",
  "width": 1024,
  "height": 1024,
  "steps": 28,
  "seed": 42,
  "format": "png"
}

### Video Generation Options

{
  "model": "kling-1.6",
  "prompt": "required - your video description",
  "duration": 5,
  "width": 1280,
  "height": 720,
  "fps": 24,
  "seed": 42
}

### Check Generation Status

curl https://api.renderful.ai/v1/status/{task_id} \\
  -H "Authorization: Bearer $RENDERFUL_API_KEY"

### Response Format

{
  "task_id": "rf_abc123",
  "status": "completed",
  "url": "https://cdn.renderful.ai/generated/abc123.png",
  "expires_at": "2026-02-02T12:00:00Z"
}

### Pricing

Pay with USDC on Base, Polygon, or Solana. Check current rates at https://renderful.ai/pricing

### x402 Integration

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"

### Error Handling

StatusMeaning200Success402Payment required (x402 flow)429Rate limit500Generation failed

### Simple Image

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}'

### Video with Specific Settings

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
  }'

### Tips

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)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: luv005
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T03:44:01.922Z
- Expires at: 2026-05-15T03:44:01.922Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/renderful-ai)
- [Send to Agent page](https://openagent3.xyz/skills/renderful-ai/agent)
- [JSON manifest](https://openagent3.xyz/skills/renderful-ai/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/renderful-ai/agent.md)
- [Download page](https://openagent3.xyz/downloads/renderful-ai)