aibtc-bitcoin-walletlisted
Install: claude install-skill aibtcdev/aibtc-mcp-server
# AIBTC Bitcoin Wallet
A skill for managing Bitcoin L1 wallets with optional Pillar smart wallet and Stacks L2 DeFi capabilities.
## Install
One-command installation (Claude Code is the default):
```bash
npx @aibtc/mcp-server@latest --install
```
Other MCP clients are selected with a flag:
```bash
npx @aibtc/mcp-server@latest --install --cursor # Cursor
npx @aibtc/mcp-server@latest --install --codex # OpenAI Codex CLI
npx @aibtc/mcp-server@latest --install --gemini # Gemini CLI
npx @aibtc/mcp-server@latest --install --windsurf # Windsurf
npx @aibtc/mcp-server@latest --install --vscode # VS Code
npx @aibtc/mcp-server@latest --install --desktop # Claude Desktop
```
For testnet, add `--testnet` to any command:
```bash
npx @aibtc/mcp-server@latest --install --testnet
```
## Quick Start
### Check Balance
Get your Bitcoin balance:
```
"What's my BTC balance?"
```
Uses `get_btc_balance` - returns total, confirmed, and unconfirmed balances.
### Check Fees
Get current network fee estimates:
```
"What are the current Bitcoin fees?"
```
Uses `get_btc_fees` - returns fast (~10 min), medium (~30 min), and slow (~1 hr) rates in sat/vB.
### Send BTC
Transfer Bitcoin to an address:
```
"Send 50000 sats to bc1q..."
"Transfer 0.001 BTC with fast fees to bc1q..."
```
Uses `transfer_btc` - requires an unlocked wallet.
## Wallet Setup
Before sending transactions, set up a wallet:
1. **Create new wallet**: `wallet_create` - generates encrypted BIP39 mn