Use when diagnosing, configuring, fixing, tuning, or setting up anything in OpenClaw — gateway not responding, channel silent, model failover issues, auth er...
Security Analysis
high confidenceThe skill's instructions, required resources, and behaviors are consistent with an on‑host OpenClaw administrative helper; it doesn't request secrets or install code and stays within its stated diagnostic/configuration scope.
The name/description align with the instructions: troubleshooting and editing OpenClaw config, inspecting logs, and running the openclaw CLI. Minor mismatch: the SKILL.md assumes the openclaw CLI and local OpenClaw installation exist (refs to `<npm-prefix>/bin/openclaw`, local docs path), but the registry metadata did not declare a required binary. This is plausibly benign (it's an instruction-only skill) but worth noting so you ensure the runtime has the CLI available.
SKILL.md is explicit about rails: read-only diagnostics allowed, explicit user confirmation required for destructive actions, backup before edits, and an explicit prohibition on opening secrets files or transmitting secrets externally. It does permit fetching public docs (web fetch) for convenience; that is expected for an admin helper. The instructions do not instruct wide-ranging data collection or exfiltration.
No install spec and no code files are included (instruction-only). That minimizes disk-write / remote-install risk.
The skill declares no required environment variables or credentials. It references local OpenClaw paths (e.g., ~/.openclaw/) which is appropriate for an admin tool. The SKILL.md explicitly forbids opening secrets files and sending them externally.
always is false and model invocation is allowed (default). The skill does not request persistent presence or modify other skills’ configuration. It asks for user confirmation before destructive or sensitive actions.
Guidance
This skill appears coherent and appropriate for on-host OpenClaw troubleshooting, but keep these cautions in mind before installing: - It is an instruction-only admin helper that expects to run local commands and read files under ~/.openclaw. Only install it if you trust the agent runtime to run CLI commands with access to those paths. - The SKILL.md forbids opening secrets and sending config externally, but that is a behavioral rule — it is not automatically enforced by your system. Do not hand over secrets; approve any request to view or paste secret values manually. - The metadata did not declare the openclaw CLI as a required binary even though the instructions call it; verify openclaw is present in your environment before relying on the skill. - The skill's source in registry metadata is unknown; SKILL.md points to a GitHub repo. If provenance matters, review the upstream repo or the README yourself before trusting it. If you want extra safety, run the skill in a restricted environment/user account with only the necessary filesystem access, or review the SKILL.md and any referenced docs yourself first.
Latest Release
v1.0.3
Gate reads of session/workspace file contents on explicit user approval (listing stays unrestricted). Session bodies never leave the conversation. Addresses ClawHub scan feedback on agent session PII exposure.
Popular Skills
Published by @rendrag-git on ClawHub