From agi-super-team
Generates images using ModelScope Z-Image-Turbo API. Useful for creating pictures, illustrations, or visual content from text prompts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:ai-image-generationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate images using ModelScope's Tongyi-MAI/Z-Image-Turbo model.
Generate images using ModelScope's Tongyi-MAI/Z-Image-Turbo model.
pip install requests Pillow
python3 ~/.claude/skills/zimage-skill/generate.py "prompt" [output_path]
Optional: Set MODELSCOPE_API_KEY to use your own API key.
python3 ~/.claude/skills/zimage-skill/generate.py "A golden cat" cat.jpg
python3 ~/.claude/skills/zimage-skill/generate.py "Sunset over mountains"
result_image.jpgnpx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamGenerates images using ModelScope's Z-Image API via a Python script. Useful when the user requests image generation with Z-Image or ModelScope.
Generates images from text prompts and edits existing images via OpenRouter's Image API. Discovers model capabilities to avoid guessing parameters.
Generates images via the Google Gemini API with model selection, aspect ratios, resolutions (512/1K/2K/4K), batch generation, and image editing. Triggers on requests for AI-generated visuals like banners, logos, icons, thumbnails, or illustrations.