unprompted
v0.2.1
Published
Know when to stop. Track your Claude Code usage and set daily limits.
Maintainers
Readme
Unprompted — Claude Code Plugin
Track your Claude Code usage and set daily limits.
Part of Unprompted, a free privacy-first time tracker for AI tools.
Install
npx unprompted installThis sets up hooks that show your usage at the start and end of every Claude Code session.
Commands
npx unprompted status # Show today's usage
npx unprompted sync <key> # Save your sync key for cross-device sync
npx unprompted uninstall # Remove the hooksSetting Limits
Edit ~/.unprompted/data.json and add limits (in seconds):
{
"limits": {
"claude-code": 7200
}
}7200 seconds = 2 hours.
Or install the browser extension to manage limits via UI.
Cross-Device Sync
- Install the browser extension and generate a sync key in settings
- Run
npx unprompted sync <your-key> - Your usage syncs across all devices
The sync key is stored locally in ~/.unprompted/data.json. All sync is end-to-end encrypted.
Privacy
- No accounts, no sign-up
- All data stored locally in
~/.unprompted/ - Sync is optional and fully encrypted
- No telemetry or analytics
License
MIT
