vibe-usage

Sync local AI coding tool token usage to the vibecafe.ai dashboard via CLI commands.

98|27|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/vibe-cafe/vibe-usage --skill vibe-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-usage
Source: https://github.com/vibe-cafe/vibe-usage/tree/main
Command: npx skills add https://github.com/vibe-cafe/vibe-usage --skill vibe-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you automatically track and sync your AI coding tool token usage to the VibeCafé dashboard without manual bookkeeping.

Core Features & Use Cases

  • Automatic usage syncing on request: When a user asks about spending, costs, or tracking tokens, it runs the CLI sync so the dashboard reflects the latest local logs.
  • Cost and token queries via summary: It answers questions like “how much did I spend?” by executing summary for today or a custom time window and returning the CLI’s markdown output as-is.
  • Operational maintenance commands: It supports daemon status checks, starting background sync, and resetting/re-uploading data when troubleshooting or rebuilding telemetry.
  • Tool detection for installation: It can install or remove the skill from supported assistants by detecting whether related tool directories exist.

Quick Start

Ask: "Sync my usage and tell me what I spent this week."

Frequently Asked Questions about vibe-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track AI coding token usage and costs across different assistants?

To track AI coding token usage and costs, this skill syncs local logs from supported coding assistants to the VibeCafé dashboard by running CLI summary and sync commands, returning the markdown output verbatim.

How do I check how much I spent on AI coding tools today or this week?

You can check your AI coding token spending by requesting a summary for today or a custom time window. The skill executes the CLI summary command and returns the cost and token data directly as markdown.

What is the best way to automate syncing token usage data in the background?

The best way to automate token usage syncing is by starting the background daemon. The skill supports daemon operations to continuously sync local AI coding tool logs to the dashboard without manual intervention.

Do I need an API key to sync local AI coding token usage to the dashboard?

Yes, you need an API key configured in your local config before syncing token usage. The skill requires this prior API key setup to authenticate and execute CLI sync commands successfully.

What should I do when my token usage data is not syncing correctly?

If token usage data is not syncing correctly, you can use the skill's operational maintenance commands to check daemon status, reset data, and re-upload local logs to troubleshoot and rebuild telemetry.

Can I install this usage tracking skill into any code assistant?

You can install or remove the skill from supported assistants by detecting whether related tool directories exist locally, ensuring the usage tracking integration fits your specific coding environment.