{
  "schemaVersion": "1.0",
  "item": {
    "slug": "coingecko-price",
    "name": "CoinGecko Price",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ouyangAbel/coingecko-price",
    "canonicalUrl": "https://clawhub.ai/ouyangAbel/coingecko-price",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/coingecko-price",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=coingecko-price",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/crypto-price.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-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/coingecko-price"
    },
    "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/coingecko-price",
    "agentPageUrl": "https://openagent3.xyz/skills/coingecko-price/agent",
    "manifestUrl": "https://openagent3.xyz/skills/coingecko-price/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/coingecko-price/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": "Crypto Price Skill",
        "body": "Query real-time cryptocurrency prices and market data using the free CoinGecko API."
      },
      {
        "title": "When to Use",
        "body": "Check current price of Bitcoin, Ethereum, or any crypto\nView top cryptocurrencies by market cap\nMonitor 24-hour price changes\nSearch for specific coins by name or symbol\nConvert prices to different currencies (USD, CNY, EUR, etc.)"
      },
      {
        "title": "Get Bitcoin Price in USD",
        "body": "python3 scripts/crypto-price.py get bitcoin"
      },
      {
        "title": "Get Ethereum Price in CNY",
        "body": "python3 scripts/crypto-price.py get ethereum cny"
      },
      {
        "title": "View Top 10 Cryptocurrencies",
        "body": "python3 scripts/crypto-price.py top 10"
      },
      {
        "title": "Search for a Coin",
        "body": "python3 scripts/crypto-price.py search solana"
      },
      {
        "title": "search <keyword>",
        "body": "Search for cryptocurrencies by name or symbol.\n\nExample:\n\npython3 scripts/crypto-price.py search bitcoin\n# Output: BTC - Bitcoin, ID: bitcoin"
      },
      {
        "title": "get <coin_id> [currency]",
        "body": "Get price for a specific cryptocurrency.\n\ncoin_id: The CoinGecko ID (e.g., bitcoin, ethereum, solana)\ncurrency: Optional, defaults to 'usd'. Supported: usd, cny, eur, jpy, gbp, krw, etc.\n\nExample:\n\npython3 scripts/crypto-price.py get bitcoin cny\n# Output: 💰 BITCOIN\n#         价格: ¥460,123.45\n#         24h 涨跌: 🟢 +5.23%"
      },
      {
        "title": "top [limit] [currency]",
        "body": "View top cryptocurrencies by market cap.\n\nlimit: Number of coins to show (1-100), default 10\ncurrency: Optional, defaults to 'usd'\n\nExample:\n\npython3 scripts/crypto-price.py top 5 cny\n# Shows top 5 coins with prices in CNY"
      },
      {
        "title": "Finding Coin IDs",
        "body": "Use the search command to find the correct coin_id:\n\npython3 scripts/crypto-price.py search \"binance\"\n# Output: BNB - BNB, ID: binancecoin\n\nPopular coin IDs:\n\nbitcoin, ethereum, solana, cardano, polkadot\nripple (XRP), binancecoin (BNB), dogecoin, chainlink"
      },
      {
        "title": "Notes",
        "body": "Uses free CoinGecko API with rate limits\nIf you see \"API 请求过于频繁\", wait a minute and retry\nPrices are for reference only, not financial advice"
      }
    ],
    "body": "Crypto Price Skill\n\nQuery real-time cryptocurrency prices and market data using the free CoinGecko API.\n\nWhen to Use\nCheck current price of Bitcoin, Ethereum, or any crypto\nView top cryptocurrencies by market cap\nMonitor 24-hour price changes\nSearch for specific coins by name or symbol\nConvert prices to different currencies (USD, CNY, EUR, etc.)\nQuick Start\nGet Bitcoin Price in USD\npython3 scripts/crypto-price.py get bitcoin\n\nGet Ethereum Price in CNY\npython3 scripts/crypto-price.py get ethereum cny\n\nView Top 10 Cryptocurrencies\npython3 scripts/crypto-price.py top 10\n\nSearch for a Coin\npython3 scripts/crypto-price.py search solana\n\nCommands\nsearch <keyword>\n\nSearch for cryptocurrencies by name or symbol.\n\nExample:\n\npython3 scripts/crypto-price.py search bitcoin\n# Output: BTC - Bitcoin, ID: bitcoin\n\nget <coin_id> [currency]\n\nGet price for a specific cryptocurrency.\n\ncoin_id: The CoinGecko ID (e.g., bitcoin, ethereum, solana)\ncurrency: Optional, defaults to 'usd'. Supported: usd, cny, eur, jpy, gbp, krw, etc.\n\nExample:\n\npython3 scripts/crypto-price.py get bitcoin cny\n# Output: 💰 BITCOIN\n#         价格: ¥460,123.45\n#         24h 涨跌: 🟢 +5.23%\n\ntop [limit] [currency]\n\nView top cryptocurrencies by market cap.\n\nlimit: Number of coins to show (1-100), default 10\ncurrency: Optional, defaults to 'usd'\n\nExample:\n\npython3 scripts/crypto-price.py top 5 cny\n# Shows top 5 coins with prices in CNY\n\nFinding Coin IDs\n\nUse the search command to find the correct coin_id:\n\npython3 scripts/crypto-price.py search \"binance\"\n# Output: BNB - BNB, ID: binancecoin\n\n\nPopular coin IDs:\n\nbitcoin, ethereum, solana, cardano, polkadot\nripple (XRP), binancecoin (BNB), dogecoin, chainlink\nNotes\nUses free CoinGecko API with rate limits\nIf you see \"API 请求过于频繁\", wait a minute and retry\nPrices are for reference only, not financial advice"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ouyangAbel/coingecko-price",
    "publisherUrl": "https://clawhub.ai/ouyangAbel/coingecko-price",
    "owner": "ouyangAbel",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/coingecko-price",
    "downloadUrl": "https://openagent3.xyz/downloads/coingecko-price",
    "agentUrl": "https://openagent3.xyz/skills/coingecko-price/agent",
    "manifestUrl": "https://openagent3.xyz/skills/coingecko-price/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/coingecko-price/agent.md"
  }
}