← All skills
Tencent SkillHub · Developer Tools

OpenClaw Power Ops

Operate and maintain OpenClaw installations — CLI commands, config management, channel/agent/model setup, security auditing, troubleshooting, and gateway adm...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Operate and maintain OpenClaw installations — CLI commands, config management, channel/agent/model setup, security auditing, troubleshooting, and gateway adm...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/cli-cheatsheet.md, references/security-audit.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

OpenClaw Operations

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

Golden Rules

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

MistakeFixPut agent field in Telegram account configUse bindings array at top levelSet streaming: false (boolean)Must be streaming: "off" (string)Edited openclaw.json directlyUse CLI commands; openclaw config setForgot gateway restart after configAlways openclaw gateway restartUsed jared@ for VPS SSHMust use root@clawdbotSet dmPolicy: "open" with allowFrom: ["*"]Use "pairing" or explicit user IDsSet 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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • references/cli-cheatsheet.md Docs
  • references/security-audit.md Docs