rsclaw tools install <name> 可自动从本站下载并安装。
或手动下载后解压到 ~/.rsclaw/tools/ 目录。
用于 AI 自动化浏览器操作,自动填表、网页搜索、截图等。解压即用,无需安装。
Anthropic 官方 AI 编程工具,可作为 RsClaw 子代理执行复杂编程任务。
Windows: npm install -g opencode
用于音频提取、格式转换、视频预处理。纯 Rust 解码器可处理常见格式,ffmpeg 用于更多格式支持。
macOS ARM 用户推荐 brew install ffmpeg,或通过 Rosetta 运行 x64 版本
用于运行 JavaScript/TypeScript 插件和技能。大部分用户已安装 Node.js,仅在缺失时需要下载。
用于运行 Python 技能和插件。独立构建,解压即用,不影响系统 Python。
本地语音转文字 + 文字转语音引擎。支持 Whisper/SenseVoice/VITS 等模型,解压即用,无需安装。
通过 rustup 安装 Rust 编译器和 Cargo。国内用户建议配合镜像加速。
# ~/.cargo/config.toml
[source.crates-io]
replace-with = "mirror"
[source.mirror]
registry = "sparse+https://gitfast.run/https://index.crates.io/"
这些模型由 rsclaw models download 自动下载,也可手动下载后放入对应目录。
| 模型 | 用途 | 大小 | 下载 |
|---|---|---|---|
| BGE-Small-ZH | 中文向量嵌入 (语义搜索) | ~91MB | 📥 ZIP |
| BGE-Base-ZH | 中文向量嵌入 (质量更好) | ~400MB | 📥 ZIP |
| BGE-Small-EN | 英文向量嵌入 (语义搜索) | ~127MB | 📥 ZIP |
| Whisper-Tiny | STT 低配兼容 (sherpa-onnx ONNX) | ~110MB | 📥 tar.bz2 |
| Whisper-Turbo | STT 中文推荐 (sherpa-onnx ONNX) | ~537MB | 📥 tar.bz2 |
| VITS-Theresa | 中文 TTS 女声 (sherpa-onnx) | ~115MB | 📥 tar.bz2 |
# 查看工具状态
rsclaw tools status
# 安装单个工具
rsclaw tools install chrome
rsclaw tools install ffmpeg
rsclaw tools install node
rsclaw tools install opencode
# 安装全部
rsclaw tools install all
# 下载 ML 模型
rsclaw models download # BGE 向量模型
rsclaw models download whisper # Whisper STT 模型