Claude Usage Monitor
anistark Saturday, February 14, 2026If you use claude with other coding agents like pi or opencode, you might not get the `/usage` skill that claude code comes with.
So, I made this small CLI tool `claudemon`.
Install with `npm install -g claudemon`
Setup once with `claudemon setup`
And then run it: `claudemon`
I keep it running on one small terminal window. It keeps track of usage. Refreshes every few seconds. Completely local and private. Also, open source, if someone wants to help add some new features.
Open to feedback.
1
0