{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-price",
    "name": "Crypto Price",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/evgyur/crypto-price",
    "canonicalUrl": "https://clawhub.ai/evgyur/crypto-price",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/crypto-price",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-price",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "ARCHITECTURE.md",
      "README.md",
      "SKILL.md",
      "requirements.txt",
      "scripts/get_price_chart.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. 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/crypto-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/crypto-price",
    "agentPageUrl": "https://openagent3.xyz/skills/crypto-price/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-price/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-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. 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": "Crypto Price & Chart",
        "body": "Get cryptocurrency token price and generate candlestick charts."
      },
      {
        "title": "Usage",
        "body": "Execute the script with token symbol and optional duration:\n\npython3 {baseDir}/scripts/get_price_chart.py <SYMBOL> [duration]\n\nExamples:\n\npython3 {baseDir}/scripts/get_price_chart.py HYPE\npython3 {baseDir}/scripts/get_price_chart.py HYPE 12h\npython3 {baseDir}/scripts/get_price_chart.py BTC 3h\npython3 {baseDir}/scripts/get_price_chart.py ETH 30m\npython3 {baseDir}/scripts/get_price_chart.py SOL 2d\n\nDuration format: 30m, 3h, 12h, 24h (default), 2d"
      },
      {
        "title": "Output",
        "body": "Returns JSON with:\n\nprice - Current price in USD/USDT\nchange_period_percent - Price change percentage for the period\nchart_path - Path to generated PNG chart (if available)\ntext_plain - Formatted text description\n\nChart as image (always when chart_path is present):\nYou must send the chart as a photo, not as text. In your reply, output text_plain and on a new line: MEDIA:  followed by the exact chart_path value (e.g. MEDIA: /tmp/crypto_chart_HYPE_1769204734.png). Clawdbot will attach that file as an image. Do not write [chart: path] or any other text placeholder — only the MEDIA: <chart_path> line makes the image appear."
      },
      {
        "title": "Chart Details",
        "body": "Format: Candlestick chart (8x8 square)\nTheme: Dark (#0f141c background)\nOutput: /tmp/crypto_chart_{SYMBOL}_{timestamp}.png"
      },
      {
        "title": "Data Sources",
        "body": "Hyperliquid API - For HYPE and other Hyperliquid tokens (preferred)\nCoinGecko API - Fallback for other tokens\n\nPrice data cached for 300 seconds (5 minutes) in /tmp/crypto_price_*.json."
      }
    ],
    "body": "Crypto Price & Chart\n\nGet cryptocurrency token price and generate candlestick charts.\n\nUsage\n\nExecute the script with token symbol and optional duration:\n\npython3 {baseDir}/scripts/get_price_chart.py <SYMBOL> [duration]\n\n\nExamples:\n\npython3 {baseDir}/scripts/get_price_chart.py HYPE\npython3 {baseDir}/scripts/get_price_chart.py HYPE 12h\npython3 {baseDir}/scripts/get_price_chart.py BTC 3h\npython3 {baseDir}/scripts/get_price_chart.py ETH 30m\npython3 {baseDir}/scripts/get_price_chart.py SOL 2d\n\nDuration format: 30m, 3h, 12h, 24h (default), 2d\n\nOutput\n\nReturns JSON with:\n\nprice - Current price in USD/USDT\nchange_period_percent - Price change percentage for the period\nchart_path - Path to generated PNG chart (if available)\ntext_plain - Formatted text description\n\nChart as image (always when chart_path is present):\nYou must send the chart as a photo, not as text. In your reply, output text_plain and on a new line: MEDIA: followed by the exact chart_path value (e.g. MEDIA: /tmp/crypto_chart_HYPE_1769204734.png). Clawdbot will attach that file as an image. Do not write [chart: path] or any other text placeholder — only the MEDIA: <chart_path> line makes the image appear.\n\nChart Details\nFormat: Candlestick chart (8x8 square)\nTheme: Dark (#0f141c background)\nOutput: /tmp/crypto_chart_{SYMBOL}_{timestamp}.png\nData Sources\nHyperliquid API - For HYPE and other Hyperliquid tokens (preferred)\nCoinGecko API - Fallback for other tokens\n\nPrice data cached for 300 seconds (5 minutes) in /tmp/crypto_price_*.json."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/evgyur/crypto-price",
    "publisherUrl": "https://clawhub.ai/evgyur/crypto-price",
    "owner": "evgyur",
    "version": "0.2.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-price",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-price",
    "agentUrl": "https://openagent3.xyz/skills/crypto-price/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-price/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-price/agent.md"
  }
}