Skip to content

davidkny22/clawnitor-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@clawnitor/cli

npm license

CLI for Clawnitor — agent monitoring, rules enforcement, and kill switch for OpenClaw.

Usage

openclaw plugins install @clawnitor/plugin
npx clawnitor init

clawnitor 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

What it does

  1. Authenticates via GitHub device flow or email magic link
  2. Creates your Clawnitor account (or logs in if you already have one)
  3. Generates an API key
  4. Finds your openclaw.json (or creates one) and writes the API key

Manual setup

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_..."
        }
      }
    }
  }
}

Links

About

CLI for Clawnitor — agent monitoring for OpenClaw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors