{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawearn",
    "name": "Claw Earn",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/stonega/clawearn",
    "canonicalUrl": "https://clawhub.ai/stonega/clawearn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawearn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawearn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "HEARTBEAT.md",
      "SKILL.md",
      "README.md",
      "markets/polymarket/HEARTBEAT.md",
      "markets/polymarket/SKILL.md",
      "core/security/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. 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/clawearn"
    },
    "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/clawearn",
    "agentPageUrl": "https://openagent3.xyz/skills/clawearn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawearn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawearn/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": "Clawearn - Modular Trading Platform for OpenClaw 🎯",
        "body": "Trade prediction markets directly from your OpenClaw bot.\n\nClawearn enables your AI agent to:\n\n🎯 Trade on Polymarket prediction markets\n💼 Create and manage crypto wallets\n💸 Send USDC to any Ethereum address on Arbitrum\n📊 Monitor balances and positions across markets\n🤖 Execute trading strategies autonomously"
      },
      {
        "title": "Step 1: Install clawearn CLI",
        "body": "curl -fsSL https://clawearn.xyz/install.sh | bash\n# or: bun link (if in repo)"
      },
      {
        "title": "Step 2: Create your first wallet",
        "body": "clawearn wallet create\n\nYou'll see your wallet address. Save it — you'll need to fund it next."
      },
      {
        "title": "Step 3: Fund your wallet and start trading",
        "body": "Option A: Send USDC from another wallet\n\nclawearn wallet send --to YOUR_AGENT_ADDRESS --amount 100\n\nOption B: Bridge USDC to Arbitrum yourself\n\nSend USDC to Arbitrum network\nSend to the address from clawearn wallet show\n\nThen search for markets:\n\nclawearn polymarket market search --query \"bitcoin price 2025\""
      },
      {
        "title": "Install all skill files",
        "body": "# Create skill directory\nmkdir -p ~/.openclaw/skills/clawearn\n\n# Install main files\ncurl -s https://clawearn.xyz/skills/SKILL.md > ~/.openclaw/skills/clawearn/SKILL.md\ncurl -s https://clawearn.xyz/skills/HEARTBEAT.md > ~/.openclaw/skills/clawearn/HEARTBEAT.md\n\n# Install core skills\nmkdir -p ~/.openclaw/skills/clawearn/core/{wallet,security}\ncurl -s https://clawearn.xyz/skills/core/wallet/SKILL.md > ~/.openclaw/skills/clawearn/core/wallet/SKILL.md\ncurl -s https://clawearn.xyz/skills/core/security/SKILL.md > ~/.openclaw/skills/clawearn/core/security/SKILL.md\n\n# Install market skills\nmkdir -p ~/.openclaw/skills/clawearn/markets/polymarket\ncurl -s https://clawearn.xyz/skills/markets/polymarket/SKILL.md > ~/.openclaw/skills/clawearn/markets/polymarket/SKILL.md\ncurl -s https://clawearn.xyz/skills/markets/polymarket/HEARTBEAT.md > ~/.openclaw/skills/clawearn/markets/polymarket/HEARTBEAT.md"
      },
      {
        "title": "Supported Markets",
        "body": "MarketStatusFeaturesInstallationPolymarket✅ ProductionFull trading, order management, market discoverySee above"
      },
      {
        "title": "Wallet Management",
        "body": "# Create a new wallet\nclawearn wallet create\n\n# Show your wallet address\nclawearn wallet show\n\n# Send USDC to another address (on Arbitrum)\nclawearn wallet send --to 0x... --amount 100"
      },
      {
        "title": "Polymarket Trading",
        "body": "# Search for markets\nclawearn polymarket market search --query \"bitcoin price 2025\"\n\n# Get market details\nclawearn polymarket market info --market-id MARKET_ID\n\n# Check your balance\nclawearn polymarket balance check\n\n# Place a buy order\nclawearn polymarket order buy --token-id TOKEN_ID --price 0.50 --size 10\n\n# View open orders\nclawearn polymarket order list-open\n\n# Cancel an order\nclawearn polymarket order cancel --order-id ORDER_ID"
      },
      {
        "title": "Configuration",
        "body": "Create an optional config file to track settings:\n\n~/.clawearn/config.json (optional)\n\n{\n  \"version\": \"1.1.0\",\n  \"enabled_markets\": [\"polymarket\"],\n  \"default_network\": \"arbitrum\",\n  \"wallet\": {\n    \"network\": \"arbitrum\",\n    \"auto_fund_threshold\": 50\n  },\n  \"trading\": {\n    \"signature_type\": 0,\n    \"default_slippage_pct\": 0.5\n  },\n  \"risk_limits\": {\n    \"max_position_size_pct\": 20,\n    \"max_total_exposure_pct\": 50,\n    \"min_balance_alert\": 10,\n    \"daily_loss_limit\": 100\n  }\n}"
      },
      {
        "title": "Check installed markets",
        "body": "ls ~/.clawearn/skills/markets/"
      },
      {
        "title": "Update all skills",
        "body": "# Update core\ncurl -s http://localhost:3000/skills/SKILL.md > ~/.clawearn/skills/SKILL.md\n\n# Update each enabled market\nfor market in $(cat ~/.clawearn/config.json | grep -o '\"polymarket\"'); do\n  curl -s http://localhost:3000/skills/markets/$market/SKILL.md > ~/.clawearn/skills/markets/$market/SKILL.md\ndone"
      },
      {
        "title": "Add a new market",
        "body": "# 1. Install the skill files\nmkdir -p ~/.clawearn/skills/markets/NEW_MARKET\ncurl -s http://localhost:3000/skills/markets/NEW_MARKET/SKILL.md > ~/.clawearn/skills/markets/NEW_MARKET/SKILL.md\n\n# 2. Update your config.json to add \"NEW_MARKET\" to enabled_markets\n\n# 3. Set up credentials following the market's SETUP.md"
      },
      {
        "title": "Security Best Practices",
        "body": "🔒 CRITICAL:\n\nRead core/SECURITY.md before trading\nNever share private keys\nStore credentials securely\nUse separate wallets for different markets\nEnable 2FA where available"
      },
      {
        "title": "Getting Help",
        "body": "Core wallet issues: See core/WALLET.md\nSecurity questions: See core/SECURITY.md\nMarket-specific help: See markets/{market}/README.md\nGeneral trading: See HEARTBEAT.md for routine checks\n\nCheck for updates: Re-fetch this file anytime to see newly supported markets!\n\ncurl -s https://clawearn.xyz/skills/SKILL.md | grep '^version:'\n\nReady to start? Install the core skills, choose your markets, and begin trading! 🚀"
      }
    ],
    "body": "Clawearn - Modular Trading Platform for OpenClaw 🎯\n\nTrade prediction markets directly from your OpenClaw bot.\n\nClawearn enables your AI agent to:\n\n🎯 Trade on Polymarket prediction markets\n💼 Create and manage crypto wallets\n💸 Send USDC to any Ethereum address on Arbitrum\n📊 Monitor balances and positions across markets\n🤖 Execute trading strategies autonomously\nQuick Start (3 steps)\nStep 1: Install clawearn CLI\ncurl -fsSL https://clawearn.xyz/install.sh | bash\n# or: bun link (if in repo)\n\nStep 2: Create your first wallet\nclawearn wallet create\n\n\nYou'll see your wallet address. Save it — you'll need to fund it next.\n\nStep 3: Fund your wallet and start trading\n\nOption A: Send USDC from another wallet\n\nclawearn wallet send --to YOUR_AGENT_ADDRESS --amount 100\n\n\nOption B: Bridge USDC to Arbitrum yourself\n\nSend USDC to Arbitrum network\nSend to the address from clawearn wallet show\n\nThen search for markets:\n\nclawearn polymarket market search --query \"bitcoin price 2025\"\n\nInstallation for OpenClaw Bots\nInstall all skill files\n# Create skill directory\nmkdir -p ~/.openclaw/skills/clawearn\n\n# Install main files\ncurl -s https://clawearn.xyz/skills/SKILL.md > ~/.openclaw/skills/clawearn/SKILL.md\ncurl -s https://clawearn.xyz/skills/HEARTBEAT.md > ~/.openclaw/skills/clawearn/HEARTBEAT.md\n\n# Install core skills\nmkdir -p ~/.openclaw/skills/clawearn/core/{wallet,security}\ncurl -s https://clawearn.xyz/skills/core/wallet/SKILL.md > ~/.openclaw/skills/clawearn/core/wallet/SKILL.md\ncurl -s https://clawearn.xyz/skills/core/security/SKILL.md > ~/.openclaw/skills/clawearn/core/security/SKILL.md\n\n# Install market skills\nmkdir -p ~/.openclaw/skills/clawearn/markets/polymarket\ncurl -s https://clawearn.xyz/skills/markets/polymarket/SKILL.md > ~/.openclaw/skills/clawearn/markets/polymarket/SKILL.md\ncurl -s https://clawearn.xyz/skills/markets/polymarket/HEARTBEAT.md > ~/.openclaw/skills/clawearn/markets/polymarket/HEARTBEAT.md\n\nSupported Markets\nMarket\tStatus\tFeatures\tInstallation\nPolymarket\t✅ Production\tFull trading, order management, market discovery\tSee above\nCore Commands\nWallet Management\n# Create a new wallet\nclawearn wallet create\n\n# Show your wallet address\nclawearn wallet show\n\n# Send USDC to another address (on Arbitrum)\nclawearn wallet send --to 0x... --amount 100\n\nPolymarket Trading\n# Search for markets\nclawearn polymarket market search --query \"bitcoin price 2025\"\n\n# Get market details\nclawearn polymarket market info --market-id MARKET_ID\n\n# Check your balance\nclawearn polymarket balance check\n\n# Place a buy order\nclawearn polymarket order buy --token-id TOKEN_ID --price 0.50 --size 10\n\n# View open orders\nclawearn polymarket order list-open\n\n# Cancel an order\nclawearn polymarket order cancel --order-id ORDER_ID\n\nConfiguration\n\nCreate an optional config file to track settings:\n\n~/.clawearn/config.json (optional)\n\n{\n  \"version\": \"1.1.0\",\n  \"enabled_markets\": [\"polymarket\"],\n  \"default_network\": \"arbitrum\",\n  \"wallet\": {\n    \"network\": \"arbitrum\",\n    \"auto_fund_threshold\": 50\n  },\n  \"trading\": {\n    \"signature_type\": 0,\n    \"default_slippage_pct\": 0.5\n  },\n  \"risk_limits\": {\n    \"max_position_size_pct\": 20,\n    \"max_total_exposure_pct\": 50,\n    \"min_balance_alert\": 10,\n    \"daily_loss_limit\": 100\n  }\n}\n\nQuick Reference\nCheck installed markets\nls ~/.clawearn/skills/markets/\n\nUpdate all skills\n# Update core\ncurl -s http://localhost:3000/skills/SKILL.md > ~/.clawearn/skills/SKILL.md\n\n# Update each enabled market\nfor market in $(cat ~/.clawearn/config.json | grep -o '\"polymarket\"'); do\n  curl -s http://localhost:3000/skills/markets/$market/SKILL.md > ~/.clawearn/skills/markets/$market/SKILL.md\ndone\n\nAdd a new market\n# 1. Install the skill files\nmkdir -p ~/.clawearn/skills/markets/NEW_MARKET\ncurl -s http://localhost:3000/skills/markets/NEW_MARKET/SKILL.md > ~/.clawearn/skills/markets/NEW_MARKET/SKILL.md\n\n# 2. Update your config.json to add \"NEW_MARKET\" to enabled_markets\n\n# 3. Set up credentials following the market's SETUP.md\n\nSecurity Best Practices\n\n🔒 CRITICAL:\n\nRead core/SECURITY.md before trading\nNever share private keys\nStore credentials securely\nUse separate wallets for different markets\nEnable 2FA where available\nGetting Help\nCore wallet issues: See core/WALLET.md\nSecurity questions: See core/SECURITY.md\nMarket-specific help: See markets/{market}/README.md\nGeneral trading: See HEARTBEAT.md for routine checks\n\nCheck for updates: Re-fetch this file anytime to see newly supported markets!\n\ncurl -s https://clawearn.xyz/skills/SKILL.md | grep '^version:'\n\n\nReady to start? Install the core skills, choose your markets, and begin trading! 🚀"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/stonega/clawearn",
    "publisherUrl": "https://clawhub.ai/stonega/clawearn",
    "owner": "stonega",
    "version": "1.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawearn",
    "downloadUrl": "https://openagent3.xyz/downloads/clawearn",
    "agentUrl": "https://openagent3.xyz/skills/clawearn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawearn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawearn/agent.md"
  }
}