Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

什么是 OpenClaw? OpenClaw 是一个强大的开源 AI 助手框架,支持多种渠道(飞书、Telegram、Discord 等),可以本地部署,保护隐私。 环境要求 Node.js 18+ Linux/macOS/Windows (WSL) 2GB+ RAM 安装步骤 1. 安装 Node
OpenClaw 是一个强大的开源 AI 助手框架,支持多种渠道(飞书、Telegram、Discord 等),可以本地部署,保护隐私。
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g openclaw
openclaw init
编辑配置文件,添加你的渠道配置(如飞书 Bot):
openclaw config set channels.feishu.appId 你的AppID
openclaw config set channels.feishu.appSecret 你的AppSecret
openclaw start
以下是基本的配置文件结构:
{
"channels": {
"feishu": {
"enabled": true,
"appId": "your-app-id",
"appSecret": "your-app-secret"
}
}
}
openclaw status – 查看状态openclaw restart – 重启服务openclaw logs – 查看日志安装完成后,你可以:
欢迎关注「KYBLOG」,获取更多 OpenClaw 使用技巧!