Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-31 | 885 |
| 2026-08-06 | 885 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Clawdbot完整配置指南:从安装到Claude Code中转 > 📖 **纸质书《OpenClaw超级个体实操手册》已上市!** 清华大学出版社出版,在开源教程基础上全面重写+逐条验证。🛒 [京东专属购买链接(¥42,原价¥59.8)](https://item.jd.com/14669463.html)  ## 目录 - [简介](#简介) - [系统要求](#系统要求) - [安装步骤](#安装步骤) - [配置Claude Code API中转](#配置claude-code-api中转) - [验证和测试](#验证和测试) - [常见踩坑点](#常见踩坑点) - [常见问题FAQ](#常见问题faq) - [常用命令](#常用命令) --- # 推荐新的部署教程,[从零开始打造你的AI工作助手:最全面的中文教程,涵盖安装、配置、实战案例和避坑指南!](https://awesome.tryopenclaw.asia) ## 🔗 MaynorAI 高星项目导航 - [awesome-openclaw-tutorial](https://github.com/xianyu110/awesome-openclaw-tutorial):OpenClaw 中文教程合集,从安装配置到实战案例和常见坑位一站式梳理。 - [clawbot](https://github.com/xianyu110/clawbot):Clawbot 完整配置指南,帮助开发者把 Claude Code 中转环境快速跑起来。 - [gpt-codex](https://github.com/xianyu110/gpt-codex):面向国内开发者的 OpenAI Codex 教程网站,覆盖使用入口、配置和实战案例。 - [gemini-nanobanana-pro](https://github.com/xianyu110/gemini-nanobanana-pro):基于 Gemini 图像模型的 AI 图片生成与编辑 Web 应用,适合快速体验文生图和改图流程。 - [awesome-chatgpt-project](https://github.com/xianyu110/awesome-chatgpt-project):ChatGPT 注册、项目资源和高效使用技巧整理,帮助新用户快速入门 AI 工具。 - [awesome-claudcode-tutorial](https://github.com/xianyu110/awesome-claudcode-tutorial):Claude Code 中文教程,从基础使用到团队级开发工作流。 - [awesome-gptimage2](https://github.com/xianyu110/awesome-gptimage2):GPT Image 2 中文资料站,聚焦模型能力、提示词框架和商业图片生成场景。 - [CodexPlusPlus](https://github.com/xianyu110/CodexPlusPlus):Codex App 外部增强启动器,通过 DevTools 协议注入增强能力,不修改原始安装文件。 ## 简介 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 │ ├──────────────────────────────────────────────────────────────────╯ ◇ I understand this is powerful and inherently risky. Continue? │ Yes ``` #### 步骤2:选择AI后端 ``` ◇ Model/auth provider │ Anthropic ◆ Anthropic auth method │ ● Anthropic token (paste setup-token) ← 推荐Claude Max用户 │ ○ Anthropic token (Claude Code CLI) │ ○ Anthropic API key ``` **认证方式对比:** | 认证方式 | 适用场景 | 优点 | 缺点 | |---------|---------|------|------| | setup-token | Claude Max/Pro订阅用户 | 无需额外付费 | 需要额外步骤生成token | | Claude Code CLI | 已配置Claude Code的用户 | 自动读取凭证 | 可能找不到凭证文件 | | API Key | API按量付费用户 | 最直接 | 需要独立付费 | #### 步骤3:生成setup-token(Claude Max用户) 在另一个终端运行: ```bash claude setup-token ``` 复制生成的token,粘贴到配置向导中: ``` ◇ Paste Anthropic setup-token │ sk-ant-oat01-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx... ◇ Token name (blank = default) │ default ◇ Default model │ Keep current (default: anthropic/claude-opus-4-5) ``` > **提示:** Claude Max订阅用户不需要单独购买API Key,使用setup-token即可复用订阅额度。 #### 步骤4:配置消息平台(可选) ``` ◇ Channel status ────────────────────────────╮ │ Telegram: not configured │ │ WhatsApp: not configured │ │ Discord: not configured │ │ ...共支持 12+ 平台 │ ├─────────────────────────────────────────────╯ ◇ Select channel (QuickStart) │ Telegr
Excerpt of 18,873 characters
Read on GitHub9
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1edf68f0de123739, llm:topics: clawbot, openclaw; description (Chinese): 'Clawdbot完整配置指南:从安装到Claude Code中转' — appears to be a guide for configuring a 'Clawdbot' and interfacing with Claude Code (likely an AI).