Help us improve
Share bugs, ideas, or general feedback.
Local marketplace for the claude-hud-glm plugin.
npx claudepluginhub Siiichenggg/claude-hud-glmReal-time statusline HUD for Claude Code with GLM API balance tracking. Shows context usage, active tools, running agents, todo progress, and GLM token balance.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Share bugs, ideas, or general feedback.
A Claude Code plugin that shows what's happening — context usage, active tools, running agents, todo progress, and GLM API balance tracking. Always visible below your input.
This is a fork of jarrodwatts/claude-hud with added support for Zhipu AI GLM API usage tracking.
| What You See | Why It Matters |
|---|---|
| Project path | Know which project you're in (configurable 1-3 directory levels) |
| Context health | Know exactly how full your context window is before it's too late |
| Tool activity | Watch Claude read, edit, and search files as it happens |
| Agent tracking | See which subagents are running and what they're doing |
| Todo progress | Track task completion in real-time |
| GLM Balance | 🆕 Track your GLM API token balance and usage percentage |
This version adds support for tracking usage when using the GLM API (Zhipu AI/BigModel):
ANTHROPIC_BASE_URL containing bigmodel.cn[glm-4.7 | GLM] █████░░░░ 45% | my-project git:(main) | GLM: 23% (expires 15d) | ⏱️ 5m
Inside a Claude Code instance, run the following commands:
Step 1: Install the plugin
On Linux, /tmp is often a separate filesystem (tmpfs), which causes plugin installation to fail with:
EXDEV: cross-device link not permitted
Fix: Set TMPDIR before installing:
mkdir -p ~/.cache/tmp && TMPDIR=~/.cache/tmp claude
Then run the install command below in that session. This is a Claude Code platform limitation.
/plugin marketplace add Siiichenggg/claude-hud-glm
/plugin install claude-hud-glm
If you're installing from a local checkout instead of GitHub, add the local marketplace path first:
/plugin marketplace add /path/to/claude-hud-glm
/plugin install claude-hud-glm
Step 2: Configure the statusline
/claude-hud-glm:setup
Done! The HUD appears immediately — no restart needed.
If you cloned the repo locally, add it as a marketplace path:
/plugin marketplace add /path/to/claude-hud-glm
/plugin install claude-hud-glm
/claude-hud-glm:setup
[glm-4.7 | GLM] █████░░░░ 45% | my-project git:(main) | 2 CLAUDE.md | GLM: 23% (expires 15d) | ⏱️ 5m
✓ TaskOutput ×2 | ✓ mcp_context7 ×1 | ✓ Glob ×1 | ✓ Skill ×1
✓ Explore: Explore home directory structure (5s)
✓ open-source-librarian: Research React hooks patterns (2s)
✓ All todos complete (5/5)
Customize your HUD anytime:
/claude-hud-glm:configure
The guided flow walks you through customization — no manual editing needed.