with one click
image-generation
AI image generation via x402 micropayment
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
AI image generation via x402 micropayment
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Navigate web pages, read content, and interact with elements via headless Chrome.
Code review and analysis workflow
Fleet management — spawn, monitor, and coordinate child agents via BRC-33 MessageBox and BRC-52 authorization.
Cross-wallet communication via BRC-33 MessageBox
Double-check outputs by re-running queries and comparing results. Use when accuracy is critical or when you suspect an error in a previous tool result.
Generic bridge to any BRC-100 wallet endpoint via wallet_call. Use for discovery, certificates, HMAC, key linkage, and transaction management — endpoints not covered by existing dedicated wallet tools.
| name | image-generation |
| description | AI image generation via x402 micropayment |
| auto_activate | false |
| tools | ["discover_endpoints","x402_call"] |
Generate images using the banana agent via x402.
discover_endpoints({"agent": "banana"}) to see available optionsx402_call({"service": "banana/generate", "parameters": {"prompt": "...", "resolution": "1K"}})prediction_id from the responsex402_call({"service": "banana/status/PREDICTION_ID", "method": "GET"}) every 15soutput field contains image URLsCost: 1.2M sats ($0.19) per image. Generation takes ~1-2 minutes.
Parameters:
prompt: Detailed text description. Be specific about style, composition, colors.resolution: "1K" (default), "2K", or "4K" (~$0.38)prediction_id, not the image. You must poll with GET until status is "succeeded".generate_image recipe tool over raw x402_call. The recipe tool handles polling internally and returns the final image URL — fewer tool calls, fewer iterations, fewer sats.