下载中心
这里提供所有免费学习物料的下载!
📥 安装脚本
Linux/macOS 一键安装
bash
curl -fsSL https://openclaw.ai/install.sh | bashWindows PowerShell
powershell
iwr -useb https://openclaw.ai/install.ps1 | iex📋 配置模板
基础配置(推荐)
适合首次配置的用户:
json
{
"channels": {
"feishu": {
"enabled": true,
"appId": "你的App ID",
"appSecret": "你的App Secret"
}
}
}🖼️ 命令速查表
日常命令
| 命令 | 说明 |
|---|---|
openclaw gateway start | 启动Gateway |
openclaw gateway stop | 停止Gateway |
openclaw gateway status | 查看状态 |
openclaw models list | 列出可用模型 |
openclaw config edit | 编辑配置 |
🔗 相关链接
- 官方文档: https://docs.openclaw.ai
- GitHub: https://github.com/openclaw/openclaw
- Discord: https://discord.gg/clawd
