GET THE CLI
Install the Claudemon wrapper and start catching creatures in 2 minutes.
REQUIREMENTS
INSTALL
Clone the repo and run the setup script. That's it.
# clone the catcher
$ git clone https://github.com/zwykstudio/claudemon-catcher.git
$ cd claudemon-catcher
$ ./install/setup.sh
The script aliases cc to the Claudemon wrapper. Your original claude command stays untouched.
CONFIGURATION
Export your API key so the wrapper can send catches to the Claudemon server. You'll find it in your dashboard under API Key.
# add to your .bashrc / .zshrc
$ export CLAUDEMON_API_KEY=sk_claudemon_...
Restart your terminal or run source ~/.zshrc to apply.
HOW IT WORKS
The wrapper cc is a thin shell around Claude Code. When you run it, it starts Claude normally and watches its output for spinner words — those little status messages Claude shows while thinking.
Nothing magical. Nothing hidden. The code is open source — read it yourself.
WHAT IT DOES NOT DO
If you don't trust us (fair enough), read the source. It's ~200 lines of bash.
