# Send x402 Creative Resources 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": "x402-creative-resources",
    "name": "x402 Creative Resources",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/xona-labs/x402-creative-resources",
    "canonicalUrl": "https://clawhub.ai/xona-labs/x402-creative-resources",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/x402-creative-resources",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x402-creative-resources",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/x402-fetch.js",
      "scripts/package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/x402-creative-resources"
    },
    "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/x402-creative-resources",
    "downloadUrl": "https://openagent3.xyz/downloads/x402-creative-resources",
    "agentUrl": "https://openagent3.xyz/skills/x402-creative-resources/agent",
    "manifestUrl": "https://openagent3.xyz/skills/x402-creative-resources/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/x402-creative-resources/agent.md"
  }
}
```
## Documentation

### x402 Creative Resources

All endpoints live on https://api.xona-agent.com and are paid via x402 (Solana USDC micropayments). The agent wallet pays automatically.

### How to Call x402 Endpoints

Use the x402-fetch.js script in the workspace scripts folder. It handles the 402 payment flow automatically using the agent's Solana wallet.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js <endpoint> [payload_json]

POST example:

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/creative-director '{"idea":"futuristic Solana DeFi dashboard"}'

GET example:

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-trending

The script outputs JSON. Parse the response and extract relevant fields (image_url, video_url, banner_url, etc.) to present to the user.

### Resource Discovery

curl -s https://api.xona-agent.com/x402-resources

### Creative Director (Design Research) — $0.03

Research trending design ideas on X and Google, analyze user intent, return refined creative direction.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/creative-director \\
  '{"idea":"futuristic Solana DeFi dashboard aesthetic","reference_images":["https://example.com/ref.jpg"]}'

FieldRequiredDescriptionideaYesCreative idea or design research queryreference_imagesNoArray of reference image URLs

Response: { success, data: { intent, research, direction } }

The direction array contains generation plans with output_metadata.prompt — feed these into an image generation endpoint.

### Image Generation

All image endpoints accept:

FieldRequiredDescriptionpromptYesDetailed image descriptionaspect_ratioNo1:1 (default), 16:9, 9:16, 4:3, 3:4referenceImageNoArray of reference image URLs

All return: { success, data: { image_url, image_description, metadata } }

### Designer (Style Blending) — $0.08

Also accepts style (array of keywords to blend into prompt).

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/designer \\
  '{"prompt":"a glowing Solana logo floating in space","style":["digital art","futuristic","neon"],"aspect_ratio":"16:9"}'

### Grok Imagine — $0.04

Artistic, handles text-in-image well. Cheapest option.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/grok-imagine \\
  '{"prompt":"...","aspect_ratio":"1:1"}'

### Qwen Image — $0.05

Balanced quality and cost.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image-model/qwen-image \\
  '{"prompt":"...","aspect_ratio":"1:1"}'

### Seedream 4.5 — $0.08

ByteDance photorealistic model. Best for high-detail, realistic images.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image-model/seedream-4.5 \\
  '{"prompt":"...","aspect_ratio":"1:1"}'

### Nano Banana — $0.10

Fast creative generation. Good default.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/nano-banana \\
  '{"prompt":"...","aspect_ratio":"1:1"}'

### Nano Banana Pro — $0.20

Highest quality.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/nano-banana-pro \\
  '{"prompt":"...","aspect_ratio":"1:1"}'

### Model Selection Guide

ModelEndpointPriceBest forGrok Imagine/image/grok-imagine$0.04Artistic, text-in-imageQwen Image/image-model/qwen-image$0.05Balanced quality/costDesigner/image/designer$0.08Style-blended, art-directedSeedream 4.5/image-model/seedream-4.5$0.08PhotorealisticNano Banana/image/nano-banana$0.10Fast creative, good defaultNano Banana Pro/image/nano-banana-pro$0.20Highest quality

### Video Generation — $0.50

10-second AI video using Grok Imagine Video. Supports text-to-video and image-to-video.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /video/short-generation \\
  '{"prompt":"camera slowly orbiting a glowing Solana logo in deep space","aspect_ratio":"16:9"}'

For image-to-video, pass a previously generated image_url as image:

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /video/short-generation \\
  '{"prompt":"smooth zoom into center","aspect_ratio":"16:9","image":"https://cdn.example.com/img.jpg"}'

FieldRequiredDescriptionpromptYesVideo description with motion cuesaspect_ratioNoAspect ratio (default: 16:9)imageNoStill image URL to animate

Response: { success, data: { video_url, duration, model, metadata } }

Takes up to 5 minutes. Let the user know it's processing.

### X News Extraction — $0.50

Extract latest news from any X account, generate tweet draft and banner.

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /ai/x-news \\
  '{"x_username":"solana"}'

FieldRequiredDescriptionx_usernameYesX username (with or without @)x_personaNoX username whose style to mimic for tweet draft

Response: { success, data: { x_username, trending_news: { title, tweet_draft, banner_url } } }

### Trending Tokens — $0.10

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-trending

Response: { success, data: { summary, suggestions, trending_tokens, count } }

### Top Movers — $0.10

node /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-movers

Same response format as trending.

### Full Creative Pipeline

Call /image/creative-director with the user's idea
Use the returned direction[].output_metadata.prompt to call an image endpoint
Pass the generated image_url to /video/short-generation to animate it

### News + Visual Pipeline

Call /ai/x-news with a target X account
Present the tweet_draft and banner_url

### Market Intelligence

Call /token/pumpfun-trending for current meta
Call /token/pumpfun-movers for biggest moves
Generate themed images based on the dominant narrative
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xona-labs
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/x402-creative-resources)
- [Send to Agent page](https://openagent3.xyz/skills/x402-creative-resources/agent)
- [JSON manifest](https://openagent3.xyz/skills/x402-creative-resources/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/x402-creative-resources/agent.md)
- [Download page](https://openagent3.xyz/downloads/x402-creative-resources)