zai-cli
Execute z.AI CLI providing vision, search, reader, and GitHub exploration via CLI and MCP.
Content Preview
--- name: zai-cli description: | Execute z.AI CLI providing vision, search, reader, and GitHub exploration via CLI and MCP. Use when user needs image/video analysis, OCR, UI-to-code conversion, error diagnosis, real-time web search, web page to markdown extraction, or GitHub code exploration. Trigger with phrases like "analyze this image", "search the web for", "read this page", "explore this repo", or "use zai". Requires Z_AI_API_KEY. allowed-tools: Read, Write, Edit, Bash(cmd:*), Web
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/zai-cli.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/community/zai-cli/skills/zai-cli/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/community/zai-cli/skills/zai-cli/SKILL.md