{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bitcoin-wallet",
    "name": "Bitcoin Wallet using Breez Spark SDK",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/robertclarkson/bitcoin-wallet",
    "canonicalUrl": "https://clawhub.ai/robertclarkson/bitcoin-wallet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bitcoin-wallet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bitcoin-wallet",
    "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-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/bitcoin-wallet"
    },
    "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/bitcoin-wallet",
    "agentPageUrl": "https://openagent3.xyz/skills/bitcoin-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bitcoin-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bitcoin-wallet/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": "BreezClaw",
        "body": "Self-custodial Bitcoin and Lightning wallet for AI agents. Powered by Breez SDK Spark."
      },
      {
        "title": "Install",
        "body": "# Clone plugin\ncd ~/.openclaw/extensions\ngit clone https://github.com/onesandzeros-nz/BreezClaw.git breezclaw\n\n# Install dependencies and build\ncd breezclaw\nnpm install\nnpm run build"
      },
      {
        "title": "1. Get Breez API Key",
        "body": "Sign up at https://breez.technology/sdk/"
      },
      {
        "title": "2. Add to OpenClaw Config",
        "body": "Edit ~/.openclaw/openclaw.json:\n\n{\n  \"plugins\": {\n    \"entries\": {\n      \"breezclaw\": {\n        \"enabled\": true,\n        \"config\": {\n          \"breezApiKey\": \"YOUR_BREEZ_API_KEY\",\n          \"network\": \"mainnet\"\n        }\n      }\n    }\n  }\n}"
      },
      {
        "title": "3. Restart",
        "body": "openclaw gateway restart"
      },
      {
        "title": "Tools",
        "body": "ToolDescriptionwallet_statusCheck wallet exists and connection statewallet_connectConnect or create wallet from mnemonicwallet_balanceGet balance in sats and BTCwallet_receiveGenerate payment requestwallet_prepare_sendPrepare payment with fee estimatewallet_sendExecute confirmed paymentwallet_transactionsList transaction historywallet_infoDetailed wallet infowallet_backupRetrieve mnemonic (sensitive!)wallet_disconnectClean disconnect"
      },
      {
        "title": "Receive Methods",
        "body": "spark — Reusable Spark address (default)\nspark_invoice — Spark invoice with amount\nlightning — BOLT11 invoice\nbitcoin — On-chain address"
      },
      {
        "title": "Payment Flow",
        "body": "Always two-step:\n\nwallet_prepare_send → Show fees\nUser confirms → wallet_send(confirmed=true)"
      },
      {
        "title": "Security",
        "body": "Never expose mnemonic unless explicitly requested\nAlways show fees before sending\nRequire explicit confirmation for sends\nWallet data: ~/.openclaw/breezclaw/"
      },
      {
        "title": "Examples",
        "body": "\"What's my balance?\" → wallet_balance\n\n\"Invoice for 1000 sats\" → wallet_receive(method=\"lightning\", amount_sats=1000)\n\n\"Send 500 sats to user@wallet.com\" → resolve LNURL → wallet_prepare_send → confirm → wallet_send"
      }
    ],
    "body": "BreezClaw\n\nSelf-custodial Bitcoin and Lightning wallet for AI agents. Powered by Breez SDK Spark.\n\nInstall\n# Clone plugin\ncd ~/.openclaw/extensions\ngit clone https://github.com/onesandzeros-nz/BreezClaw.git breezclaw\n\n# Install dependencies and build\ncd breezclaw\nnpm install\nnpm run build\n\nConfigure\n1. Get Breez API Key\n\nSign up at https://breez.technology/sdk/\n\n2. Add to OpenClaw Config\n\nEdit ~/.openclaw/openclaw.json:\n\n{\n  \"plugins\": {\n    \"entries\": {\n      \"breezclaw\": {\n        \"enabled\": true,\n        \"config\": {\n          \"breezApiKey\": \"YOUR_BREEZ_API_KEY\",\n          \"network\": \"mainnet\"\n        }\n      }\n    }\n  }\n}\n\n3. Restart\nopenclaw gateway restart\n\nTools\nTool\tDescription\nwallet_status\tCheck wallet exists and connection state\nwallet_connect\tConnect or create wallet from mnemonic\nwallet_balance\tGet balance in sats and BTC\nwallet_receive\tGenerate payment request\nwallet_prepare_send\tPrepare payment with fee estimate\nwallet_send\tExecute confirmed payment\nwallet_transactions\tList transaction history\nwallet_info\tDetailed wallet info\nwallet_backup\tRetrieve mnemonic (sensitive!)\nwallet_disconnect\tClean disconnect\nReceive Methods\nspark — Reusable Spark address (default)\nspark_invoice — Spark invoice with amount\nlightning — BOLT11 invoice\nbitcoin — On-chain address\nPayment Flow\n\nAlways two-step:\n\nwallet_prepare_send → Show fees\nUser confirms → wallet_send(confirmed=true)\nSecurity\nNever expose mnemonic unless explicitly requested\nAlways show fees before sending\nRequire explicit confirmation for sends\nWallet data: ~/.openclaw/breezclaw/\nExamples\n\"What's my balance?\" → wallet_balance\n\n\"Invoice for 1000 sats\" → wallet_receive(method=\"lightning\", amount_sats=1000)\n\n\"Send 500 sats to user@wallet.com\" → resolve LNURL → wallet_prepare_send → confirm → wallet_send"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/robertclarkson/bitcoin-wallet",
    "publisherUrl": "https://clawhub.ai/robertclarkson/bitcoin-wallet",
    "owner": "robertclarkson",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bitcoin-wallet",
    "downloadUrl": "https://openagent3.xyz/downloads/bitcoin-wallet",
    "agentUrl": "https://openagent3.xyz/skills/bitcoin-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bitcoin-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bitcoin-wallet/agent.md"
  }
}