Claude Skill

xianyu110/clawbot

Complete configuration guide for Clawbot covering installation and integration with Claude Code. Step-by-step instructions for setting up this development tool.

Overview

Stars884
Forks122
LanguageUnknown
Last pushed2026-04-09
Last synced2026-07-01
View on GitHub

Repository

Ownerxianyu110
Repositoryclawbot
Full namexianyu110/clawbot
Repo ID1,142,980,483

Install this Skill

npm install -g clawdbot

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-05
Platforms
ClaudeOpenClaw
Capabilities
imageterminalclawbotopenclaw
Detected files
README.md
Config keys
URLANTHROPIC_BASE_URL
Install methods
  • npm install -g clawdbot
  • git clone https://github.com/clawdbot/clawdbot.git
  • npm install -g clawdbot@latest

Summary

Clawbot is a comprehensive configuration guide for setting up and using the Clawbot tool, covering installation and integration with Claude Code.

Chinese description

Clawdbot完整配置指南:从安装到Claude Code中转

Key features

  • Complete configuration guide
  • Step-by-step installation instructions
  • Integration with Claude Code
  • Open source project

Use cases

  • Setting up Clawbot for development
  • Integrating with Claude Code workflows
  • Learning tool configuration
  • Automating development tasks

README excerpt

# Clawdbot完整配置指南:从安装到Claude Code中转 > 📖 **纸质书《OpenClaw超级个体实操手册》已上市!** 清华大学出版社出版,在开源教程基础上全面重写+逐条验证。🛒 [京东专属购买链接(¥42,原价¥59.8)](https://item.jd.com/14669463.html) ![](https://upload.maynor1024.live/file/1769478880951_image-20260127095432442.png) ## 目录 - [简介](#简介) - [系统要求](#系统要求) - [安装步骤](#安装步骤) - [配置Claude Code API中转](#配置claude-code-api中转) - [验证和测试](#验证和测试) - [常见踩坑点](#常见踩坑点) - [常见问题FAQ](#常见问题faq) - [常用命令](#常用命令) --- # 推荐新的部署教程,[从零开始打造你的AI工作助手:最全面的中文教程,涵盖安装、配置、实战案例和避坑指南!](https://awesome.tryopenclaw.asia) ## 简介 Clawdbot是一个开源的本地AI助手,支持通过消息应用(Telegram、WhatsApp、Discord等)或Web UI与AI模型交互。 **核心特点:** - 🦞 完全开源,数据本地存储 - 💬 支持多种消息平台 - 🌐 提供Web控制面板 - 🔧 可自定义AI模型和API端点 --- ## 系统要求 ### 必需条件 | 项目 | 要求 | |------|------| | 操作系统 | macOS / Linux / Windows | | Node.js | 22.0.0 或更高版本 | | 包管理器 | pnpm(推荐)或 npm | ### 可选条件 - Xcode(仅macOS,如需构建原生应用) - 消息平台账号(Telegram Bot Token、Discord Bot等) --- ## 安装步骤 ### 1. 升级Node.js版本 Clawdbot要求Node.js 22+,使用nvm管理版本: ```bash # 安装Node.js 22 nvm install 22 # 设置为默认版本 nvm use 22 nvm alias default 22 # 验证版本 node --version # 应显示 v22.x.x ``` ### 2. 选择安装方式 **方式一:npm安装(推荐)** ```bash npm install -g clawdbot ``` **方式二:一键安装脚本** ```bash curl -fsSL https://clawd.bot/install.sh | bash ``` **方式三:从源码安装** ```bash # 克隆仓库 git clone https://github.com/clawdbot/clawdbot.git cd clawdbot # 安装依赖 pnpm install # 构建 pnpm build # 链接CLI npm link ``` ### 3. 初始化配置 安装完成后运行配置向导: ```bash clawdbot onboard ``` **配置向导流程:** #### 步骤1:安全确认 ``` ◇ Security ───────────────────────────────────────────────────────╮ │ Clawdbot agents can run commands, read/write files, and act │ │ through any tools you enable. │ │ Please read: https://docs.clawd.bot/security │ ├─────────────────────────────────────────────────────────

Topics

Explore more

Data from GitHub. Synced on 2026-07-01