OpenClaw Ops

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A trusted agent using this skill can affect whether the OpenClaw Gateway runs correctly.

Why it was flagged

The skill instructs an agent to run local shell and service-management commands that can change or restart the gateway. This is disclosed and central to the rescue/ops purpose.

Skill content
Shell access on the same machine as the OpenClaw Gateway ... systemctl --user restart openclaw-gateway
Recommendation

Use it only with a trusted rescue agent, review proposed shell commands, and require explicit confirmation for restarts, upgrades, deletes, or configuration edits.

What this means

If used by an untrusted agent or in an unsafe session, OpenClaw tokens or account access could be exposed or misused.

Why it was flagged

The skill expects access to local token-bearing environment/config files. This is purpose-aligned for diagnosing auth failures, but it is sensitive credential access.

Skill content
The agent will access env files containing tokens (but is instructed never to print them)
Recommendation

Install only for agents you trust with OpenClaw credentials, avoid displaying token values, and rotate tokens if they are accidentally printed or shared.

What this means

The rescue agent may inspect or remove local session history while performing maintenance.

Why it was flagged

OpenClaw sessions and transcripts may contain private conversation history or agent state. The skill discloses this access and says deletion requires confirmation.

Skill content
Read/write access to `~/.openclaw/` (config, agents, sessions) ... Delete old session transcripts (only with user confirmation)
Recommendation

Confirm exactly which sessions or transcripts will be read or deleted, and keep backups before cleanup operations.

What this means

Installing directly from the repository could fetch content that differs from the reviewed ClawHub artifact.

Why it was flagged

The README describes a user-directed install from an external repository rather than a pinned artifact. No hidden scripts are present in the supplied artifacts.

Skill content
Install the openclaw-ops skill from https://github.com/dinstein/openclaw-ops-skill ... The agent will download `SKILL.md`
Recommendation

Prefer the reviewed registry package or verify the exact Git commit/content before asking an agent to download and install it.