plugins marketplace
← All plugins

zai-cli

v1.0.0

Z.AI vision, search, reader, and GitHub exploration via CLI and MCP. Analyze images, search the web, read pages as markdown, explore repos.

Claude Code1 skill

by Numman AliApache-2.02.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/zai-cli/ inside the repository.

Layout

plugins/community/zai-cli/
├── .claude-plugin/plugin.json
└── skills/zai-cli/SKILL.md

Skills1

zai-cliskills/zai-cli/SKILL.md

Z.AI CLI providing: - Vision: image/video analysis, OCR, UI-to-code, error diagnosis (GLM-4.6V) - Search: real-time web search with domain/recency filtering - Reader: web page to markdown extraction - Repo: GitHub code search and reading via ZRead - Tools: MCP tool discovery and raw calls - Code: TypeScript tool chaining Use for visual content analysis, web search, page reading, or GitHub exploration. Requires Z_AI_API_KEY.

Manifests1

plugins/community/zai-cli/.claude-plugin/plugin.json
{
  "name": "zai-cli",
  "version": "1.0.0",
  "description": "Z.AI vision, search, reader, and GitHub exploration via CLI and MCP. Analyze images, search the web, read pages as markdown, explore repos.",
  "author": {
    "name": "Numman Ali",
    "email": "numman.ali@gmail.com",
    "url": "https://github.com/numman-ali"
  },
  "repository": "https://github.com/numman-ali/n-skills",
  "homepage": "https://github.com/numman-ali/zai-cli",
  "license": "Apache-2.0",
  "keywords": [
    "vision",
    "image-analysis",
    "ocr",
    "web-search",
    "web-reader",
    "github",
    "mcp",
    "z-ai",
    "glm-4",
    "multimodal"
  ]
}