OpenClaw
第零章 写在前面
官网: link
第一章 Hello OpenClaw
第一节 下载OpenClaw
下载
node --version
npm install -g openclaw
echo 'export PATH="$(npm config get prefix)/bin:$PATH"' >> ~/.zshrc
exec zsh
openclaw --version
第二节 运行OpenClaw
1.2.1 什么是GateWay(网关)
- 作用: OpenClaw是通过GateWay运行的, 你网页18789看到的是gateway dashboard可视化界面;
- ①言外之意就是想要用OpenClaw, 得先把gateway跑起来
- ②修改任何内容(plugin, skill)也得重启gateway
1.2.2 GateWay常用命令
| 作用 | 指令 | 示例 |
|---|---|---|
| 查看gateway的状态 | openclaw gateway status |
openclaw gateway status |
| 开启gateway | openclaw gateway start |
openclaw gateway start |
| 关闭gateway | openclaw gateway stop |
openclaw gateway stop |
| 重启gateway | openclaw gateway restart |
openclaw gateway restart |
第二章 Plugin
第一节 下载+使用Plugin
| 作用 | 指令 | 示例 (voice-cal这个插件为例子) |
|---|---|---|
| 列出已安装的插件 | openclaw plugins list |
openclaw plugins list |
| 查看插件详细信息 | openclaw plugins info <id> |
openclaw plugins info voice-call |
| 启用插件 | openclaw plugins enable <id> |
openclaw plugins enable voice-call |
| 禁用插件 | openclaw plugins disable <id> |
openclaw plugins disable voice-call |
| 卸载插件 | openclaw plugins uninstall <id> |
openclaw plugins uninstall voice-call |
| 诊断插件加载问题 | openclaw plugins doctor |
openclaw plugins doctor |
| 更新指定插件 | openclaw plugins update <id> |
openclaw plugins update voice-call |
| 更新所有插件 | openclaw plugins update --all |
openclaw plugins update --all |
第二节 编写+使用Plugin
第三章
- Title: OpenClaw
- Author: 明廷盛
- Created at : 2026-06-19 12:07:14
- Updated at : 2026-06-18 15:06:00
- Link: https://blog.20040424.xyz/2026/06/19/⏸️VibeCoding/OpenClaw/
- License: All Rights Reserved © 明廷盛