{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-alert-agent",
    "name": "Crypto Alert Agent",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Vitja1988/crypto-alert-agent",
    "canonicalUrl": "https://clawhub.ai/Vitja1988/crypto-alert-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/crypto-alert-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-alert-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/crypto-alert-agent"
    },
    "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-alert-agent",
    "agentPageUrl": "https://openagent3.xyz/skills/crypto-alert-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-alert-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-alert-agent/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 Alert Agent",
        "body": "Stay ahead of the market with the Crypto Alert Agent. This skill provides real-time price alerts, portfolio tracking, and instant notifications through Telegram, ensuring you never miss a critical market movement.\n\nSupported cryptocurrencies include BTC, ETH, SOL, and many more via the CoinGecko API."
      },
      {
        "title": "1. Features",
        "body": "Price Alerts: Set custom price thresholds for any supported cryptocurrency. Get notified when the price goes above or below your target.\nPortfolio Tracking: Add your crypto holdings to track their total value in real-time.\nTelegram Notifications: Receive all alerts and updates directly in your Telegram chat for immediate action.\nOn-Demand Price Checks: Instantly fetch the current price of any cryptocurrency."
      },
      {
        "title": "2. Setup",
        "body": "Before using the agent, you need to configure your Telegram notifications.\n\nGet your Telegram Chat ID:\n\nTalk to the @userinfobot on Telegram.\nIt will give you your unique Chat ID.\n\n\n\nSet up Credentials:\n\nCreate a file named telegram_chat_id inside the {baseDir}/credentials/ directory.\nPaste your Chat ID into this file.\nEnsure your OpenClaw instance is configured with a Telegram bot token that has permission to send you messages."
      },
      {
        "title": "3. Usage",
        "body": "The agent can be managed through a simple command-line interface. All commands are executed via the run.sh script."
      },
      {
        "title": "3.1 Price Alerts",
        "body": "Add a Price Alert\n\nSet an alert for a specific coin when it crosses a target price.\n\nCommand:\n\nbash {baseDir}/run.sh alert add --coin <id> --condition <above|below> --price <usd_price>\n\n--coin <id>: The CoinGecko API ID for the cryptocurrency (e.g., bitcoin, ethereum, solana).\n--condition <above|below>: Notify when the price is above or below the target.\n--price <usd_price>: The target price in USD.\n\nExample:\n\n# Alert me when Bitcoin goes above $75,000\nbash {baseDir}/run.sh alert add --coin bitcoin --condition above --price 75000\n\n# Alert me when Solana drops below $150\nbash {baseDir}/run.sh alert add --coin solana --condition below --price 150\n\nList Active Alerts\n\nView all the price alerts you have currently set.\n\nbash {baseDir}/run.sh alert list\n\nRemove a Price Alert\n\nDelete an active alert using its ID (you can get the ID from the list command).\n\nbash {baseDir}/run.sh alert remove --id <alert_id>"
      },
      {
        "title": "3.2 Portfolio Tracking",
        "body": "Add a Holding to Your Portfolio\n\nAdd a coin and the amount you hold to your portfolio.\n\nCommand:\n\nbash {baseDir}/run.sh portfolio add --coin <id> --amount <quantity>\n\n--coin <id>: The CoinGecko API ID of the coin.\n--amount <quantity>: The number of coins you hold.\n\nExample:\n\nbash {baseDir}/run.sh portfolio add --coin ethereum --amount 2.5\n\nView Your Portfolio\n\nGet a summary of your current holdings and their total value in USD.\n\nbash {baseDir}/run.sh portfolio view\n\nRemove a Holding from Your Portfolio\n\nRemove a coin from your portfolio using its ID.\n\nbash {baseDir}/run.sh portfolio remove --id <holding_id>"
      },
      {
        "title": "3.3 Check Price",
        "body": "Get the current price of one or more cryptocurrencies instantly.\n\nCommand:\n\nbash {baseDir}/run.sh price --coins <id1,id2,...>\n\n--coins <id1,id2,...>: A comma-separated list of CoinGecko API IDs.\n\nExample:\n\nbash {baseDir}/run.sh price --coins bitcoin,ethereum,solana"
      },
      {
        "title": "4. Automation (Agent Logic)",
        "body": "This skill is designed to be run on a schedule (e.g., via a cron job or a persistent agent loop) to check for alert conditions.\n\nRecommended Automation Schedule: Every 5 minutes.\n\nExample Cron Job:\n\n*/5 * * * * /path/to/your/workspace/skills/crypto-alert-agent/run.sh agent run\n\nThe agent run command will:\n\nFetch the latest prices for all coins in active alerts and the portfolio.\nCheck if any price alert conditions have been met.\nIf an alert is triggered, send a notification to the configured Telegram chat ID and remove the alert to avoid spam.\n(Optional) Send a periodic portfolio value update."
      }
    ],
    "body": "📈 Crypto Alert Agent\n\nStay ahead of the market with the Crypto Alert Agent. This skill provides real-time price alerts, portfolio tracking, and instant notifications through Telegram, ensuring you never miss a critical market movement.\n\nSupported cryptocurrencies include BTC, ETH, SOL, and many more via the CoinGecko API.\n\n1. Features\nPrice Alerts: Set custom price thresholds for any supported cryptocurrency. Get notified when the price goes above or below your target.\nPortfolio Tracking: Add your crypto holdings to track their total value in real-time.\nTelegram Notifications: Receive all alerts and updates directly in your Telegram chat for immediate action.\nOn-Demand Price Checks: Instantly fetch the current price of any cryptocurrency.\n2. Setup\n\nBefore using the agent, you need to configure your Telegram notifications.\n\nGet your Telegram Chat ID:\n\nTalk to the @userinfobot on Telegram.\nIt will give you your unique Chat ID.\n\nSet up Credentials:\n\nCreate a file named telegram_chat_id inside the {baseDir}/credentials/ directory.\nPaste your Chat ID into this file.\nEnsure your OpenClaw instance is configured with a Telegram bot token that has permission to send you messages.\n3. Usage\n\nThe agent can be managed through a simple command-line interface. All commands are executed via the run.sh script.\n\n3.1 Price Alerts\nAdd a Price Alert\n\nSet an alert for a specific coin when it crosses a target price.\n\nCommand:\n\nbash {baseDir}/run.sh alert add --coin <id> --condition <above|below> --price <usd_price>\n\n--coin <id>: The CoinGecko API ID for the cryptocurrency (e.g., bitcoin, ethereum, solana).\n--condition <above|below>: Notify when the price is above or below the target.\n--price <usd_price>: The target price in USD.\n\nExample:\n\n# Alert me when Bitcoin goes above $75,000\nbash {baseDir}/run.sh alert add --coin bitcoin --condition above --price 75000\n\n# Alert me when Solana drops below $150\nbash {baseDir}/run.sh alert add --coin solana --condition below --price 150\n\nList Active Alerts\n\nView all the price alerts you have currently set.\n\nbash {baseDir}/run.sh alert list\n\nRemove a Price Alert\n\nDelete an active alert using its ID (you can get the ID from the list command).\n\nbash {baseDir}/run.sh alert remove --id <alert_id>\n\n3.2 Portfolio Tracking\nAdd a Holding to Your Portfolio\n\nAdd a coin and the amount you hold to your portfolio.\n\nCommand:\n\nbash {baseDir}/run.sh portfolio add --coin <id> --amount <quantity>\n\n--coin <id>: The CoinGecko API ID of the coin.\n--amount <quantity>: The number of coins you hold.\n\nExample:\n\nbash {baseDir}/run.sh portfolio add --coin ethereum --amount 2.5\n\nView Your Portfolio\n\nGet a summary of your current holdings and their total value in USD.\n\nbash {baseDir}/run.sh portfolio view\n\nRemove a Holding from Your Portfolio\n\nRemove a coin from your portfolio using its ID.\n\nbash {baseDir}/run.sh portfolio remove --id <holding_id>\n\n3.3 Check Price\n\nGet the current price of one or more cryptocurrencies instantly.\n\nCommand:\n\nbash {baseDir}/run.sh price --coins <id1,id2,...>\n\n--coins <id1,id2,...>: A comma-separated list of CoinGecko API IDs.\n\nExample:\n\nbash {baseDir}/run.sh price --coins bitcoin,ethereum,solana\n\n4. Automation (Agent Logic)\n\nThis skill is designed to be run on a schedule (e.g., via a cron job or a persistent agent loop) to check for alert conditions.\n\nRecommended Automation Schedule: Every 5 minutes.\n\nExample Cron Job:\n\n*/5 * * * * /path/to/your/workspace/skills/crypto-alert-agent/run.sh agent run\n\n\nThe agent run command will:\n\nFetch the latest prices for all coins in active alerts and the portfolio.\nCheck if any price alert conditions have been met.\nIf an alert is triggered, send a notification to the configured Telegram chat ID and remove the alert to avoid spam.\n(Optional) Send a periodic portfolio value update."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Vitja1988/crypto-alert-agent",
    "publisherUrl": "https://clawhub.ai/Vitja1988/crypto-alert-agent",
    "owner": "Vitja1988",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-alert-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-alert-agent",
    "agentUrl": "https://openagent3.xyz/skills/crypto-alert-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-alert-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-alert-agent/agent.md"
  }
}