{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-bitagent",
    "name": "Bitagent Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/parasyte-x/openclaw-bitagent",
    "canonicalUrl": "https://clawhub.ai/parasyte-x/openclaw-bitagent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-bitagent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-bitagent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package-lock.json",
      "package.json",
      "scripts/index.ts",
      "tsconfig.json"
    ],
    "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/openclaw-bitagent"
    },
    "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/openclaw-bitagent",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-bitagent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-bitagent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-bitagent/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": "BitAgent Skill",
        "body": "This skill uses the BitAgent SDK to interact with bonding curves on BSC. It runs as a CLI only: the agent must execute scripts/index.ts and return the command’s stdout to the user."
      },
      {
        "title": "Config (required)",
        "body": "Set in OpenClaw config under skills.entries.bitagent-skill.env (or similar) if it is not configured.\n\nPRIVATE_KEY — Wallet private key (0x...)\n\nEnsure dependencies are installed at repo root (npm install)."
      },
      {
        "title": "How to run (CLI)",
        "body": "Run from the repo root with env set. The CLI prints output to stdout. You must capture that stdout and return it to the user.\n\nToolCommandResultlaunchnpx tsx scripts/index.ts launch --network <bsc|bscTestnet> --name \"<name>\" --symbol \"<symbol>\" --reserve-symbol \"<UB|WBNB|USD1>\"Deploys a new agent token on a bonding curve. Returns the Contract Address and URL on success.buynpx tsx scripts/index.ts buy --network <bsc|bscTestnet> --token \"<tokenAddress>\" --amount \"<amount>\"Buys a specific amount of tokens. Returns Transaction Hash.sellnpx tsx scripts/index.ts sell --network <bsc|bscTestnet> --token \"<tokenAddress>\" --amount \"<amount>\"Sells a specific amount of tokens. Returns Transaction Hash."
      },
      {
        "title": "Flow",
        "body": "Launch Agent: When a user wants to create a token or agent, run the launch command. Ensure you ask for Name, Symbol, and which Reserve Token to use (UB, WBNB, USD1) if not provided.\nTrade (Buy/Sell): When a user wants to trade, use buy or sell. Requires the Token Address and Amount."
      },
      {
        "title": "File structure",
        "body": "Repo root — SKILL.md, package.json.\nscripts/index.ts — CLI implementation."
      }
    ],
    "body": "BitAgent Skill\n\nThis skill uses the BitAgent SDK to interact with bonding curves on BSC. It runs as a CLI only: the agent must execute scripts/index.ts and return the command’s stdout to the user.\n\nConfig (required)\n\nSet in OpenClaw config under skills.entries.bitagent-skill.env (or similar) if it is not configured.\n\nPRIVATE_KEY — Wallet private key (0x...)\n\nEnsure dependencies are installed at repo root (npm install).\n\nHow to run (CLI)\n\nRun from the repo root with env set. The CLI prints output to stdout. You must capture that stdout and return it to the user.\n\nTool\tCommand\tResult\nlaunch\tnpx tsx scripts/index.ts launch --network <bsc|bscTestnet> --name \"<name>\" --symbol \"<symbol>\" --reserve-symbol \"<UB|WBNB|USD1>\"\tDeploys a new agent token on a bonding curve. Returns the Contract Address and URL on success.\nbuy\tnpx tsx scripts/index.ts buy --network <bsc|bscTestnet> --token \"<tokenAddress>\" --amount \"<amount>\"\tBuys a specific amount of tokens. Returns Transaction Hash.\nsell\tnpx tsx scripts/index.ts sell --network <bsc|bscTestnet> --token \"<tokenAddress>\" --amount \"<amount>\"\tSells a specific amount of tokens. Returns Transaction Hash.\nFlow\nLaunch Agent: When a user wants to create a token or agent, run the launch command. Ensure you ask for Name, Symbol, and which Reserve Token to use (UB, WBNB, USD1) if not provided.\nTrade (Buy/Sell): When a user wants to trade, use buy or sell. Requires the Token Address and Amount.\nFile structure\nRepo root — SKILL.md, package.json.\nscripts/index.ts — CLI implementation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/parasyte-x/openclaw-bitagent",
    "publisherUrl": "https://clawhub.ai/parasyte-x/openclaw-bitagent",
    "owner": "parasyte-x",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-bitagent",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-bitagent",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-bitagent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-bitagent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-bitagent/agent.md"
  }
}