效率翻10倍!OpenClaw 命令速查表,看这一篇就够了
如果你刚接触 OpenClaw,可能会被它 80+ 个命令吓到。这份清单按场景分类,帮你快速找到需要的那一个。建议收藏,随时查阅。整理日期:2026年5月8日 | 适用版本:OpenClaw 2026.x(兼容旧名 Clawdbot / Moltbot)
一、新手入门
|
|
|
|
openclaw onboard |
|
|
openclaw onboard --install-daemon |
|
|
openclaw doctor |
|
|
openclaw configure |
|
|
二、Gateway 网关管理
|
|
|
|
openclaw gateway status |
|
|
openclaw gateway start |
|
|
openclaw gateway stop |
|
|
openclaw gateway restart |
|
|
openclaw gateway run |
|
|
openclaw gateway health |
|
|
三、状态与诊断
|
|
|
|
openclaw status |
|
|
openclaw health |
|
|
openclaw logs |
|
|
openclaw logs --follow |
|
|
openclaw dashboard |
|
|
四、配置管理
|
|
|
|
openclaw config file |
|
|
openclaw config get <path> |
|
|
openclaw config set <path> <value> |
|
|
openclaw config unset <path> |
|
|
openclaw config validate |
|
|
五、通道管理(聊天平台)
|
|
|
|
openclaw channels list |
|
WhatsApp/Telegram/Discord
|
openclaw channels add --channel telegram |
|
|
openclaw channels add --channel discord |
|
|
openclaw channels add --channel slack |
|
|
openclaw channels status --probe |
|
|
openclaw channels login |
|
|
六、技能(Skills)管理
|
|
|
|
openclaw skills list |
|
|
openclaw skills info <skill> |
|
|
openclaw skills search <keyword> |
|
|
clawhub install <slug> |
|
|
clawhub update --all |
|
|
clawhub search "关键词" |
|
|
七、插件管理
|
|
|
|
openclaw plugins list |
|
|
openclaw plugins install <id> |
|
|
openclaw plugins enable <id> |
|
|
openclaw plugins disable <id> |
|
|
openclaw plugins uninstall <id> |
|
|
八、模型管理
|
|
|
|
openclaw models list |
|
|
openclaw models status |
|
|
openclaw models set <model> |
|
|
openclaw models auth setup-token |
|
|
九、记忆管理
|
|
|
|
openclaw memory search "关键词" |
|
|
openclaw memory index |
|
|
openclaw memory status |
|
|
十、浏览器控制
|
|
|
|
openclaw browser start |
|
|
openclaw browser screenshot |
|
|
openclaw browser open <url> |
|
|
openclaw browser navigate <url> |
|
|
openclaw browser tabs |
|
|
openclaw browser close |
|
|
十一、定时任务与自动化
|
|
|
|
openclaw cron list |
|
|
openclaw cron run <id> |
|
|
openclaw cron add |
|
|
openclaw cron enable <id> |
|
|
openclaw cron disable <id> |
|
|
openclaw hooks list |
|
|
openclaw hooks info <hook> |
|
|
十二、子代理管理
|
|
|
|
openclaw subagents list |
|
|
openclaw subagents info <name> |
|
|
十三、卸载
|
|
|
|
openclaw uninstall |
|
|
openclaw uninstall --all --yes --non-interactive |
|
|
openclaw uninstall --workspace |
|
|
openclaw uninstall --state |
|
|
openclaw uninstall --service |
|
|
openclaw uninstall --dry-run |
|
|
十四、聊天内斜杠命令
|
|
|
|
/status |
|
|
/model <m> |
|
|
/new |
|
|
/stop |
|
|
/compact |
|
|
/tts on|off |
|
|
/think |
|
|
/context list |
|
|
十五、全局标志
|
|
|
--dev |
将状态隔离在 ~/.openclaw-dev 下并偏移默认端口
|
--profile <name> |
将状态隔离在 ~/.openclaw-<name> 下
|
--no-color |
|
-V
|
|
--json |
|
十六、重要别名
|
|
|
capability |
infer |
chat
|
tui --local |
daemon |
|
clawbot |
|
使用建议
日常高频使用的是 前四大类:Gateway管理、状态诊断、配置管理、通道管理,遇到问题时再查其他分类。
改完配置后记得运行 openclaw gateway restart 让改动生效。
往期精选: