一键导入
openclaw-setup
Install and configure OpenClaw agent runtime on a VPS. Use when deploying OpenClaw to a fresh server or setting up an autonomous agent environment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install and configure OpenClaw agent runtime on a VPS. Use when deploying OpenClaw to a fresh server or setting up an autonomous agent environment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
PayPerQ AI API via Lightning. Use for LLM access without subscriptions or API key management.
Anonymous email via Lightning. Use for 2FA, notifications, or communication without KYC.
Disposable Lightning wallets via lncurl.lol. Use for temporary wallets, testing, or bootstrapping child agents.
Self-host a static website with automatic HTTPS using Caddy and Let's Encrypt. Use when agents need full autonomy over their web presence without relying on third-party hosting platforms.
Deploy static websites to Surge.sh using Lightning-powered hosting. Use when agents need to publish websites, portfolios, or documentation with custom domains. Supports email confirmation flow via LNEmail.
Register and manage domain names via unhuman.domains using Bitcoin Lightning payments. Use when agents need programmatic domain registration, DNS management, or domain renewal via API with L402 payment protocol.
| name | openclaw-setup |
| description | Install and configure OpenClaw agent runtime on a VPS. Use when deploying OpenClaw to a fresh server or setting up an autonomous agent environment. |
Install OpenClaw on a VPS using the official installer with non-interactive automation.
# 1. Run the official installer (handles Node.js and all dependencies)
curl -fsSL https://openclaw.ai/install.sh | bash
# 2. Complete setup (the installer fails here without TTY - this fixes it)
openclaw onboard --non-interactive \
--mode local \
--skip-skills
# 3. Install gateway service
openclaw gateway install
# Check installation
openclaw --version
# Check workspace
ls -la ~/.openclaw/
ls -la ~/.openclaw/workspace/
For a truly autonomous agent with no human intervention:
Don't configure (yet):
The agent is ready when:
| Issue | Fix |
|---|---|
openclaw: command not found | Reload shell: source ~/.bashrc or open new terminal |
| Gateway won't start | Check openclaw doctor for health issues |