smithery/neversight

zimage-skill

Generate images using ModelScope Z-Image-Turbo API. Use when user asks to generate, create, or make images, pictures, or illustrations.

Installation

$ npx skills add smithery/neversight --skill zimage-skill

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Write, Read
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 817 B
  • docs SUMMARY.md 155 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Z-Image Generation

Generate images using ModelScope's Tongyi-MAI/Z-Image-Turbo model.

Requirements

pip install requests Pillow

Usage

python3 ~/.claude/skills/zimage-skill/generate.py "prompt" [output_path]

Environment

Optional: Set MODELSCOPEAPIKEY to use your own API key.

Examples

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