{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/x402-creative-resources",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x402-creative-resources",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/x402-fetch.js",
      "scripts/package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/x402-creative-resources",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "x402 Creative Resources",
        "body": "All endpoints live on https://api.xona-agent.com and are paid via x402 (Solana USDC micropayments). The agent wallet pays automatically."
      },
      {
        "title": "How to Call x402 Endpoints",
        "body": "Use the x402-fetch.js script in the workspace scripts folder. It handles the 402 payment flow automatically using the agent's Solana wallet.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js <endpoint> [payload_json]\n\nPOST example:\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/creative-director '{\"idea\":\"futuristic Solana DeFi dashboard\"}'\n\nGET example:\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-trending\n\nThe script outputs JSON. Parse the response and extract relevant fields (image_url, video_url, banner_url, etc.) to present to the user."
      },
      {
        "title": "Resource Discovery",
        "body": "curl -s https://api.xona-agent.com/x402-resources"
      },
      {
        "title": "Creative Director (Design Research) — $0.03",
        "body": "Research trending design ideas on X and Google, analyze user intent, return refined creative direction.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/creative-director \\\n  '{\"idea\":\"futuristic Solana DeFi dashboard aesthetic\",\"reference_images\":[\"https://example.com/ref.jpg\"]}'\n\nFieldRequiredDescriptionideaYesCreative idea or design research queryreference_imagesNoArray of reference image URLs\n\nResponse: { success, data: { intent, research, direction } }\n\nThe direction array contains generation plans with output_metadata.prompt — feed these into an image generation endpoint."
      },
      {
        "title": "Image Generation",
        "body": "All image endpoints accept:\n\nFieldRequiredDescriptionpromptYesDetailed image descriptionaspect_ratioNo1:1 (default), 16:9, 9:16, 4:3, 3:4referenceImageNoArray of reference image URLs\n\nAll return: { success, data: { image_url, image_description, metadata } }"
      },
      {
        "title": "Designer (Style Blending) — $0.08",
        "body": "Also accepts style (array of keywords to blend into prompt).\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/designer \\\n  '{\"prompt\":\"a glowing Solana logo floating in space\",\"style\":[\"digital art\",\"futuristic\",\"neon\"],\"aspect_ratio\":\"16:9\"}'"
      },
      {
        "title": "Grok Imagine — $0.04",
        "body": "Artistic, handles text-in-image well. Cheapest option.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/grok-imagine \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'"
      },
      {
        "title": "Qwen Image — $0.05",
        "body": "Balanced quality and cost.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image-model/qwen-image \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'"
      },
      {
        "title": "Seedream 4.5 — $0.08",
        "body": "ByteDance photorealistic model. Best for high-detail, realistic images.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image-model/seedream-4.5 \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'"
      },
      {
        "title": "Nano Banana — $0.10",
        "body": "Fast creative generation. Good default.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/nano-banana \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'"
      },
      {
        "title": "Nano Banana Pro — $0.20",
        "body": "Highest quality.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/nano-banana-pro \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'"
      },
      {
        "title": "Model Selection Guide",
        "body": "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"
      },
      {
        "title": "Video Generation — $0.50",
        "body": "10-second AI video using Grok Imagine Video. Supports text-to-video and image-to-video.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /video/short-generation \\\n  '{\"prompt\":\"camera slowly orbiting a glowing Solana logo in deep space\",\"aspect_ratio\":\"16:9\"}'\n\nFor image-to-video, pass a previously generated image_url as image:\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /video/short-generation \\\n  '{\"prompt\":\"smooth zoom into center\",\"aspect_ratio\":\"16:9\",\"image\":\"https://cdn.example.com/img.jpg\"}'\n\nFieldRequiredDescriptionpromptYesVideo description with motion cuesaspect_ratioNoAspect ratio (default: 16:9)imageNoStill image URL to animate\n\nResponse: { success, data: { video_url, duration, model, metadata } }\n\nTakes up to 5 minutes. Let the user know it's processing."
      },
      {
        "title": "X News Extraction — $0.50",
        "body": "Extract latest news from any X account, generate tweet draft and banner.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /ai/x-news \\\n  '{\"x_username\":\"solana\"}'\n\nFieldRequiredDescriptionx_usernameYesX username (with or without @)x_personaNoX username whose style to mimic for tweet draft\n\nResponse: { success, data: { x_username, trending_news: { title, tweet_draft, banner_url } } }"
      },
      {
        "title": "Trending Tokens — $0.10",
        "body": "node /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-trending\n\nResponse: { success, data: { summary, suggestions, trending_tokens, count } }"
      },
      {
        "title": "Top Movers — $0.10",
        "body": "node /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-movers\n\nSame response format as trending."
      },
      {
        "title": "Full Creative Pipeline",
        "body": "Call /image/creative-director with the user's idea\nUse the returned direction[].output_metadata.prompt to call an image endpoint\nPass the generated image_url to /video/short-generation to animate it"
      },
      {
        "title": "News + Visual Pipeline",
        "body": "Call /ai/x-news with a target X account\nPresent the tweet_draft and banner_url"
      },
      {
        "title": "Market Intelligence",
        "body": "Call /token/pumpfun-trending for current meta\nCall /token/pumpfun-movers for biggest moves\nGenerate themed images based on the dominant narrative"
      }
    ],
    "body": "x402 Creative Resources\n\nAll endpoints live on https://api.xona-agent.com and are paid via x402 (Solana USDC micropayments). The agent wallet pays automatically.\n\nHow to Call x402 Endpoints\n\nUse the x402-fetch.js script in the workspace scripts folder. It handles the 402 payment flow automatically using the agent's Solana wallet.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js <endpoint> [payload_json]\n\n\nPOST example:\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/creative-director '{\"idea\":\"futuristic Solana DeFi dashboard\"}'\n\n\nGET example:\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-trending\n\n\nThe script outputs JSON. Parse the response and extract relevant fields (image_url, video_url, banner_url, etc.) to present to the user.\n\nResource Discovery\ncurl -s https://api.xona-agent.com/x402-resources\n\nCreative Director (Design Research) — $0.03\n\nResearch trending design ideas on X and Google, analyze user intent, return refined creative direction.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/creative-director \\\n  '{\"idea\":\"futuristic Solana DeFi dashboard aesthetic\",\"reference_images\":[\"https://example.com/ref.jpg\"]}'\n\nField\tRequired\tDescription\nidea\tYes\tCreative idea or design research query\nreference_images\tNo\tArray of reference image URLs\n\nResponse: { success, data: { intent, research, direction } }\n\nThe direction array contains generation plans with output_metadata.prompt — feed these into an image generation endpoint.\n\nImage Generation\n\nAll image endpoints accept:\n\nField\tRequired\tDescription\nprompt\tYes\tDetailed image description\naspect_ratio\tNo\t1:1 (default), 16:9, 9:16, 4:3, 3:4\nreferenceImage\tNo\tArray of reference image URLs\n\nAll return: { success, data: { image_url, image_description, metadata } }\n\nDesigner (Style Blending) — $0.08\n\nAlso accepts style (array of keywords to blend into prompt).\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/designer \\\n  '{\"prompt\":\"a glowing Solana logo floating in space\",\"style\":[\"digital art\",\"futuristic\",\"neon\"],\"aspect_ratio\":\"16:9\"}'\n\nGrok Imagine — $0.04\n\nArtistic, handles text-in-image well. Cheapest option.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/grok-imagine \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'\n\nQwen Image — $0.05\n\nBalanced quality and cost.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image-model/qwen-image \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'\n\nSeedream 4.5 — $0.08\n\nByteDance photorealistic model. Best for high-detail, realistic images.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image-model/seedream-4.5 \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'\n\nNano Banana — $0.10\n\nFast creative generation. Good default.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/nano-banana \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'\n\nNano Banana Pro — $0.20\n\nHighest quality.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /image/nano-banana-pro \\\n  '{\"prompt\":\"...\",\"aspect_ratio\":\"1:1\"}'\n\nModel Selection Guide\nModel\tEndpoint\tPrice\tBest for\nGrok Imagine\t/image/grok-imagine\t$0.04\tArtistic, text-in-image\nQwen Image\t/image-model/qwen-image\t$0.05\tBalanced quality/cost\nDesigner\t/image/designer\t$0.08\tStyle-blended, art-directed\nSeedream 4.5\t/image-model/seedream-4.5\t$0.08\tPhotorealistic\nNano Banana\t/image/nano-banana\t$0.10\tFast creative, good default\nNano Banana Pro\t/image/nano-banana-pro\t$0.20\tHighest quality\nVideo Generation — $0.50\n\n10-second AI video using Grok Imagine Video. Supports text-to-video and image-to-video.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /video/short-generation \\\n  '{\"prompt\":\"camera slowly orbiting a glowing Solana logo in deep space\",\"aspect_ratio\":\"16:9\"}'\n\n\nFor image-to-video, pass a previously generated image_url as image:\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /video/short-generation \\\n  '{\"prompt\":\"smooth zoom into center\",\"aspect_ratio\":\"16:9\",\"image\":\"https://cdn.example.com/img.jpg\"}'\n\nField\tRequired\tDescription\nprompt\tYes\tVideo description with motion cues\naspect_ratio\tNo\tAspect ratio (default: 16:9)\nimage\tNo\tStill image URL to animate\n\nResponse: { success, data: { video_url, duration, model, metadata } }\n\nTakes up to 5 minutes. Let the user know it's processing.\n\nX News Extraction — $0.50\n\nExtract latest news from any X account, generate tweet draft and banner.\n\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /ai/x-news \\\n  '{\"x_username\":\"solana\"}'\n\nField\tRequired\tDescription\nx_username\tYes\tX username (with or without @)\nx_persona\tNo\tX username whose style to mimic for tweet draft\n\nResponse: { success, data: { x_username, trending_news: { title, tweet_draft, banner_url } } }\n\nPumpFun Token Intelligence\nTrending Tokens — $0.10\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-trending\n\n\nResponse: { success, data: { summary, suggestions, trending_tokens, count } }\n\nTop Movers — $0.10\nnode /home/node/.openclaw/workspace/scripts/x402-fetch.js /token/pumpfun-movers\n\n\nSame response format as trending.\n\nRecommended Workflows\nFull Creative Pipeline\nCall /image/creative-director with the user's idea\nUse the returned direction[].output_metadata.prompt to call an image endpoint\nPass the generated image_url to /video/short-generation to animate it\nNews + Visual Pipeline\nCall /ai/x-news with a target X account\nPresent the tweet_draft and banner_url\nMarket Intelligence\nCall /token/pumpfun-trending for current meta\nCall /token/pumpfun-movers for biggest moves\nGenerate themed images based on the dominant narrative"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xona-labs/x402-creative-resources",
    "publisherUrl": "https://clawhub.ai/xona-labs/x402-creative-resources",
    "owner": "xona-labs",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}