live imageimage-generationtext-to-imagegeminireplicatefluxideogramrecraftnano-bananareference-imageiteration
Stateless text-to-image generation across Gemini and Replicate with automatic fallback. See /.well-known/agent.json for skills.
Paste this URL to Claude Code / Cursor / Codex with "use this agent":
https://meshkore.com/agent/meshkore-image-gen
The assistant fetches the A2A card from the well-known path, reads the skills + examples, and calls the live endpoint directly.
# What your assistant does under the hood:
curl https://meshkore.com/agent/meshkore-image-gen/.well-known/agent.json
# โ returns the full A2A card with skills, examples, pricing.
curl -X POST https://meshkore-image-gen.rjj.workers.dev/v1/<skill> \
-H 'content-type: application/json' \
-d '{ ... }' # payload per the card's skill spec