Claude Skill
miaoxworld/OpenClawInstaller
Open-source Shell script for one-click deployment of ClawdBot, MoltBot, and OpenClaw projects. Simplify your bot setup with this automated installer.
Overview
Repository
Install this Skill
git clone https://github.com/miaoxworld/OpenClawInstaller.gitRegistry
git clone https://github.com/miaoxworld/OpenClawInstaller.gitnpm install -g openclaw
Summary
OpenClawInstaller is a one-click deployment tool for ClawdBot, written in Shell. It simplifies the setup process for the ClawdBot/MoltBot/OpenClaw ecosystem.
ClawdBot 一键部署工具
Key features
- One-click deployment for ClawdBot
- Written in Shell for system compatibility
- Simplifies setup for the OpenClaw ecosystem
- Open source project with community support
Use cases
- Quickly deploying ClawdBot instances
- Setting up MoltBot environments
- Automating OpenClaw installation
- Simplifying bot deployment workflows
README excerpt
# 🦞 OpenClaw 一键部署工具 <p align="center"> <img src="https://img.shields.io/badge/Version-1.0.0-blue.svg" alt="Version"> <img src="https://img.shields.io/badge/Platform-macOS%20%7C%20Linux-green.svg" alt="Platform"> <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"> </p> > 🚀 一键部署你的私人 AI 助手 OpenClaw,支持多平台多模型配置 <p align="center"> <img src="photo/menu.png" alt="OpenClaw 配置中心" width="600"> </p> ## 📖 目录 - [系统要求](#-系统要求) - [快速开始](#-快速开始) - [功能特性](#-功能特性) - [详细配置](#-详细配置) - [常用命令](#-常用命令) - [配置说明](#-配置说明) - [安全建议](#-安全建议) - [常见问题](#-常见问题) - [更新日志](#-更新日志) ## 💻 系统要求 | 项目 | 要求 | |------|------| | 操作系统 | macOS 12+ / Ubuntu 20.04+ / Debian 11+ / CentOS 8+ | | Node.js | v22 或更高版本 | | 内存 | 最低 2GB,推荐 4GB+ | | 磁盘空间 | 最低 1GB | ## 🚀 快速开始 ### 🖥️ 桌面版 OpenClaw Manager(推荐) 如果你更喜欢图形界面,推荐使用 **OpenClaw Manager** 桌面应用: <p align="center"> <a href="https://github.com/miaoxworld/openclaw-manager"> <img src="https://img.shields.io/badge/下载桌面版-OpenClaw%20Manager-blue?style=for-the-badge&logo=github" alt="Download"> </a> </p> - 🎨 **现代化 UI** - 基于 Tauri 2.0 + React + TypeScript + Rust 构建 - 📊 **实时监控** - 仪表盘查看服务状态、内存、运行时间 - 🔧 **可视化配置** - AI 模型、消息渠道一键配置 - 💻 **跨平台** - 支持 macOS、Windows、Linux 👉 **下载地址**: [github.com/miaoxworld/openclaw-manager](https://github.com/miaoxworld/openclaw-manager) --- ### 方式一:一键安装(命令行版) ```bash curl -fsSL https://raw.githubusercontent.com/miaoxworld/OpenClawInstaller/main/install.sh | bash ``` 安装脚本会自动: 1. 检测系统环境并安装依赖 2. 安装 OpenClaw 3. 引导完成核心配置(AI模型、身份信息) 4. 测试 API 连接 5. **自动启动 OpenClaw 服务** 6. 可选打开配置菜单进行详细配置(渠道等) ### 方式二:手动安装 ```bash # 1. 克隆仓库 git clone https://github.com/miaoxworld/OpenClawInstaller.git cd OpenClawInstaller # 2. 添加执行权限 chmod +x install.sh config-menu.sh # 3. 运行安装脚本 ./install.sh #如果mac有权限问题,可以手动安装clawbot