@getverbal/cli
v0.12.1
Published
Set up Verbal AI spend tracking in one command
Downloads
1,860
Maintainers
Readme
@getverbal/cli
AI spend tracker. One command sets up usage tracking across Claude Code, Claude Desktop, Cursor, and Codex.
Install
npx @getverbal/cli initThis authenticates you, detects your installed AI tools, configures MCP tracking for each one, and verifies the connection.
What gets tracked
- Token counts (input, output, cache read/write)
- Cost (auto-calculated from model pricing)
- Model and provider
- Prompt content (with automatic PII/secret redaction)
Set VERBAL_CAPTURE_MODE=usage in your MCP config to track only tokens and cost without prompt content.
Commands
| Command | Description |
|---------|-------------|
| getverbal init | Authenticate and configure all detected AI tools |
| getverbal status | Show current configuration and connection status |
| getverbal dashboard | Open your Verbal dashboard in the browser |
| getverbal import | Bulk import from Claude/ChatGPT exports or local history |
| getverbal update | Update to the latest version |
| getverbal logout | Remove stored credentials |
| getverbal uninstall | Remove Verbal from all tools and delete credentials |
Enhanced tracking (Claude Code)
Install hooks for richer data using provider-reported token counts:
getverbal hooks install --claudeDashboard
View your spend at getverbal.ai/dashboard.
Docs
Full documentation at getverbal.ai/docs.
License
MIT
