Gateway Power Tools
/install gateway-power-tools
OpenClaw Operations
Comprehensive reference for administering OpenClaw via CLI. Covers channels, agents, models, config, gateway, security, and maintenance.
Golden Rules
- Never edit
openclaw.jsondirectly. Useopenclaw config set/get/unsetor dedicated subcommands. - Always restart gateway after config changes:
openclaw gateway restart - Telegram accounts: NO
agentfield inside account config. Route viabindingsarray instead. - Telegram
streaming: must be string"off", not booleanfalse. - JSON values in
config setneed--strict-json. - Verify after every change. Run
openclaw statusor the relevant status command.
Quick Diagnostics
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
Deep Audit with Claude Code
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."
CLI Reference
For the full CLI cheatsheet covering all commands, config paths, and examples: → Read references/cli-cheatsheet.md
Security Audit Reference
For security findings, applied fixes, and remaining remediation items: → Read references/security-audit.md
Common Pitfalls
| 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"] |
Online Docs
- Full docs: https://docs.openclaw.ai
- CLI: https://docs.openclaw.ai/cli
- Channels: https://docs.openclaw.ai/cli/channels
- Agents: https://docs.openclaw.ai/cli/agents
- Models: https://docs.openclaw.ai/cli/models
- Config: https://docs.openclaw.ai/cli/config
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gateway-power-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/gateway-power-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gateway Power Tools 是什么?
Operate and maintain OpenClaw installations — CLI commands, config management, channel/agent/model setup, security auditing, troubleshooting, and gateway adm... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 Gateway Power Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gateway-power-tools」即可一键安装,无需额外配置。
Gateway Power Tools 是免费的吗?
是的,Gateway Power Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gateway Power Tools 支持哪些平台?
Gateway Power Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gateway Power Tools?
由 liyafeichina(@liyafeichina)开发并维护,当前版本 v1.0.0。