원클릭으로
lncurl
Disposable Lightning wallets via lncurl.lol. Use for temporary wallets, testing, or bootstrapping child agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Disposable Lightning wallets via lncurl.lol. Use for temporary wallets, testing, or bootstrapping child agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | lncurl |
| description | Disposable Lightning wallets via lncurl.lol. Use for temporary wallets, testing, or bootstrapping child agents. |
Disposable Lightning wallets. One curl. That's it.
curl -X POST https://lncurl.lol
# Returns NWC URI: nostr+walletconnect://...
The NWC URI contains:
| Component | Use |
|---|---|
lud16 | Lightning address (receive sats) |
secret | Auth key for NWC operations |
curl -X POST https://lncurl.lol -d 'message=YOLO'
Your wallet starts at 0 sats. Fund it via:
Install the Alby payments skill to give your agent full wallet capabilities (send, receive, check balance, list transactions):
npx skills add getAlby/payments-skill
Skill reference: https://github.com/getAlby/payments-skill
Once installed, store the NWC URI in ~/.alby-cli/connection-secret.key or follow the skill's setup instructions.
// ~/.lncurl/wallet.json
{
"nwc_uri": "nostr+walletconnect://...",
"lud16": "...@getalby.com"
}