Track AI coding assistant token usage and costs across Claude Code, Codex, Cursor, and more. Scans local data, calculates costs using real-time pricing, and imports to vibetracking.dev for analytics and leaderboards.
Track AI coding assistant usage across Claude Code, Codex, Cursor, Gemini, Amp, and more. Monitor token usage, estimate costs, and view analytics across all your AI coding tools.
This skill provides the vibetracking CLI tool that:
1. Verify Bun is available (required runtime):
```bash
bun --version
```
2. Install vibetracking globally:
```bash
bun add -g vibetracking
```
3. Alternatively, run one-off without installation:
```bash
bunx vibetracking
```
1. **Sync data** (scans local data and opens browser to import):
```bash
vibetracking
vibetracking sync
```
2. **Check authentication status**:
```bash
vibetracking whoami
```
3. **Logout** (clears local cache only):
```bash
vibetracking logout
```
1. **Login to Cursor** (opens export page in browser):
```bash
vibetracking cursor login
```
2. **Check Cursor cache status**:
```bash
vibetracking cursor status
```
3. **Clear cached Cursor data**:
```bash
vibetracking cursor logout
```
1. **Scan**: Vibetracking scans your local AI coding tool data directories
2. **Parse**: Native Rust module parses session files in parallel for performance
3. **Calculate**: Estimates costs using real-time model pricing from LiteLLM
4. **Import**: Opens browser to import parsed data to vibetracking.dev
5. **Share**: View your stats, compare on leaderboards, share your profile
```bash
bun add -g vibetracking
vibetracking sync
vibetracking whoami
vibetracking cursor login
vibetracking cursor status
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/vibetracking/raw