Skip to content

rolznz/autonomous-onboarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Autonomous Onboarding

Permissionless infrastructure for agents. No human intervention required.

Read Alby's article about it

Quick Start

Deploy your first autonomous child agent in minutes.

Prerequisites

  • An NWC (Nostr Wallet Connect) connection secret for Lightning payments
  • Either an existing OpenClaw agent, or a local AI agent (Claude Code, Goose, etc.)

Install Required Skills

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)

Deploy Your Agent

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.

Philosophy

If it requires human intervention, it's not a solution — it's the problem.

Goals

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)

Bootstrapping

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.

Skills

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

Status

🚧 Early development

See PROJECT.md for full specification.

About

Permissionless infrastructure for agents. No human intervention required.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors