multiAI Summary Pending
zimage-skill
Generate images using ModelScope Z-Image-Turbo API. Use when user asks to generate, create, or make images, pictures, or illustrations.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/zimage-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/yizhiyanhua-ai/zimage-skill/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/zimage-skill/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How zimage-skill Compares
| Feature / Agent | zimage-skill | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generate images using ModelScope Z-Image-Turbo API. Use when user asks to generate, create, or make images, pictures, or illustrations.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Z-Image Generation Generate images using ModelScope's Tongyi-MAI/Z-Image-Turbo model. ## Requirements ```bash pip install requests Pillow ``` ## Usage ```bash python3 ~/.claude/skills/zimage-skill/generate.py "prompt" [output_path] ``` ## Environment Optional: Set `MODELSCOPE_API_KEY` to use your own API key. ## Examples ```bash python3 ~/.claude/skills/zimage-skill/generate.py "A golden cat" cat.jpg python3 ~/.claude/skills/zimage-skill/generate.py "Sunset over mountains" ``` ## Notes - Default output: `result_image.jpg` - Timeout: 120 seconds max - Supports Chinese and English prompts