Alby Lightning Payments
/install alby-lightning
Alby Lightning Payments Skill
Overview
Easily send, receive, and manage Bitcoin Lightning payments via Alby Hub's Nostr Wallet Connect (NWC).
Features
- Check wallet balance
- Pay Lightning invoices
- Send to Lightning addresses
- Generate receive invoices
Setup
Prerequisites
- Alby Hub account
- NWC (Nostr Wallet Connect) URL
Installation
mkdir -p ~/.openclaw/workspace/skills/alby-lightning
cd ~/.openclaw/workspace/skills/alby-lightning
npm init -y
npm install @getalby/sdk
Configuration
Add to openclaw.json:
{
"env": {
"ALBY_NWC_URL": "nostr+walletconnect://..."
}
}
⚠️ Security
Your NWC URL contains your wallet's private key. Anyone with this URL can spend your funds.
- NEVER commit it to git or share it publicly
- ALWAYS set spending limits in Alby Hub before use
- Store it only in
openclaw.json(not in code files) - Rotate the NWC URL immediately if you suspect it was leaked
Gotchas
- Always specify amount for zero-amount invoices
- Use
result.invoice, notresult.payment_request - Set spending limits in Alby Hub
Contributing
Improvements welcome! Open issues at GitHub.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alby-lightning - After installation, invoke the skill by name or use
/alby-lightning - Provide required inputs per the skill's parameter spec and get structured output
What is Alby Lightning Payments?
Send, receive, and manage Bitcoin Lightning payments through Alby Hub's Nostr Wallet Connect, including balance checks and invoice handling. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install Alby Lightning Payments?
Run "/install alby-lightning" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Alby Lightning Payments free?
Yes, Alby Lightning Payments is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Alby Lightning Payments support?
Alby Lightning Payments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Alby Lightning Payments?
It is built and maintained by kiagentkronos-cell (@kiagentkronos-cell); the current version is v1.1.2.