Lorapok Labs · CLI + Grok Bot

Curse Monitor by Lorapok

Live Cursor usage for CLI + Grok Bot — quotas, bonus credits, Auto/API %, billing cycle

“Know your limits before they know you.”

Node ≥ 20 MIT Local-first auth Companion to cursor.lorapok.tech

What you get

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.

CLI status / watch / json / whoami

Pretty boxed board, live refresh, machine-readable JSON for agents, and account discovery across Cursor product folders.

Bonus pool math

Included + bonus/agent credits → combined pool, remaining, and at-limit — so a “100%” included bar doesn’t hide leftover bonus.

Stale 100% detection

Yellow banner when the API shows 100% but pool remaining is still positive — catch misleading meters before you overreact.

Grok Bot plugin

Marketplace-ready skills under plugin/ teach Cursor / Grok Bot agents to run curse-monitor status|json|whoami|watch.

Auto % · API % · cycle

Auto and API percent used, on-demand spend, and billing-cycle countdown — pace usage through the month.

Privacy-first

Token stays on your machine. Never printed, never written to JSON. Network only to api2.cursor.sh.

Install

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.

Ready to watch your limits?

CLI for humans · JSON for agents · Plugin for Grok Bot. Open source under MIT.