{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ohmytoken",
    "name": "ohmytoken",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/0x5446/ohmytoken",
    "canonicalUrl": "https://clawhub.ai/0x5446/ohmytoken",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ohmytoken",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ohmytoken",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "clawhub.json",
      "README.md",
      "claw.json",
      "SKILL.md",
      "instructions.md",
      "src/index.ts"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/ohmytoken"
    },
    "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/ohmytoken",
    "agentPageUrl": "https://openagent3.xyz/skills/ohmytoken/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ohmytoken/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ohmytoken/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ohmytoken",
        "body": "Your AI spending, visualized as pixel art. In real-time.\n\nEver wondered where all your tokens go? ohmytoken turns your invisible LLM spending into a mesmerizing pixel bead board that fills up as you chat, code, and create with AI."
      },
      {
        "title": "Why You'll Love It",
        "body": "It's weirdly addictive. Each model gets its own color — Claude is coral, GPT is green, Gemini is blue. Watch your board fill up in spiral patterns, rain down like Tetris, or bloom from the center. Pick a cat-shaped board, a heart, a Mario mushroom, or a star. Your token art is unique to you.\n\nIt's social. Share your board as a pixel art card with a QR code. See how you rank against other developers. Unlock achievements like \"Night Owl\" (coding at 2AM) or \"Millionaire\" (1M tokens burned). Browse the gallery of everyone's boards."
      },
      {
        "title": "Step 1: Get Your API Key",
        "body": "Go to ohmytoken.dev\nClick \"GITHUB\" or \"GOOGLE\" to sign in (one click, no passwords)\nYou'll see a Welcome screen with your API Key — it looks like omt_f9c399...\nClick COPY to copy it"
      },
      {
        "title": "Step 2: Install the Skill",
        "body": "Run this in your terminal:\n\nopenclaw skill install @0x5446/ohmytoken"
      },
      {
        "title": "Step 3: Add Your API Key",
        "body": "Set the environment variable (recommended — won't leak via git):\n\nexport OHMYTOKEN_API_KEY=\"omt_paste_your_key_here\"\n\nAdd this to your ~/.zshrc or ~/.bashrc, then source ~/.zshrc.\n\nDone! Open ohmytoken.dev and watch the beads drop as you use AI."
      },
      {
        "title": "Privacy & Security",
        "body": "We only collect token counts. Nothing else.\n\nWhat we sendWhat we NEVER sendModel name (e.g. \"gpt-4o\")Your promptsPrompt token count (integer)Your responsesCompletion token count (integer)Your API keys to providersYour files, code, or dataAny conversation content\n\nThe tracker sends exactly 3 fields per request: model, prompt_tokens, completion_tokens. That's it. Your prompts, responses, files, and code never leave your machine.\n\nNote: Like any HTTP request, your IP address is visible to the server during the connection. We do not log or store IP addresses.\n\nThe OHMYTOKEN_API_KEY environment variable is the recommended way to configure your key — it stays out of version control and won't leak.\n\nThe source code is fully open: github.com/0x5446/ohmytoken-oss — audit it yourself."
      },
      {
        "title": "What You Get",
        "body": "Real-time bead board — tokens appear as colored pixels the moment you use them\n7 board shapes — square, cat, heart, star, circle, diamond, mushroom\n7 fill animations — sequential, spiral, center-out, random, snake, diagonal, rain\n4 time views — today, this month, this year, all-time\n10 achievements — from \"First Burn\" to \"Millionaire\"\nLeaderboards — total tokens, efficiency, model diversity, night owl\nShare cards — pixel art image + QR code + profile URL\nEmbeddable badges — SVG badge for your GitHub README\nWrapped reports — your personal token year-in-review"
      },
      {
        "title": "Zero Friction",
        "body": "Works with every model OpenClaw supports\nRuns silently in the background, never interrupts your workflow\nGoogle/GitHub OAuth login, no new account to create\nCompletely free\n\nQuestions? Issues? github.com/0x5446/ohmytoken-oss/issues\n\nMade with pixels and love. ohmytoken.dev"
      }
    ],
    "body": "ohmytoken\n\nYour AI spending, visualized as pixel art. In real-time.\n\nEver wondered where all your tokens go? ohmytoken turns your invisible LLM spending into a mesmerizing pixel bead board that fills up as you chat, code, and create with AI.\n\nWhy You'll Love It\n\nIt's weirdly addictive. Each model gets its own color — Claude is coral, GPT is green, Gemini is blue. Watch your board fill up in spiral patterns, rain down like Tetris, or bloom from the center. Pick a cat-shaped board, a heart, a Mario mushroom, or a star. Your token art is unique to you.\n\nIt's social. Share your board as a pixel art card with a QR code. See how you rank against other developers. Unlock achievements like \"Night Owl\" (coding at 2AM) or \"Millionaire\" (1M tokens burned). Browse the gallery of everyone's boards.\n\nSetup: 3 Steps, 2 Minutes\nStep 1: Get Your API Key\nGo to ohmytoken.dev\nClick \"GITHUB\" or \"GOOGLE\" to sign in (one click, no passwords)\nYou'll see a Welcome screen with your API Key — it looks like omt_f9c399...\nClick COPY to copy it\nStep 2: Install the Skill\n\nRun this in your terminal:\n\nopenclaw skill install @0x5446/ohmytoken\n\nStep 3: Add Your API Key\n\nSet the environment variable (recommended — won't leak via git):\n\nexport OHMYTOKEN_API_KEY=\"omt_paste_your_key_here\"\n\n\nAdd this to your ~/.zshrc or ~/.bashrc, then source ~/.zshrc.\n\nDone! Open ohmytoken.dev and watch the beads drop as you use AI.\n\nPrivacy & Security\n\nWe only collect token counts. Nothing else.\n\nWhat we send\tWhat we NEVER send\nModel name (e.g. \"gpt-4o\")\tYour prompts\nPrompt token count (integer)\tYour responses\nCompletion token count (integer)\tYour API keys to providers\n\tYour files, code, or data\n\tAny conversation content\n\nThe tracker sends exactly 3 fields per request: model, prompt_tokens, completion_tokens. That's it. Your prompts, responses, files, and code never leave your machine.\n\nNote: Like any HTTP request, your IP address is visible to the server during the connection. We do not log or store IP addresses.\n\nThe OHMYTOKEN_API_KEY environment variable is the recommended way to configure your key — it stays out of version control and won't leak.\n\nThe source code is fully open: github.com/0x5446/ohmytoken-oss — audit it yourself.\n\nWhat You Get\nReal-time bead board — tokens appear as colored pixels the moment you use them\n7 board shapes — square, cat, heart, star, circle, diamond, mushroom\n7 fill animations — sequential, spiral, center-out, random, snake, diagonal, rain\n4 time views — today, this month, this year, all-time\n10 achievements — from \"First Burn\" to \"Millionaire\"\nLeaderboards — total tokens, efficiency, model diversity, night owl\nShare cards — pixel art image + QR code + profile URL\nEmbeddable badges — SVG badge for your GitHub README\nWrapped reports — your personal token year-in-review\nZero Friction\nWorks with every model OpenClaw supports\nRuns silently in the background, never interrupts your workflow\nGoogle/GitHub OAuth login, no new account to create\nCompletely free\n\nQuestions? Issues? github.com/0x5446/ohmytoken-oss/issues\n\nMade with pixels and love. ohmytoken.dev"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/0x5446/ohmytoken",
    "publisherUrl": "https://clawhub.ai/0x5446/ohmytoken",
    "owner": "0x5446",
    "version": "2.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ohmytoken",
    "downloadUrl": "https://openagent3.xyz/downloads/ohmytoken",
    "agentUrl": "https://openagent3.xyz/skills/ohmytoken/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ohmytoken/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ohmytoken/agent.md"
  }
}