Agent skill · Frontend

ZAI命令行

Z.AI CLI 提供: - 视觉:图像/视频分析、OCR、UI 到代码、错误诊断(GLM-4.6V) - 搜索:带有域名/时间过滤的实时网络搜索 - 阅读器:网页到 Markdown 提取 - 仓库:通过 ZRead 进行 GitHub 代码搜索和阅读 - 工具:MCP 工具发现和原始调用 - 代码:TypeScript 工具链 用于视觉内容分析、网络搜索、页面阅读或 GitHub 探索。需要 Z_AI_API_KEY。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill zai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/zai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ZAI CLI Access Z.AI capabilities via `npx zai-cli`. The CLI is self-documenting - use `--help` at any level. ## Setup ```bash export Z_AI_API_KEY="your-api-key" ``` Get a key at: https://z.ai/manage-apikey/apikey-list ## Commands | Command | Purpose | Help | |---------|---------|------| | vision | Analyze images, screenshots, videos | `--help` for 8 subcommands | | search | Real-time web search | `--help` for filtering options | | read | Fetch web pages as markdown | `--help` for format options | | repo | GitHub code search and reading | `--help` for tree/search/read | | tools | List available MCP tools | | | tool | Show tool schema | | | call | Raw MCP tool invocation | | | code | TypeScript tool chaining | | | doctor | Check setup and connectivity | | ## Quick Start ```bash # Analyze an image npx zai-cli vision analyze ./screenshot.png "What errors do you see?" # Search the web npx zai-cli search "React 19 new features" --count 5 # Read a web page npx zai-cli read https://docs.example.com/api npx zai-cli read https://docs.example.com/api --with-images-summary --no-gfm # Explore a GitHub repo npx zai-cli repo search facebook/react "server components" npx zai-cli repo search open

What's inside
Steps it walks through
  1. Setup
  2. Commands
  3. Quick Start
  4. Output
  5. Advanced
Ships with 1 file
  • metadata.json
Commands it runs
export Z_AI_API_KEY="your-api-key"
Analyze an image
npx zai-cli vision analyze ./screenshot.png "What errors do you see?"
Search the web
npx zai-cli search "React 19 new features" --count 5
Read a web page
npx zai-cli read https://docs.example.com/api
npx zai-cli read https://docs.example.com/api --with-images-summary --no-gfm
Explore a GitHub repo
npx zai-cli repo search facebook/react "server components"
More from claude-skill-registry
All skills →
About this skill
What does the ZAI命令行 skill do?

Z.AI CLI 提供: - 视觉:图像/视频分析、OCR、UI 到代码、错误诊断(GLM-4.6V) - 搜索:带有域名/时间过滤的实时网络搜索 - 阅读器:网页到 Markdown 提取 - 仓库:通过 ZRead 进行 GitHub 代码搜索和阅读 - 工具:MCP 工具发现和原始调用 - 代码:TypeScript 工具链 用于视觉内容分析、网络搜索、页面阅读或 GitHub 探索。需要 Z_AI_API_KEY。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill zai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going