{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stonebornbot",
    "name": "StonebornBot",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Olawoyin206/stonebornbot",
    "canonicalUrl": "https://clawhub.ai/Olawoyin206/stonebornbot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/stonebornbot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stonebornbot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/config-template.json",
      "references/archetype.md",
      "references/gas-optimization.md",
      "references/wallet-management.md",
      "scripts/batch-test.js"
    ],
    "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/stonebornbot"
    },
    "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/stonebornbot",
    "agentPageUrl": "https://openagent3.xyz/skills/stonebornbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stonebornbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stonebornbot/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": "NFT Mint Bot",
        "body": "Sub-100ms NFT mint sniping bot with multi-wallet support, pre-signed transactions, and multi-RPC broadcasting."
      },
      {
        "title": "Quick Start",
        "body": "# 1. Setup\ncd scripts && bash setup.sh && cd ..\n\n# 2. Configure\ncp assets/config-template.json scripts/config.json\n# Edit scripts/config.json with your RPC URLs, contract, wallets, gas settings\n\n# 3. Run (instant mode — fire immediately)\nnode scripts/mint-bot.js\n\n# 4. Run (monitor mode — wait for mint to go live)\nnode scripts/mint-bot.js --mode monitor"
      },
      {
        "title": "Config Overview",
        "body": "Edit scripts/config.json. Key sections:\n\nrpcUrl / rpcUrls: Primary and backup RPC endpoints. All used for multi-broadcast.\nwsRpcUrl: WebSocket RPC for block subscriptions and mempool watching.\ncontract: Target contract address, mint function signature, args, price, max per wallet, ABI.\ngas: EIP-1559 gas settings (maxFeePerGas, maxPriorityFeePerGas, gasLimit). See gas-optimization.md.\nwallets: Array of {privateKey, label}. See wallet-management.md.\nmonitoring: Mode (instant or monitor), interval, WebSocket/mempool options.\narchetype: Archetype ERC721a invite-based minting. See archetype.md.\nflashbots: Flashbots Protect relay for private tx submission.\nbankr: Bankr API integration for managed wallets.\nretry: Max retries and delay between attempts."
      },
      {
        "title": "Instant Mode (\"mode\": \"instant\")",
        "body": "Fire transactions immediately. Use when mint is already live or you know the exact block."
      },
      {
        "title": "Monitor Mode (\"mode\": \"monitor\")",
        "body": "Poll the contract to detect when minting goes live, then fire. Supports:\n\nPolling (intervalMs): Check every N ms via staticCall\nWebSocket blocks (useWebSocket: true): React on new blocks\nMempool watching (mempoolWatch: true): Watch pending txs for the mint function\n\nSet mintLiveCheck to \"staticCall\" or use flagFunction to check a specific view function."
      },
      {
        "title": "Archetype ERC721a Support",
        "body": "Enable for Archetype contracts requiring invite-based minting with auth keys and Merkle proofs. See archetype.md."
      },
      {
        "title": "War Mode Gas",
        "body": "When gas.warMode.enabled is true, the bot auto-escalates gas when the network is congested, capping at configured maximums. See gas-optimization.md."
      },
      {
        "title": "Multi-Wallet",
        "body": "Supports 200+ wallets with batched signing. Pre-signs all transactions before broadcast. See wallet-management.md."
      },
      {
        "title": "Batch Testing",
        "body": "Use scripts/batch-test.js to test wallet signing speed and RPC connectivity without sending real transactions."
      },
      {
        "title": "Architecture",
        "body": "Pre-signed transactions: All wallets sign before any broadcast\nMulti-RPC broadcast: Every signed tx sent to all endpoints simultaneously\nRaw JSON-RPC: Bypasses ethers.js overhead for sends\nNanosecond timing: process.hrtime.bigint() for precise measurement\nConfigurable batch sizes: Control parallel signing load"
      }
    ],
    "body": "NFT Mint Bot\n\nSub-100ms NFT mint sniping bot with multi-wallet support, pre-signed transactions, and multi-RPC broadcasting.\n\nQuick Start\n# 1. Setup\ncd scripts && bash setup.sh && cd ..\n\n# 2. Configure\ncp assets/config-template.json scripts/config.json\n# Edit scripts/config.json with your RPC URLs, contract, wallets, gas settings\n\n# 3. Run (instant mode — fire immediately)\nnode scripts/mint-bot.js\n\n# 4. Run (monitor mode — wait for mint to go live)\nnode scripts/mint-bot.js --mode monitor\n\nConfig Overview\n\nEdit scripts/config.json. Key sections:\n\nrpcUrl / rpcUrls: Primary and backup RPC endpoints. All used for multi-broadcast.\nwsRpcUrl: WebSocket RPC for block subscriptions and mempool watching.\ncontract: Target contract address, mint function signature, args, price, max per wallet, ABI.\ngas: EIP-1559 gas settings (maxFeePerGas, maxPriorityFeePerGas, gasLimit). See gas-optimization.md.\nwallets: Array of {privateKey, label}. See wallet-management.md.\nmonitoring: Mode (instant or monitor), interval, WebSocket/mempool options.\narchetype: Archetype ERC721a invite-based minting. See archetype.md.\nflashbots: Flashbots Protect relay for private tx submission.\nbankr: Bankr API integration for managed wallets.\nretry: Max retries and delay between attempts.\nModes\nInstant Mode (\"mode\": \"instant\")\n\nFire transactions immediately. Use when mint is already live or you know the exact block.\n\nMonitor Mode (\"mode\": \"monitor\")\n\nPoll the contract to detect when minting goes live, then fire. Supports:\n\nPolling (intervalMs): Check every N ms via staticCall\nWebSocket blocks (useWebSocket: true): React on new blocks\nMempool watching (mempoolWatch: true): Watch pending txs for the mint function\n\nSet mintLiveCheck to \"staticCall\" or use flagFunction to check a specific view function.\n\nArchetype ERC721a Support\n\nEnable for Archetype contracts requiring invite-based minting with auth keys and Merkle proofs. See archetype.md.\n\nWar Mode Gas\n\nWhen gas.warMode.enabled is true, the bot auto-escalates gas when the network is congested, capping at configured maximums. See gas-optimization.md.\n\nMulti-Wallet\n\nSupports 200+ wallets with batched signing. Pre-signs all transactions before broadcast. See wallet-management.md.\n\nBatch Testing\n\nUse scripts/batch-test.js to test wallet signing speed and RPC connectivity without sending real transactions.\n\nArchitecture\nPre-signed transactions: All wallets sign before any broadcast\nMulti-RPC broadcast: Every signed tx sent to all endpoints simultaneously\nRaw JSON-RPC: Bypasses ethers.js overhead for sends\nNanosecond timing: process.hrtime.bigint() for precise measurement\nConfigurable batch sizes: Control parallel signing load"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Olawoyin206/stonebornbot",
    "publisherUrl": "https://clawhub.ai/Olawoyin206/stonebornbot",
    "owner": "Olawoyin206",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stonebornbot",
    "downloadUrl": "https://openagent3.xyz/downloads/stonebornbot",
    "agentUrl": "https://openagent3.xyz/skills/stonebornbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stonebornbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stonebornbot/agent.md"
  }
}