
from aibtc-mcp-server9
Agent-facing Bitcoin L1 wallet skill: check balances and UTXOs, get fee estimates, manage encrypted wallets, and send BTC; extends to Stacks L2 and Pillar smart
AIBTC Bitcoin Wallet equips an agent with on-chain Bitcoin and Stacks wallet capabilities. It exposes read operations (balance, UTXOs, fee estimates) and write operations (create/import/unlock wallets, send BTC, sign messages). The skill documents installation and practical workflows, progressive layers (Stacks L2 DeFi, Pillar smart wallet, inscription workflows), and safety patterns such as 'probe-before-pay' for paid x402 APIs. It is a fully-featured skill for agents that need to interact with Bitcoin funds and related L2 services.
Use this skill when the agent must manage or query Bitcoin assets on behalf of a user: checking balances, estimating fees, listing UTXOs, signing messages, or constructing and sending transactions. Also use it for higher-level flows like interacting with Stacks DeFi, sending sBTC messages, or operating Pillar smart-wallet features. Avoid using wallet write operations without explicit user confirmation and an unlocked wallet.
Best used with agents that can run shell/npm installers and manage local encrypted storage (Copilot/GitHub Codespaces, Claude Code with tool exec, Cursor). The skill assumes the agent can surface prompts for secrets (wallet passphrases) and perform safe confirmation steps before fund-moving actions.
This skill has not been reviewed by our automated audit pipeline yet.