🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Pixmind Image

by @fuyunzhishang

Generate or edit AI images via Pixmind API (text-to-image and image-to-image)

⚑ When to Use
TriggerAction
- User wants to transform or edit an existing image
- User requests image variations or upscaling
πŸ’‘ Examples

Use curl or the included helper script:

# Text to image (via curl)
curl -X POST https://aihub-admin.aimix.pro/open-api/v1/image/generate \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $PIXMIND_API_KEY" \
  -d '{"prompt": "描述文字", "model": "nano-banana-2", "aspectRatio": "16:9"}'

Or use the helper script

node {baseDir}/image-generate.js --prompt "描述文字" --model nano-banana-2 --aspect-ratio 16:9

βš™οΈ Configuration

1. Register at pixmind.io β€” ζ³¨ε†Œε³ι€ 200 η§―εˆ†ε…θ΄Ήθ―•η”¨ 2. Create an API key at pixmind.io/api-keys 3. Set env PIXMIND_API_KEY with your key

View on ClawHub
TERMINAL
clawhub install pixmind-image

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’