New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vibetime

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vibetime

Track your Claude AI usage and costs. Built on ccusage. See rankings, sync data, and monitor your AI spending. Works with all Claude models.

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

vibetime

Track your Claude AI usage and costs. Sync to cloud dashboard.

npm version license downloads

Built on ccusage by @ryoppippi ❤️

What is vibetime?

vibetime = ccusage + cloud sync

  • 📊 All ccusage commands work perfectly (no setup needed)
  • ☁️ Sync your data to cloud dashboard (needs API key)
  • 🌐 View your stats online at vibetime.ekusiadadus.workers.dev

Install

npm install -g vibetime

Quick Start

# See your Claude usage (works immediately!)
vibetime daily
vibetime monthly
vibetime session
vibetime blocks

ccusage Commands (No Setup Needed)

All ccusage commands work out of the box:

# Daily usage
vibetime daily
vibetime daily -j                 # Output as JSON
vibetime daily -b                 # Show cost per model

# Monthly usage
vibetime monthly
vibetime monthly -j               # Output as JSON

# Session usage (5-hour blocks)
vibetime session
vibetime blocks                   # Same as session
vibetime blocks --live            # Live monitoring

Cloud Sync (Optional)

Want to see your usage online? Sync to our free dashboard!

Step 1: Get Your FREE API Key

  • Go to: https://vibetime.ekusiadadus.workers.dev

  • Click "Sign Up" (top right corner)

    • Use your email
    • Or sign in with Google/GitHub
  • After login, click your name (top right)

    • Select "API Keys"
    • Click "Create New API Key"
    • Give it a name like "My CLI"
    • Click "Create"
  • Copy your API key

    • It looks like: vt_abc123xyz...
    • ⚠️ Save it! You can't see it again!

Step 2: Set Up Your API Key

# Run this command
vibetime config set

# It will ask for your API key
# Paste the key you copied
# Press Enter

Step 3: Sync Your Data

# Upload all your Claude usage
vibetime sync

# That's it! View online at:
# https://vibetime.ekusiadadus.workers.dev

Only 2 Extra Commands

vibetime adds only 2 commands to ccusage:

1. Config Command

vibetime config          # See your settings
vibetime config set      # Add/change API key
vibetime config reset    # Remove API key

2. Sync Command

vibetime sync            # Upload your data
vibetime sync --dry-run  # See what would upload

Troubleshooting

"No data found"

  • Use Claude AI first (claude.ai)
  • Data appears after you chat with Claude

"API key required"

Sync not working?

  • Check key: vibetime config
  • Try: vibetime test

That's All!

Credits

License

MIT

Made with ❤️ for Claude AI users

Keywords

claude

FAQs

Package last updated on 30 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts