CLI status / watch / json / whoami
Pretty boxed board, live refresh, machine-readable JSON for agents, and account discovery across Cursor product folders.
Live Cursor usage for CLI + Grok Bot — quotas, bonus credits, Auto/API %, billing cycle
“Know your limits before they know you.”
A lean terminal board and agent plugin — not the VS Code extension. Surfaces the same Cursor usage story your dashboard has, right where you work.
Pretty boxed board, live refresh, machine-readable JSON for agents, and account discovery across Cursor product folders.
Included + bonus/agent credits → combined pool, remaining, and at-limit — so a “100%” included bar doesn’t hide leftover bonus.
Yellow banner when the API shows 100% but pool remaining is still positive — catch misleading meters before you overreact.
Marketplace-ready skills under plugin/ teach Cursor / Grok Bot agents to run curse-monitor status|json|whoami|watch.
Auto and API percent used, on-demand spend, and billing-cycle countdown — pace usage through the month.
Token stays on your machine. Never printed, never written to JSON. Network only to api2.cursor.sh.
Clone the repo, build, and link the curse-monitor binary. Requires Node.js 20+ (22+ recommended).
git clone https://github.com/Maijied/Curse-Monitor-by-Lorapok.git
cd Curse-Monitor-by-Lorapok
npm install
npm run build
npm link
curse-monitor status
Without linking: npm start -- status or node dist/cli.js status. Auth from Cursor session, CURSOR_TOKEN, or --token.
CLI for humans · JSON for agents · Plugin for Grok Bot. Open source under MIT.