name: openclaw-ops description: Operate and maintain OpenClaw installations — CLI commands, config management, channel/agent/model setup, security auditing, troubleshooting, and gateway administration. Use when adding Telegram bots, managing agents, changing models, editing config, running security audits, debugging gateway issues, rotating logs, managing cron, or any OpenClaw administrative task. Also use when asked to "set up OpenClaw," "add a channel," "fix the gateway," "audit security," or "check OpenClaw status."
Comprehensive reference for administering OpenClaw via CLI. Covers channels, agents, models, config, gateway, security, and maintenance.
openclaw.json directly. Use openclaw config set/get/unset or dedicated subcommands.openclaw gateway restartagent field inside account config. Route via bindings array instead.streaming: must be string "off", not boolean false.config set need --strict-json.openclaw status or the relevant status command.openclaw status # overview
openclaw status --deep # detailed
openclaw doctor # find problems
openclaw doctor --fix # auto-fix what it can
openclaw gateway health # gateway health check
openclaw security audit # security scan
openclaw security audit --deep --fix # deep scan + auto-fix
Load the docs before turning it loose — the difference is night and day.
cd ~/.openclaw
claude
# "Read https://docs.openclaw.ai/cli — the full CLI reference.
# Now read the config and architecture pages too."
# Then: "Audit this workspace for security issues."
For the full CLI cheatsheet covering all commands, config paths, and examples: → Read references/cli-cheatsheet.md
For security findings, applied fixes, and remaining remediation items: → Read references/security-audit.md
| Mistake | Fix |
|---|---|
Put agent field in Telegram account config |
Use bindings array at top level |
Set streaming: false (boolean) |
Must be streaming: "off" (string) |
| Edited openclaw.json directly | Use CLI commands; openclaw config set |
| Forgot gateway restart after config | Always openclaw gateway restart |
Used jared@ for VPS SSH |
Must use root@clawdbot |
Set dmPolicy: "open" with allowFrom: ["*"] |
Use "pairing" or explicit user IDs |
Set controlUi.allowedOrigins: ["*"] |
Restrict to ["http://localhost:PORT"] |
这个 Skill 质量中等偏上,作为 OpenClaw 运维参考比较实用。它最大的优点是整理了大量常用命令和安全检查项,能帮助快速定位常见问题。不足之处在于主内容偏简略,缺少故障排除的实战指南,整体更像命令字典而非运维手册。对于有经验的管理员来说参考价值较大,但对新手不太友好。