From zai
Consult Zhipu GLM-5.2 (via the `zai` CLI) as a COMPLEMENTARY second opinion or big-context analyst — NOT a replacement for Claude. Use PROACTIVELY to cross-check a non-trivial answer with an independent model, or to analyze a document too large for the current model (GLM-5.2 accepts ~1M input tokens). Offers a fast mode (no reasoning) and a deep mode (extended reasoning, effort low→max). Also bridges Z.ai's bundled web_search_prime / web_reader tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zai:ask-glmThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
GLM-5.2 is a large off-fleet model (Z.ai Coding Plan). Use it to **complement**, never replace, Claude:
GLM-5.2 is a large off-fleet model (Z.ai Coding Plan). Use it to complement, never replace, Claude: an independent cross-check, or a 1M-context read Claude's tier can't hold. Round-trips stay off the main thread — you run the CLI and relay the crisp result.
Self-Evolving Skill: improves through use. If a
zaiflag changed, a GLM model was renamed or deprecated, an endpoint moved, or a limit shifted — fix this file + thezaiplugin'sreferences/CAPABILITIES.mdimmediately, don't defer. Re-verify withzai doctor/zai models.
zai chat --deep.zai chat --file <path>.zai websearch "<query>" then reason over the results.zai CLI is on PATH)zai chat --fast "quick question" # thinking disabled, fastest
zai chat --deep "hard reasoning question" # extended reasoning (effort=high)
zai chat --deep --effort max --max 4000 "..." # deepest
zai chat --file /path/to/big.txt "Summarize the key risks." # ~1M-token context
zai chat --file - "analyze this" < some.log # stdin
zai websearch --recency oneMonth "GLM-5.2 pricing" # bundled web_search_prime MCP
zai vision --image /path/shot.png "what error is shown?" # image analysis (glm-4.6v)
--deep when the task needs reasoning. Deep shares the output budget with
reasoning — pass a generous --max (e.g. 4000) so the answer isn't starved.--file it), then the ask last.--deep/1M calls. zai quota to check.Full verified capability surface: references/CAPABILITIES.md in the zai plugin.
skills/ask-glm/SKILL.md before editing.zai subcommand/flag errored or GLM's output shape changed → fix here + references/CAPABILITIES.md.zai models flagged a newer model than the pin, or a capability moved → update the matrix + CHAT_MODEL/VISION_MODEL.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.