Agent Skills
› vibe-cafe/vibe-usage
› vibe-usage
vibe-usage
GitHub追踪AI编码工具Token使用量并同步至vibecafe.ai仪表盘。支持手动同步、状态检查及后台持续同步,帮助用户监控成本和用量。
Trigger Scenarios
用户要求同步使用数据或上传用量
用户询问花费或成本情况
用户希望检查同步状态或设置后台持续同步
Install
npx skills add vibe-cafe/vibe-usage --skill vibe-usage -g -y
SKILL.md
Frontmatter
{
"name": "vibe-usage",
"metadata": {
"openclaw": {
"emoji": "📊",
"install": [
{
"id": "vibe-usage",
"kind": "npm",
"package": "@vibe-cafe\/vibe-usage"
}
],
"requires": {
"bins": [
"npx"
]
}
}
},
"description": "Track and sync AI coding tool token usage to vibecafe.ai dashboard."
}
Vibe Usage
Track your AI coding tool token usage and sync to vibecafe.ai.
Setup
First-time setup (interactive — asks for API key):
npx @vibe-cafe/vibe-usage
Get your API key at https://vibecafe.ai/usage/setup
Commands
When the user asks to sync usage, check costs, or track tokens, run:
npx @vibe-cafe/vibe-usage sync
Other available commands:
| Command | Description |
|---|---|
npx @vibe-cafe/vibe-usage sync |
Sync latest usage data |
npx @vibe-cafe/vibe-usage status |
Show config and detected tools |
npx @vibe-cafe/vibe-usage daemon |
Continuous sync every 30 minutes |
npx @vibe-cafe/vibe-usage reset |
Delete all data and re-upload |
npx @vibe-cafe/vibe-usage reset --local |
Delete this host's data and re-upload |
When to Use
- User says "sync my usage", "upload usage", "track tokens"
- User asks "how much have I spent?", "what's my cost?"
- User wants to check if sync is working: run
status - User wants continuous background sync: run
daemon
Notes
- Requires initial setup with an API key (run
npx @vibe-cafe/vibe-usagefirst) - Config is stored at
~/.vibe-usage/config.json - Supports: Claude Code, Codex, Grok, and others
Version History
- 7baf7e0 Current 2026-09-02 20:59


