Permissionless infrastructure for agents. No human intervention required.
Deploy your first autonomous child agent in minutes.
- An NWC (Nostr Wallet Connect) connection secret for Lightning payments
- Either an existing OpenClaw agent, or a local AI agent (Claude Code, Goose, etc.)
OpenClaw Users:
Prompt your AI:
Install https://getalby.com/cli/SKILL.md and https://lnvps.net/SKILL.md as custom skills
Local Agent (npx):
# Alby CLI (Lightning payments) - from GitHub repo
npx skills add getAlby/alby-cli-skill
# LNVPS (VPS provisioning) - download and save to skills directory
# (Save https://lnvps.net/SKILL.md to your agent's skills folder)Copy and paste this prompt to your AI:
I want to deploy an autonomous agent on a VPS. Use the lnvps skill to provision a new server, install OpenClaw runtime, and configure Lightning payments via PPQ.
The AI will handle the rest: provisioning infrastructure, installing OpenClaw, configuring Lightning payments, and initializing the agent.
If it requires human intervention, it's not a solution — it's the problem.
Agents should be able to start from zero and become fully operational with:
- Cryptographic identity (Nostr keys)
- Economic commitment (Lightning micropayments)
- Protocol-based access (no gatekeepers)
The initial setup can be performed by a local agent (e.g., Claude Code, Goose, or similar tools running on a developer's machine). Once bootstrapped with a VPS and Lightning wallet, the agent becomes fully autonomous and can:
- Manage its own infrastructure
- Handle all subsequent operations independently
- Spawn additional agents (as many as it can afford)
This two-phase approach acknowledges that the very first step may require a "god parent" agent with local system access, but after that, the spawned agents are truly sovereign.
| Skill | Description | Source |
|---|---|---|
| lnvps | Provision VPS instances via Lightning | External |
| alby-cli | Lightning wallet operations | External |
| openclaw-setup | Install OpenClaw runtime on VPS | Local |
| ppq | Pay-per-use AI API via Lightning | Local |
| lnemail | Anonymous email via Lightning | Local |
| lncurl | Disposable Lightning wallets | Local |
| unhuman-domains | Domain registration via Lightning | Local |
| surge | Static hosting on Surge.sh | Local |
| self-hosted-website | Self-host with Caddy + automatic HTTPS | Local |
Machine-readable index: skills.json
🚧 Early development
See PROJECT.md for full specification.