From zai
Do grounded web research using Z.ai's bundled MCP tools via the `zai` CLI — web_search_prime (live web search with recency/domain/region filters) and web_reader (fetch a URL to clean markdown). Use when you need fresh sources or a page's contents and want a reliable path (complements the built-in WebSearch/WebFetch). Results are returned to Claude to analyze.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zai:zai-web-researchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Your Z.ai Coding Plan bundles a web-search + web-reader toolset (1000 calls/month). Use them for
Your Z.ai Coding Plan bundles a web-search + web-reader toolset (1000 calls/month). Use them for grounded answers; Claude does the analysis (Claude is injection-resistant — the right place for untrusted web content).
Self-Evolving Skill: improves through use. If a bundled tool's params changed, a tool went offline, the MCP handshake shifted, or the monthly allowance moved — fix this file + the
zaiplugin'sreferences/CAPABILITIES.mdimmediately, don't defer. Re-verify withzai quota.
zai websearch "query" # top web results (title/link/content)
zai websearch --recency oneWeek --size high "query" # recent, longer content (2× cost)
zai websearch --location us --domain example.com "q" # region + domain filter
zai read https://example.com # fetch a URL → clean text (web_reader)
zai websearch first (breadth).zai read <best-url> for the 1–2 most promising links (depth).Notes: web_reader/zread were occasionally flaky during probing — retry once on error. Search
counts against the shared monthly MCP allowance (zai quota). web_search_prime verified working
2026-07-21. Full surface: references/CAPABILITIES.md.
skills/zai-web-research/SKILL.md before editing.zai websearch/zai read errored or returned a new shape → fix here + references/CAPABILITIES.md.zai plugin CLAUDE.md "Recent changes".npx claudepluginhub terrylica/cc-skills --plugin zaiGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.