Openclaw Autopilot banner
taielab taielab

Openclaw Autopilot

AI community

Description

OpenClaw Autopilot - Conversational deployment toolkit for your personal AI assistant platform. Supports 15 top-tier models (GPT-5.2, Claude Opus 4.5, DeepSeek V3.2, etc.) and 20+ professional tools.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OpenClaw AI 助手自动化部署套件

使用 Claude Code 对话式全自动部署 OpenClaw AI 助手到 VPS 服务器

**中文** | [English](README_EN.md)

![License](https://img.shields.io/badge/license-MIT-blue.svg) ![Version](https://img.shields.io/badge/version-1.6.0-green.svg) ![Platform](https://img.shields.io/badge/platform-Ubuntu%2022.04-orange.svg) ![Models](https://img.shields.io/badge/models-15-brightgreen.svg) ![Tools](https://img.shields.io/badge/tools-20%2B-blue.svg)

目录

📦 包含内容

**一键安装脚本** (`install-openclaw.sh`)

  • 自动安装所有依赖
  • 交互式/非交互式配置
  • 自动启动服务
  • 配置备份和恢复

快速开始

方式一:一键安装(推荐)

# 下载脚本
wget https://raw.githubusercontent.com/taielab/openclaw-autopilot/main/install-openclaw.sh

# 赋予执行权限
chmod +x install-openclaw.sh

# 运行安装
./install-openclaw.sh

方式二:非交互式安装

export TELEGRAM_BOT_TOKEN="your-bot-token"
export API_KEY="your-api-key"
# 可选:自定义网关配置
export GATEWAY_BIND="loopback"  # 或 0.0.0.0 开放公网
export GATEWAY_PORT="18789"
sudo -E ./install-openclaw.sh -n

方式三:更新模式

# 保留配置,仅升级 OpenClaw
sudo ./install-openclaw.sh -u

方式四:使用 Claude Code 对话式部署

  1. 准备以下信息:

    • VPS 服务器 IP 和 SSH 凭据
    • Telegram Bot Token
    • AI API 密钥
  2. 向 Claude Code 发送:

    我想在 VPS 上部署 OpenClaw AI 助手:
    - 服务器:
    - 用户:root
    - 密码:
    - Telegram Bot Token:
    - API:云雾 AI,Key:
    
    请帮我完成全自动部署。
  3. Claude Code 会自动完成所有部署步骤

系统要求

  • 操作系统: Ubuntu 22.04 LTS(推荐)
  • 配置: 最低 2 核 2GB 内存
  • 网络: 能访问国际网络
  • 权限: root 或 sudo 权限

部署后功能

核心功能

  • 15 个顶流 AI 模型(GPT-5.2、Claude Opus 4.5、DeepSeek V3.2 等)
  • Telegram Bot 交互界面
  • 自动故障转移
  • 浏览器自动化
  • 多种技能和工具

已安装工具

  • AI/ML: Whisper、yt-dlp、Pandas、NumPy
  • 开发: GitHub CLI、Git、Node.js、Python3
  • 媒体: FFmpeg、ImageMagick
  • 系统: jq、ripgrep、fd、bat、cur