BolunHan

Cc Monitor — Development skill for Claude Code

Development community

claude code and deepseek harness stats monitor CC, DSH 状态监控赛博红绿灯.

How to install Cc Monitor

This entry records only its repository, not the path inside it, so there is no exact command to give. Open BolunHan/cc-monitor and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Cc Monitor does

claude code and deepseek harness stats monitor CC, DSH 状态监控赛博红绿灯.

Alternatives in Development

  • Codexbar — Show usage stats for OpenAI Codex and Claude Code, without having to login 8.8k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★

README

**[English](#english)** | **[中文](#chinese)**


🚦 cc-monitor — Cyber Traffic Light for Claude Code & DSH
Claude Code / DSH 赛博红绿灯

[**→ Open Dashboard**](https://bolunhan.github.io/cc-monitor/)

[![gitlab](https://gitlab.com/BolunHan/cc-monitor/badges/main/pipeline.svg)](https://gitlab.com/BolunHan/cc-monitor/-/pipelines)

**CI runs on the GitLab mirror pipeline.** GitHub Actions is disabled in this repository — see `.github/workflows/README.md`.

**Know when Claude needs you — before you waste time staring at the screen.**

Physical "Claude Code traffic light" gadgets sell for serious money. cc-monitor is the **free, open-source version** — it runs on any machine, pushes notifications to your phone and browser, and costs nothing. All you need is an Android phone or a browser tab.

🛡️ **Guard your vibe-coding flow.** When Claude is working, you're free. The moment it needs approval, hits an error, or finishes a review — you get pinged. No more babysitting the terminal.


⚠️ Security Warning

**Only install this tool from a trusted source.** The hook installer modifies `~/.claude/settings.json` — Claude Code's global configuration file. **A malicious hook script can steal your Claude API token** and gain full access to your Anthropic account. Never install hooks from a server you don't control.

  • Always inspect the install script before running it: curl -skSL /static/install-hooks.sh | less
  • Verify the source — this repo is the only official distribution
  • Do NOT use sudo — the hook scripts do not require root privileges and only modify your user-level Claude Code settings
  • Use localhost when the server runs on the same machine (no auth required)

Quick Start

Option A: Docker from GHCR (no clone needed)

Pulls the pre-built image from GitHub Container Registry:

mkdir cc-monitor && cd cc-monitor
curl -O ht