← Back to Skills Marketplace
liyafeichina

Gateway Power Tools

by liyafeichina · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gateway-power-tools
Description
Operate and maintain OpenClaw installations — CLI commands, config management, channel/agent/model setup, security auditing, troubleshooting, and gateway adm...
README (SKILL.md)

OpenClaw Operations

Comprehensive reference for administering OpenClaw via CLI. Covers channels, agents, models, config, gateway, security, and maintenance.

Golden Rules

  1. Never edit openclaw.json directly. Use openclaw config set/get/unset or dedicated subcommands.
  2. Always restart gateway after config changes: openclaw gateway restart
  3. Telegram accounts: NO agent field inside account config. Route via bindings array instead.
  4. Telegram streaming: must be string "off", not boolean false.
  5. JSON values in config set need --strict-json.
  6. Verify after every change. Run openclaw status or 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

Usage Guidance
Install this only if you want your agent to help administer OpenClaw. Before applying commands from the cheat sheet, confirm the target environment, back up relevant config, and be especially careful with channel removal, agent deletion, cron changes, auth setup, gateway restarts, and memory indexing.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The artifacts consistently describe OpenClaw operations: CLI usage, config management, channel and agent management, gateway maintenance, diagnostics, and security auditing. The sensitive capabilities are expected for an admin reference skill.
Instruction Scope
The activation description is broad within the OpenClaw administration domain, and the cheat sheet includes copy-paste operational commands, including delete/remove commands. This should be used only for deliberate OpenClaw ops tasks.
Install Mechanism
The package contains only markdown reference files and a small metadata JSON file; there are no executable scripts, install hooks, or obfuscated payloads.
Credentials
The skill may guide changes to live OpenClaw gateways, bots, agents, models, auth profiles, cron jobs, and memory indexing. That authority is proportionate to the stated ops purpose but can affect production systems.
Persistence & Privilege
The skill documents persistent platform changes such as config updates, auth setup, gateway restarts, cron edits, channel removal, and agent deletion. These are disclosed and purpose-aligned, but destructive actions need operator confirmation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gateway-power-tools
  3. After installation, invoke the skill by name or use /gateway-power-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw Gateway CLI, config, channel/agent/model management, security auditing, troubleshooting
Metadata
Slug gateway-power-tools
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gateway Power Tools?

Operate and maintain OpenClaw installations — CLI commands, config management, channel/agent/model setup, security auditing, troubleshooting, and gateway adm... It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.

How do I install Gateway Power Tools?

Run "/install gateway-power-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gateway Power Tools free?

Yes, Gateway Power Tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gateway Power Tools support?

Gateway Power Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gateway Power Tools?

It is built and maintained by liyafeichina (@liyafeichina); the current version is v1.0.0.

💬 Comments