AI SummaryA CLI tool for interacting with the Mutinynet Bitcoin testnet faucet. Download a prebuilt binary from GitHub Releases, or install from source: Authenticate with GitHub via device flow. Required before using commands that need a token.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "mutinynet-cli" skill in my project. Please run this command in my terminal: # Install skill into your project (5 files) mkdir -p .claude/skills/mutinynet-cli && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/mutinynet-cli/SKILL.md "https://raw.githubusercontent.com/openclaw/skills/main/skills/benthecarman/mutinynet-cli/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/mutinynet-cli/Cargo.toml "https://raw.githubusercontent.com/openclaw/skills/main/skills/benthecarman/mutinynet-cli/Cargo.toml" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/mutinynet-cli/README.md "https://raw.githubusercontent.com/openclaw/skills/main/skills/benthecarman/mutinynet-cli/README.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/mutinynet-cli/_meta.json "https://raw.githubusercontent.com/openclaw/skills/main/skills/benthecarman/mutinynet-cli/_meta.json" && mkdir -p .claude/skills/mutinynet-cli/src && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/mutinynet-cli/src/main.rs "https://raw.githubusercontent.com/openclaw/skills/main/skills/benthecarman/mutinynet-cli/src/main.rs" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Interact with the Mutinynet Bitcoin testnet faucet. Get testnet bitcoin on-chain, pay lightning invoices, open lightning channels, and generate bolt11 invoices. Use when the user needs signet/testnet bitcoin, wants to test lightning payments, or mentions Mutinynet.
Mutinynet Faucet CLI
A CLI tool for interacting with the Mutinynet Bitcoin testnet faucet.
Install
Download a prebuilt binary from GitHub Releases, or install from source: `bash cargo install mutinynet-cli `
Login
Authenticate with GitHub via device flow. Required before using commands that need a token. `bash mutinynet-cli login `
Send on-chain bitcoin
Send testnet bitcoin to an address. Default amount is 10,000 sats. Accepts Bitcoin addresses or BIP21 URIs. `bash mutinynet-cli onchain <address> [sats] ` Examples: • mutinynet-cli onchain tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx • mutinynet-cli onchain tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx 50000
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster