openclaw/README.md

3.0 KiB
Raw Blame History

🦞 Crayfish-Bot — Moltbot 中文版 / Chinese Fork

English | 中文


English

Crayfish-Bot is a Chinese fork of Moltbot, a personal AI assistant that runs on your own devices.

Features

  • Domestic Model Support - MiniMax, Silicon Flow, and other Chinese AI models
  • Full Chinese Localization - Docs, UI, and error messages in Chinese
  • Domestic Service Integration - Adapted for Chinese API services
  • Active Upstream Sync - Regular updates from upstream Moltbot

Quick Start

# Clone the repository
git clone https://github.com/BlackBearCC/crayfish-bot.git
cd crayfish-bot

# Install dependencies
pnpm install

# Build
pnpm build

# Run onboarding
pnpm moltbot onboard --install-daemon

Installation

# Global install
pnpm add -g crayfish-bot

# Start
crayfish-bot onboard --install-daemon

Documentation

Contributing

Issues and PRs welcome!

  1. Fork this repository
  2. Create your branch (git checkout -b feature/xxx)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature/xxx)
  5. Open a Pull Request

Contact


中文

小龙虾 BotMoltbot 的中文分支,一个运行在你自己设备上的个人 AI 助手。

主要特性

  • 国内模型支持 - 适配 MiniMax、硅基流动等国产模型
  • 汉化完善 - 文档、界面、错误信息全面汉化
  • 国内服务集成 - 适配国内 API 服务
  • 持续同步 - 定期同步上游更新

快速开始

# 克隆本项目
git clone https://github.com/BlackBearCC/crayfish-bot.git
cd crayfish-bot

# 安装依赖
pnpm install

# 构建
pnpm build

# 启动引导
pnpm moltbot onboard --install-daemon

安装

# 全局安装
pnpm add -g crayfish-bot

# 启动
crayfish-bot onboard --install-daemon

文档

参与贡献

欢迎提交 Issue 和 PR

  1. Fork 本项目
  2. 创建分支 (git checkout -b feature/xxx)
  3. 提交更改 (git commit -am '添加新功能')
  4. 推送到分支 (git push origin feature/xxx)
  5. 创建 Pull Request

交流群


与上游区别 | Differences from Upstream

特性 / Feature 上游 Moltbot 本项目 Crayfish-Bot
模型 / Models OpenAI/Anthropic + MiniMax/国产模型
文档 / Docs 英文 中文为主
服务 / Services 国外为主 国内优先
社区 / Community Discord 中文社区

本项目基于 Moltbot,遵循 MIT 协议。