Back to VibeUsage

Card snapshot

www.vibeusage.cc · 2026-05-18 15:37:00 UTC · a4bb4c99831388430f115ab876610c7d7925226d1ad4899c847305d3e174f039

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schemaVersion": "0.2.0",
  "name": "VibeUsage",
  "description": "Agent-readable product card for VibeUsage, an AI token usage tracking and monitoring tool for coding agents.",
  "url": "https://www.vibeusage.cc/",
  "version": "0.6.4",
  "provider": {
    "name": "VibeUsage",
    "url": "https://github.com/victorGPT/vibeusage"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "usage_summary",
      "name": "Usage summary",
      "description": "Read authenticated token totals and cost estimates through the VibeUsage OpenAPI contract.",
      "tags": [
        "usage",
        "analytics",
        "tokens"
      ]
    },
    {
      "id": "model_breakdown",
      "name": "Model breakdown",
      "description": "Read per-source and per-model token usage aggregates.",
      "tags": [
        "models",
        "analytics",
        "cost"
      ]
    },
    {
      "id": "leaderboard",
      "name": "Public leaderboard",
      "description": "Read public VibeUsage token leaderboard rows.",
      "tags": [
        "leaderboard",
        "public"
      ]
    }
  ],
  "documentationUrl": "https://www.vibeusage.cc/developers",
  "openapiUrl": "https://www.vibeusage.cc/openapi.json",
  "mcpManifestUrl": "https://www.vibeusage.cc/.well-known/mcp/manifest.json"
}