{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-price-by-lpdawn",
    "name": "Crypto Price By Lpdawn",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/LPDawn/crypto-price-by-lpdawn",
    "canonicalUrl": "https://clawhub.ai/LPDawn/crypto-price-by-lpdawn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/crypto-price-by-lpdawn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-price-by-lpdawn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agent.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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-by-lpdawn"
    },
    "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-by-lpdawn",
    "agentPageUrl": "https://openagent3.xyz/skills/crypto-price-by-lpdawn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-price-by-lpdawn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-price-by-lpdawn/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": "1. Description",
        "body": "当用户询问加密货币的实时价格时，使用此技能。它通过 ccxt 库从 Binance 交易所获取最新价格，支持 BTC、ETH 等常见币种。"
      },
      {
        "title": "2. When to use",
        "body": "用户说：“比特币现在多少钱？”\n用户说：“查一下 ETH 的价格”\n用户说：“狗狗币 (DOGE) 实时行情”\n用户说：“BTC 涨了多少？”\n用户说：“SOL 现在的价格”\n用户说：“莱特币 LTC 价格”\n用户说：“用 crypto-price-by-lpdawn 查比特币”\n用户说：“当前 BTC/USDT 价格”\n用户说：“ETH 美元价格是多少？”"
      },
      {
        "title": "3. How to use",
        "body": "从用户提问中提取要查询的加密货币符号（如 BTC、ETH、DOGE）。如果用户未指定，默认查询 BTC。\n调用 agent.py 脚本，将币种符号作为参数传入。\n脚本返回格式化的价格信息，直接回复给用户。"
      },
      {
        "title": "4. Edge cases",
        "body": "如果用户提到的币种无法查询，脚本返回错误，AI 回复：“抱歉，无法查询到该币种的信息，请确认符号是否正确。”\n如果交易所 API 不可用，AI 回复：“暂时无法连接到交易所，请稍后重试。”\n如果用户没有给出币种，AI 询问：“您想查询哪个币种的价格？例如 BTC 或 ETH。”"
      }
    ],
    "body": "Crypto Price Skill\n1. Description\n\n当用户询问加密货币的实时价格时，使用此技能。它通过 ccxt 库从 Binance 交易所获取最新价格，支持 BTC、ETH 等常见币种。\n\n2. When to use\n用户说：“比特币现在多少钱？”\n用户说：“查一下 ETH 的价格”\n用户说：“狗狗币 (DOGE) 实时行情”\n用户说：“BTC 涨了多少？”\n用户说：“SOL 现在的价格”\n用户说：“莱特币 LTC 价格”\n用户说：“用 crypto-price-by-lpdawn 查比特币”\n用户说：“当前 BTC/USDT 价格”\n用户说：“ETH 美元价格是多少？”\n3. How to use\n从用户提问中提取要查询的加密货币符号（如 BTC、ETH、DOGE）。如果用户未指定，默认查询 BTC。\n调用 agent.py 脚本，将币种符号作为参数传入。\n脚本返回格式化的价格信息，直接回复给用户。\n4. Edge cases\n如果用户提到的币种无法查询，脚本返回错误，AI 回复：“抱歉，无法查询到该币种的信息，请确认符号是否正确。”\n如果交易所 API 不可用，AI 回复：“暂时无法连接到交易所，请稍后重试。”\n如果用户没有给出币种，AI 询问：“您想查询哪个币种的价格？例如 BTC 或 ETH。”"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/LPDawn/crypto-price-by-lpdawn",
    "publisherUrl": "https://clawhub.ai/LPDawn/crypto-price-by-lpdawn",
    "owner": "LPDawn",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-price-by-lpdawn",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-price-by-lpdawn",
    "agentUrl": "https://openagent3.xyz/skills/crypto-price-by-lpdawn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-price-by-lpdawn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-price-by-lpdawn/agent.md"
  }
}