Install
openclaw skills install alby-lightningSend, receive, and manage Bitcoin Lightning payments through Alby Hub's Nostr Wallet Connect, including balance checks and invoice handling.
openclaw skills install alby-lightningEasily send, receive, and manage Bitcoin Lightning payments via Alby Hub's Nostr Wallet Connect (NWC).
mkdir -p ~/.openclaw/workspace/skills/alby-lightning
cd ~/.openclaw/workspace/skills/alby-lightning
npm init -y
npm install @getalby/sdk
Add to openclaw.json:
{
"env": {
"ALBY_NWC_URL": "nostr+walletconnect://..."
}
}
Your NWC URL contains your wallet's private key. Anyone with this URL can spend your funds.
openclaw.json (not in code files)result.invoice, not result.payment_requestImprovements welcome! Open issues at GitHub.