CLI for Clawnitor — agent monitoring, rules enforcement, and kill switch for OpenClaw.
openclaw plugins install @clawnitor/plugin
npx clawnitor initclawnitor init handles authentication, API key generation, and configuration in one command. Choose GitHub or email magic link to sign in.
$ npx clawnitor init
Clawnitor — Agent monitoring for OpenClaw
by Safer Intelligence Labs
How do you want to sign in?
1. GitHub
2. Email magic link
> 1
Open this URL: https://github.com/login/device
Enter code: ABCD-1234
Waiting for authorization...
Authenticated as you@example.com
Generating API key...
Writing to openclaw.json...
Done. Clawnitor is monitoring your agents.
Dashboard: https://app.clawnitor.io
- Authenticates via GitHub device flow or email magic link
- Creates your Clawnitor account (or logs in if you already have one)
- Generates an API key
- Finds your
openclaw.json(or creates one) and writes the API key
If you prefer not to use the CLI, sign up at clawnitor.io, copy your API key, and add it to your openclaw.json:
{
"plugins": {
"entries": {
"clawnitor": {
"config": {
"apiKey": "clw_live_..."
}
}
}
}
}