{
  "schemaVersion": "1.0",
  "item": {
    "slug": "token-panel-ultimate",
    "name": "Token Panel Ultimate",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/globalcaos/token-panel-ultimate",
    "canonicalUrl": "https://clawhub.ai/globalcaos/token-panel-ultimate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/token-panel-ultimate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=token-panel-ultimate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "BUDGET_README.md",
      "SKILL.md",
      "_meta.json",
      "api.py",
      "collector.py",
      "db.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/token-panel-ultimate"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/token-panel-ultimate",
    "agentPageUrl": "https://openagent3.xyz/skills/token-panel-ultimate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/token-panel-ultimate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/token-panel-ultimate/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Token Panel Ultimate",
        "body": "One dashboard for every token you spend. Anthropic, Gemini, OpenAI, Manus—tracked, stored, and queryable before the bill arrives."
      },
      {
        "title": "Why This Exists",
        "body": "You've checked your Anthropic console, squinted at the OpenAI dashboard, opened a Gemini tab, and still weren't sure where last Tuesday's $14 went. Token Panel Ultimate puts all four providers in one place so the answer is always one query away."
      },
      {
        "title": "What It Does",
        "body": "Multi-Provider Tracking — Anthropic, Gemini, OpenAI, and Manus in a single SQLite database\nBudget Alerts — Set monthly limits per provider. Get warned before you overspend, not after\nREST API — Query usage programmatically on port 8765. Plug it into your own scripts or dashboards\nTranscript Parsing — Automatically extracts token counts from OpenClaw session transcripts\nZero Dependencies — SQLite storage. No Postgres, no Redis, no cloud account required\nRuns as a Daemon — Systemd service keeps it alive in the background"
      },
      {
        "title": "Quick Start",
        "body": "pip install -r requirements.txt\npython3 api.py"
      },
      {
        "title": "Architecture",
        "body": "OpenClaw Plugin → Budget Collector API → SQLite DB\n                        ↓\n                Transcripts / Anthropic API / Manus Tracker"
      },
      {
        "title": "API Endpoints",
        "body": "MethodPathDescriptionGET/usageAll provider usageGET/usage/:providerUsage for a single providerGET/budgetCurrent budget limitsPOST/budgetSet or update budget limits\n\nClone it. Fork it. Break it. Make it yours.\n\n👉 Explore the full project: github.com/globalcaos/clawdbot-moltbot-openclaw"
      }
    ],
    "body": "Token Panel Ultimate\n\nOne dashboard for every token you spend. Anthropic, Gemini, OpenAI, Manus—tracked, stored, and queryable before the bill arrives.\n\nWhy This Exists\n\nYou've checked your Anthropic console, squinted at the OpenAI dashboard, opened a Gemini tab, and still weren't sure where last Tuesday's $14 went. Token Panel Ultimate puts all four providers in one place so the answer is always one query away.\n\nWhat It Does\nMulti-Provider Tracking — Anthropic, Gemini, OpenAI, and Manus in a single SQLite database\nBudget Alerts — Set monthly limits per provider. Get warned before you overspend, not after\nREST API — Query usage programmatically on port 8765. Plug it into your own scripts or dashboards\nTranscript Parsing — Automatically extracts token counts from OpenClaw session transcripts\nZero Dependencies — SQLite storage. No Postgres, no Redis, no cloud account required\nRuns as a Daemon — Systemd service keeps it alive in the background\nQuick Start\npip install -r requirements.txt\npython3 api.py\n\nArchitecture\nOpenClaw Plugin → Budget Collector API → SQLite DB\n                        ↓\n                Transcripts / Anthropic API / Manus Tracker\n\nAPI Endpoints\nMethod\tPath\tDescription\nGET\t/usage\tAll provider usage\nGET\t/usage/:provider\tUsage for a single provider\nGET\t/budget\tCurrent budget limits\nPOST\t/budget\tSet or update budget limits\n\nClone it. Fork it. Break it. Make it yours.\n\n👉 Explore the full project: github.com/globalcaos/clawdbot-moltbot-openclaw"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/globalcaos/token-panel-ultimate",
    "publisherUrl": "https://clawhub.ai/globalcaos/token-panel-ultimate",
    "owner": "globalcaos",
    "version": "2.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/token-panel-ultimate",
    "downloadUrl": "https://openagent3.xyz/downloads/token-panel-ultimate",
    "agentUrl": "https://openagent3.xyz/skills/token-panel-ultimate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/token-panel-ultimate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/token-panel-ultimate/agent.md"
  }
}