Z-Image Turbo API quickstart and installable agent skill for OpenClaw, Claude Code, OpenCode, Cursor, and other agent runtimes.
AI Agent? Skip the README and use llms-install.md, or run
npx evolink-z-image@latest --llms.
This key page handles sign in or create an account, key creation, and dashboard return on the same page.
- Agent Skill First
- Installation
- Agent Auto-Install
- Getting an API Key
- API Quick Start
- Full First-Run Flow
- API Reference
- Showcase
- Troubleshooting
- Compatibility
- Community
- License
Primary Agent install command:
npx skills add https://github.com/Evolink-AI/OpenClaw-Image-GeneratorFallback npm installer:
npx evolink-z-image@latest -y --path ~/.agents/skills --no-opennpx skills add https://github.com/Evolink-AI/OpenClaw-Image-Generator
npx evolink-z-image@latest -y --path ~/.agents/skills --no-open
git clone https://github.com/Evolink-AI/OpenClaw-Image-Generator.gitThe legacy OpenClaw/Claude Code skill folder is still available at generate-z-image/.
Agents should read llms-install.md, install the skill, show EVOLINK_KEY_URL, collect the key, save ENV_VAR_EXPORT=export EVOLINK_API_KEY=your_key_here, validate it with a non-generating endpoint such as the credits endpoint, and only then run a real image generation call after owner approval.
- Open EvoLink API key page; the same page handles sign in or create an account when needed.
- Create a new key in Dashboard API Keys.
- Set it in your environment:
export EVOLINK_API_KEY=your_key_hereUse EVOLINK_API_KEY, create a task, poll /v1/tasks/{task_id}, and inspect task lifecycle, API reference, and response schema.
Run bash examples/curl/complete-flow.sh. It creates a task, polls /v1/tasks/{task_id}, handles failed status and timeout, then prints the completed image URL.
See docs/api-reference.md, docs/response-schema.md, docs/errors.md, and docs/callbacks.md.
| Mode | Model | Good for |
|---|---|---|
| Text to image | z-image-turbo |
fast photorealistic images |
| Aspect ratio control | z-image-turbo |
thumbnails, banners, portraits |
| Seeded generation | z-image-turbo |
reproducible drafts |
See docs/errors.md. For 401 and 402, check the EvoLink API key page.
| Agent | Install Method |
|---|---|
| OpenClaw | npx skills add https://github.com/Evolink-AI/OpenClaw-Image-Generator |
| Claude Code | npx evolink-z-image@latest -y --path ~/.claude/skills --no-open |
| OpenCode | npx evolink-z-image@latest -y --path ~/.opencode/skills --no-open |
| Cursor | npx evolink-z-image@latest -y --path ~/.cursor/skills --no-open |
- Model page: Z-Image Turbo
- Docs: Z-Image Turbo image generation docs
- EvoLink: Create an API key
Powered by EvoLink β Unified AI API Gateway
generate-z-image/
βββ SKILL.md
βββ scripts/generate.sh
βββ references/api-reference.md
MIT