Openclaw Guru - Documentation and Support expert

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only OpenClaw support skill is coherent and purpose-aligned, but users should approve any local diagnostics, config edits, or gateway restarts it suggests.

This appears safe to install as an OpenClaw support helper. Before following its troubleshooting steps, check any commands it proposes, avoid sharing logs or config values that contain secrets, and approve any edits or gateway restarts yourself.

Findings (2)

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.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

Answers may depend on current external docs or GitHub content, which is useful for accuracy but should not be allowed to change the agent's goals or safety boundaries.

Why it was flagged

The skill intentionally relies on live external documentation as the basis for support answers. That is purpose-aligned, but the agent should treat fetched pages as reference data, not as instructions that override the user or platform.

Skill content
Fetch the relevant doc BEFORE giving advice
Search `llms.txt` for the topic keyword → fetch that doc page → base your answer on it.
Recommendation

Use the live docs for factual verification, but keep normal instruction priority and user approval requirements in place.

What this means

If followed, the agent may inspect or help change local OpenClaw configuration and restart the gateway, which could affect connected channels or automations.

Why it was flagged

The skill includes local file operations and a gateway restart. These are appropriate for OpenClaw troubleshooting and include backup/validation steps, but they can affect the user's running OpenClaw setup.

Skill content
1. **Backup**: `cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak`
2. **Edit** the config
3. **Validate JSON**: `cat ~/.openclaw/openclaw.json | python3 -m json.tool > /dev/null`
4. **Restart**: `openclaw gateway restart`
Recommendation

Review proposed config changes before applying them, keep the backup step, and confirm before restarting the gateway.