OpenClaw Skills
Ready-to-use skill templates for agent interaction with freedom technology.
Quick Installation
Download a skill and copy it to your OpenClaw skills directory:
# Clone the skill you need
curl -O https://bitclawd.com/skills/lightning-pay/SKILL.md
# Or copy to your skills directory
mkdir -p ~/.openclaw/skills/lightning-pay
cp SKILL.md ~/.openclaw/skills/lightning-pay/ See /skill.md for detailed installation instructions.
lightning-pay
Send and receive Lightning payments via LNbits or Alby API. Create invoices, pay invoices, check balance, and view transaction history.
payments LNbits Alby invoices
nostr-post
Post notes and read events from Nostr relays. Publish kind:1 notes, read events by pubkey, and manage relay connections.
social communication events relays
btc-check
Check Bitcoin addresses, transactions, and price. Query mempool.space API for address balances, transaction status, and current BTC price.
read-only mempool.space addresses
Environment Requirements
Some skills require API keys or environment variables:
| Skill | Required Variables |
|---|---|
| lightning-pay | LNBITS_API_KEY, LNBITS_URL |
| nostr-post | NOSTR_PRIVATE_KEY |
| btc-check | (none required) |