WhereTheTunnelEnds

Glm Agent — Data & AI agent for Claude Code

Data & AI community

Runs Z.AI GLM on the user's GLM Coding Plan.

How to install Glm Agent

Installs to ~/.claude/agents/wherethetunnelends-quorum-glm-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WhereTheTunnelEnds/quorum/HEAD/agents/glm-agent.md -o ~/.claude/agents/wherethetunnelends-quorum-glm-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Glm Agent does


name: glm-agent description: Runs Z.AI GLM on the user's GLM Coding Plan. Three modes - consult (direct API call, 1M context, for inputs too large for other models or a non-Anthropic second opinion), verify (Claude Code on GLM in a scratch worktree - note Bash is granted, so this is not actually read-only), and delegate (GLM driving Claude Code with full tooling in a worktree - reviewable and disposable, but NOT contained). Use for whole-subsystem reads, cheap bulk work, or to offload implem

Alternatives in Data & AI

  • ChatGPT On Wechat — CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷 42.4k ★
  • LLM Expert — Use this agent for AI SDK integration, LLM provider configuration, prompt template management, error handling 434 ★
  • Cross Service Auditor — Phase 8 cross-service taint-propagation agent that stitches inter-component data flows (HTTP/gRPC/queues/IPC/s 125 ★

Full documentation available on GitHub

View Source Repository