{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-trading-bot-playbook",
    "name": "Crypto Trading Bot Playbook",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Katrina-jpg/crypto-trading-bot-playbook",
    "canonicalUrl": "https://clawhub.ai/Katrina-jpg/crypto-trading-bot-playbook",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/crypto-trading-bot-playbook",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-trading-bot-playbook",
    "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-trading-bot-playbook"
    },
    "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-trading-bot-playbook",
    "agentPageUrl": "https://openagent3.xyz/skills/crypto-trading-bot-playbook/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-trading-bot-playbook/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-trading-bot-playbook/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": "Overview",
        "body": "Learn how to build and sell crypto trading bots for consistent profits."
      },
      {
        "title": "1.1 Signal Bots",
        "body": "Receive TradingView signals\nExecute trades automatically\nConnect to exchanges via API"
      },
      {
        "title": "1.2 Grid Trading",
        "body": "Buy low, sell high automatically\nProfit from volatility\nSet range and grid size"
      },
      {
        "title": "1.3 Arbitrage Bots",
        "body": "Exploit price differences between exchanges\nCross-exchange arbitrage\nTriangular arbitrage"
      },
      {
        "title": "1.4 Portfolio Rebalancing",
        "body": "Maintain target allocation\nAuto-rebalance on intervals\nDollar-cost averaging (DCA)"
      },
      {
        "title": "Required Skills",
        "body": "Python programming\nAPI integration (Binance, Bybit, OKX)\nDatabase management\nCloud deployment"
      },
      {
        "title": "Tech Stack",
        "body": "Python + CCXT library\nPostgreSQL/MySQL\nAWS/DigitalOcean\nTelegram for notifications"
      },
      {
        "title": "Chapter 3: Development Steps",
        "body": "Design your strategy\nCode the bot\nBacktest on historical data\nPaper trade for 1 month\nDeploy to production\nMonitor and optimize"
      },
      {
        "title": "Chapter 4: Pricing Your Bot",
        "body": "TypePriceBasic Signal Bot$100-300Grid Trading Bot$300-800Advanced Strategy$1,000-3,000Monthly Maintenance$100-300/mo"
      },
      {
        "title": "Chapter 5: Marketing",
        "body": "Telegram groups\nCrypto Twitter\nYouTube tutorials\nReddit r/cryptocurrency"
      },
      {
        "title": "Risk Warning",
        "body": "Trading involves risk. Always test thoroughly before using real money.\n\n© 2026 Crypto Bot Playbook"
      }
    ],
    "body": "Crypto Trading Bot Development Playbook\nOverview\n\nLearn how to build and sell crypto trading bots for consistent profits.\n\nChapter 1: Types of Trading Bots\n1.1 Signal Bots\nReceive TradingView signals\nExecute trades automatically\nConnect to exchanges via API\n1.2 Grid Trading\nBuy low, sell high automatically\nProfit from volatility\nSet range and grid size\n1.3 Arbitrage Bots\nExploit price differences between exchanges\nCross-exchange arbitrage\nTriangular arbitrage\n1.4 Portfolio Rebalancing\nMaintain target allocation\nAuto-rebalance on intervals\nDollar-cost averaging (DCA)\nChapter 2: Technical Setup\nRequired Skills\nPython programming\nAPI integration (Binance, Bybit, OKX)\nDatabase management\nCloud deployment\nTech Stack\nPython + CCXT library\nPostgreSQL/MySQL\nAWS/DigitalOcean\nTelegram for notifications\nChapter 3: Development Steps\nDesign your strategy\nCode the bot\nBacktest on historical data\nPaper trade for 1 month\nDeploy to production\nMonitor and optimize\nChapter 4: Pricing Your Bot\nType\tPrice\nBasic Signal Bot\t$100-300\nGrid Trading Bot\t$300-800\nAdvanced Strategy\t$1,000-3,000\nMonthly Maintenance\t$100-300/mo\nChapter 5: Marketing\nTelegram groups\nCrypto Twitter\nYouTube tutorials\nReddit r/cryptocurrency\nRisk Warning\n\nTrading involves risk. Always test thoroughly before using real money.\n\n© 2026 Crypto Bot Playbook"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Katrina-jpg/crypto-trading-bot-playbook",
    "publisherUrl": "https://clawhub.ai/Katrina-jpg/crypto-trading-bot-playbook",
    "owner": "Katrina-jpg",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-trading-bot-playbook",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-trading-bot-playbook",
    "agentUrl": "https://openagent3.xyz/skills/crypto-trading-bot-playbook/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-trading-bot-playbook/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-trading-bot-playbook/agent.md"
  }
}