{
  "schemaVersion": "1.0",
  "item": {
    "slug": "base-trader",
    "name": "Base Trader",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/sp0oby/base-trader",
    "canonicalUrl": "https://clawhub.ai/sp0oby/base-trader",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/base-trader",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=base-trader",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "data/performance.json",
      "data/trades.json",
      "references/automation-strategies.md",
      "references/execution.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. 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-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/base-trader"
    },
    "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/base-trader",
    "agentPageUrl": "https://openagent3.xyz/skills/base-trader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/base-trader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/base-trader/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": "Base Trader 📈",
        "body": "Autonomous trading system for Base chain via Bankr API."
      },
      {
        "title": "Philosophy",
        "body": "\"The market is a machine for transferring wealth from the impatient to the patient.\"\n\nThis skill prioritizes capital preservation over aggressive gains. Every trade has defined risk parameters. No YOLO."
      },
      {
        "title": "Prerequisites",
        "body": "Bankr API configured at ~/.clawdbot/skills/bankr/config.json\nETH in your Bankr wallet for gas and trading\nCheck your wallet address with: bankr.sh \"What is my wallet address?\""
      },
      {
        "title": "1. Risk Management (NON-NEGOTIABLE)",
        "body": "MAX_POSITION_SIZE = 10% of portfolio\nMAX_SINGLE_TRADE = $50 USD\nSTOP_LOSS = -15% from entry\nTAKE_PROFIT = +30% minimum target\nMAX_DAILY_LOSS = -20% of starting balance\n\nIf daily loss limit hit → STOP TRADING FOR 24 HOURS."
      },
      {
        "title": "2. Entry Criteria (ALL must pass)",
        "body": "Before ANY buy:\n\nLiquidity > $10k\n Contract verified on Basescan\n No honeypot indicators (can sell)\n Not on known scam list\n Age > 5 minutes (avoid rugs at launch)\n Price action shows accumulation, not dump"
      },
      {
        "title": "3. Exit Rules",
        "body": "Take Profit (scale out):\n\n25% at +30%\n25% at +50%\n25% at +100%\nHold 25% moonbag\n\nStop Loss:\n\nHard stop at -15%\nNo averaging down on losers"
      },
      {
        "title": "Strategy 1: Launch Sniper (HIGH RISK)",
        "body": "Monitor new token launches, enter early with small size.\n\n# Check trending/new tokens\nscripts/bankr.sh \"What tokens are trending on Base?\"\n\n# Research before buying\nscripts/bankr.sh \"What's the liquidity for TOKEN on Base?\"\n\n# Small entry\nscripts/bankr.sh \"Buy $20 of TOKEN on Base\"\n\nRules:\n\nMax $20 per snipe\nSell 50% at 2x, rest at 5x or stop loss\nMax 3 snipes per day"
      },
      {
        "title": "Strategy 2: Momentum Trading (MEDIUM RISK)",
        "body": "Trade established tokens showing strength.\n\nEntry signals:\n\nPrice > 20-period MA\nVolume increasing\nHigher lows forming\n\n# Check momentum\nscripts/bankr.sh \"Do technical analysis on TOKEN\"\n\n# Enter with limit order\nscripts/bankr.sh \"Buy $30 of TOKEN if price drops to X\""
      },
      {
        "title": "Strategy 3: DCA Blue Chips (LOW RISK)",
        "body": "Steady accumulation of proven tokens.\n\n# Weekly DCA\nscripts/bankr.sh \"DCA $20 into ETH every week on Base\"\nscripts/bankr.sh \"DCA $10 into USDC every week on Base\""
      },
      {
        "title": "Check Portfolio",
        "body": "~/clawd/skills/bankr/scripts/bankr.sh \"Show my portfolio on Base\""
      },
      {
        "title": "Execute Trade",
        "body": "~/clawd/skills/bankr/scripts/bankr.sh \"Buy $25 of TOKEN on Base\""
      },
      {
        "title": "Set Stop Loss",
        "body": "~/clawd/skills/bankr/scripts/bankr.sh \"Set stop loss for TOKEN at -15%\""
      },
      {
        "title": "Check Price",
        "body": "~/clawd/skills/bankr/scripts/bankr.sh \"What's the price of TOKEN on Base?\""
      },
      {
        "title": "Trade Journal",
        "body": "Log every trade to data/trades.json:\n\n{\n  \"timestamp\": \"2026-01-28T12:00:00Z\",\n  \"action\": \"BUY\",\n  \"token\": \"TOKEN\",\n  \"amount_usd\": 25,\n  \"price\": 0.001,\n  \"reason\": \"Launch snipe - verified contract, good liquidity\",\n  \"tx\": \"0x...\"\n}\n\nAfter each trade, update the journal. Review weekly for pattern analysis."
      },
      {
        "title": "Morning (9 AM)",
        "body": "Check portfolio balance\nReview overnight price action\nIdentify opportunities\nSet limit orders for the day"
      },
      {
        "title": "Midday (1 PM)",
        "body": "Check open positions\nAdjust stop losses if in profit\nTake profits if targets hit"
      },
      {
        "title": "Evening (6 PM)",
        "body": "Close any day trades\nLog all trades to journal\nCalculate daily PnL\nReview what worked/didn't"
      },
      {
        "title": "Red Flags (DO NOT TRADE)",
        "body": "Honeypot (can't sell)\nLiquidity < $5k\nUnverified contract\nTeam anonymous with no track record\nPromises of guaranteed returns\nExcessive tax (>10%)\nLocked liquidity < 30 days\nPrice already 10x+ from launch"
      },
      {
        "title": "Performance Tracking",
        "body": "Track in data/performance.json:\n\n{\n  \"start_date\": \"2026-01-28\",\n  \"starting_balance_usd\": 100,\n  \"current_balance_usd\": 100,\n  \"total_trades\": 0,\n  \"winning_trades\": 0,\n  \"losing_trades\": 0,\n  \"win_rate\": 0,\n  \"total_pnl_usd\": 0,\n  \"best_trade\": null,\n  \"worst_trade\": null\n}"
      },
      {
        "title": "Safety Overrides",
        "body": "If ANY of these occur, STOP ALL TRADING:\n\nDaily loss > 20%\n3 consecutive losing trades\nPortfolio down > 30% from ATH\nUnexpected error in execution\nMarket-wide crash (ETH -20% in 24h)\n\nWait 24 hours, reassess, then resume with smaller size."
      },
      {
        "title": "Autonomous Trading Mode",
        "body": "When running autonomously (via cron or heartbeat):"
      },
      {
        "title": "Morning Scan (9 AM)",
        "body": "Check portfolio balance\nReview overnight price action on holdings\nScan for new opportunities\nSet limit orders for the day"
      },
      {
        "title": "Midday Check (1 PM)",
        "body": "Monitor open positions\nAdjust trailing stops on winners\nTake profits if targets hit\nLog any executed trades"
      },
      {
        "title": "Evening Review (6 PM)",
        "body": "Close day trades if any\nCalculate daily PnL\nUpdate performance.json\nGenerate summary for user"
      },
      {
        "title": "Execution Commands",
        "body": "# Morning\n~/clawd/skills/bankr/scripts/bankr.sh \"Show my portfolio on Base\"\n~/clawd/skills/bankr/scripts/bankr.sh \"What tokens are trending on Base?\"\n\n# Execute trade\n~/clawd/skills/bankr/scripts/bankr.sh \"Buy $25 of TOKEN on Base\"\n\n# Set protection\n~/clawd/skills/bankr/scripts/bankr.sh \"Set stop loss for TOKEN at -15%\"\n\n# Take profit\n~/clawd/skills/bankr/scripts/bankr.sh \"Sell 25% of my TOKEN on Base\""
      },
      {
        "title": "Core Trading",
        "body": "references/strategies.md - Detailed strategy breakdowns\nreferences/token-analysis.md - How to analyze tokens\nreferences/risk-management.md - Position sizing formulas"
      },
      {
        "title": "Market & Research",
        "body": "references/market-analysis.md - Reading market conditions\nreferences/market-research-bankr.md - Bankr research commands"
      },
      {
        "title": "Execution",
        "body": "references/execution.md - Order types and execution\nreferences/automation-strategies.md - Automated trading setups\nreferences/launch-sniping.md - New token launch guide"
      },
      {
        "title": "Advanced",
        "body": "references/leverage-guide.md - Leveraged trading (high risk)\n\n\"The goal is not to make money on every trade. The goal is to be profitable over time.\""
      }
    ],
    "body": "Base Trader 📈\n\nAutonomous trading system for Base chain via Bankr API.\n\nPhilosophy\n\n\"The market is a machine for transferring wealth from the impatient to the patient.\"\n\nThis skill prioritizes capital preservation over aggressive gains. Every trade has defined risk parameters. No YOLO.\n\nPrerequisites\nBankr API configured at ~/.clawdbot/skills/bankr/config.json\nETH in your Bankr wallet for gas and trading\nCheck your wallet address with: bankr.sh \"What is my wallet address?\"\nCore Principles\n1. Risk Management (NON-NEGOTIABLE)\nMAX_POSITION_SIZE = 10% of portfolio\nMAX_SINGLE_TRADE = $50 USD\nSTOP_LOSS = -15% from entry\nTAKE_PROFIT = +30% minimum target\nMAX_DAILY_LOSS = -20% of starting balance\n\n\nIf daily loss limit hit → STOP TRADING FOR 24 HOURS.\n\n2. Entry Criteria (ALL must pass)\n\nBefore ANY buy:\n\n Liquidity > $10k\n Contract verified on Basescan\n No honeypot indicators (can sell)\n Not on known scam list\n Age > 5 minutes (avoid rugs at launch)\n Price action shows accumulation, not dump\n3. Exit Rules\n\nTake Profit (scale out):\n\n25% at +30%\n25% at +50%\n25% at +100%\nHold 25% moonbag\n\nStop Loss:\n\nHard stop at -15%\nNo averaging down on losers\nTrading Strategies\nStrategy 1: Launch Sniper (HIGH RISK)\n\nMonitor new token launches, enter early with small size.\n\n# Check trending/new tokens\nscripts/bankr.sh \"What tokens are trending on Base?\"\n\n# Research before buying\nscripts/bankr.sh \"What's the liquidity for TOKEN on Base?\"\n\n# Small entry\nscripts/bankr.sh \"Buy $20 of TOKEN on Base\"\n\n\nRules:\n\nMax $20 per snipe\nSell 50% at 2x, rest at 5x or stop loss\nMax 3 snipes per day\nStrategy 2: Momentum Trading (MEDIUM RISK)\n\nTrade established tokens showing strength.\n\nEntry signals:\n\nPrice > 20-period MA\nVolume increasing\nHigher lows forming\n# Check momentum\nscripts/bankr.sh \"Do technical analysis on TOKEN\"\n\n# Enter with limit order\nscripts/bankr.sh \"Buy $30 of TOKEN if price drops to X\"\n\nStrategy 3: DCA Blue Chips (LOW RISK)\n\nSteady accumulation of proven tokens.\n\n# Weekly DCA\nscripts/bankr.sh \"DCA $20 into ETH every week on Base\"\nscripts/bankr.sh \"DCA $10 into USDC every week on Base\"\n\nExecution via Bankr\nCheck Portfolio\n~/clawd/skills/bankr/scripts/bankr.sh \"Show my portfolio on Base\"\n\nExecute Trade\n~/clawd/skills/bankr/scripts/bankr.sh \"Buy $25 of TOKEN on Base\"\n\nSet Stop Loss\n~/clawd/skills/bankr/scripts/bankr.sh \"Set stop loss for TOKEN at -15%\"\n\nCheck Price\n~/clawd/skills/bankr/scripts/bankr.sh \"What's the price of TOKEN on Base?\"\n\nTrade Journal\n\nLog every trade to data/trades.json:\n\n{\n  \"timestamp\": \"2026-01-28T12:00:00Z\",\n  \"action\": \"BUY\",\n  \"token\": \"TOKEN\",\n  \"amount_usd\": 25,\n  \"price\": 0.001,\n  \"reason\": \"Launch snipe - verified contract, good liquidity\",\n  \"tx\": \"0x...\"\n}\n\n\nAfter each trade, update the journal. Review weekly for pattern analysis.\n\nDaily Routine\nMorning (9 AM)\nCheck portfolio balance\nReview overnight price action\nIdentify opportunities\nSet limit orders for the day\nMidday (1 PM)\nCheck open positions\nAdjust stop losses if in profit\nTake profits if targets hit\nEvening (6 PM)\nClose any day trades\nLog all trades to journal\nCalculate daily PnL\nReview what worked/didn't\nRed Flags (DO NOT TRADE)\nHoneypot (can't sell)\nLiquidity < $5k\nUnverified contract\nTeam anonymous with no track record\nPromises of guaranteed returns\nExcessive tax (>10%)\nLocked liquidity < 30 days\nPrice already 10x+ from launch\nPerformance Tracking\n\nTrack in data/performance.json:\n\n{\n  \"start_date\": \"2026-01-28\",\n  \"starting_balance_usd\": 100,\n  \"current_balance_usd\": 100,\n  \"total_trades\": 0,\n  \"winning_trades\": 0,\n  \"losing_trades\": 0,\n  \"win_rate\": 0,\n  \"total_pnl_usd\": 0,\n  \"best_trade\": null,\n  \"worst_trade\": null\n}\n\nSafety Overrides\n\nIf ANY of these occur, STOP ALL TRADING:\n\nDaily loss > 20%\n3 consecutive losing trades\nPortfolio down > 30% from ATH\nUnexpected error in execution\nMarket-wide crash (ETH -20% in 24h)\n\nWait 24 hours, reassess, then resume with smaller size.\n\nAutonomous Trading Mode\n\nWhen running autonomously (via cron or heartbeat):\n\nMorning Scan (9 AM)\nCheck portfolio balance\nReview overnight price action on holdings\nScan for new opportunities\nSet limit orders for the day\nMidday Check (1 PM)\nMonitor open positions\nAdjust trailing stops on winners\nTake profits if targets hit\nLog any executed trades\nEvening Review (6 PM)\nClose day trades if any\nCalculate daily PnL\nUpdate performance.json\nGenerate summary for user\nExecution Commands\n# Morning\n~/clawd/skills/bankr/scripts/bankr.sh \"Show my portfolio on Base\"\n~/clawd/skills/bankr/scripts/bankr.sh \"What tokens are trending on Base?\"\n\n# Execute trade\n~/clawd/skills/bankr/scripts/bankr.sh \"Buy $25 of TOKEN on Base\"\n\n# Set protection\n~/clawd/skills/bankr/scripts/bankr.sh \"Set stop loss for TOKEN at -15%\"\n\n# Take profit\n~/clawd/skills/bankr/scripts/bankr.sh \"Sell 25% of my TOKEN on Base\"\n\nReferences\nCore Trading\nreferences/strategies.md - Detailed strategy breakdowns\nreferences/token-analysis.md - How to analyze tokens\nreferences/risk-management.md - Position sizing formulas\nMarket & Research\nreferences/market-analysis.md - Reading market conditions\nreferences/market-research-bankr.md - Bankr research commands\nExecution\nreferences/execution.md - Order types and execution\nreferences/automation-strategies.md - Automated trading setups\nreferences/launch-sniping.md - New token launch guide\nAdvanced\nreferences/leverage-guide.md - Leveraged trading (high risk)\n\n\"The goal is not to make money on every trade. The goal is to be profitable over time.\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sp0oby/base-trader",
    "publisherUrl": "https://clawhub.ai/sp0oby/base-trader",
    "owner": "sp0oby",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/base-trader",
    "downloadUrl": "https://openagent3.xyz/downloads/base-trader",
    "agentUrl": "https://openagent3.xyz/skills/base-trader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/base-trader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/base-trader/agent.md"
  }
}