MaxClaw Helper

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only helper that gives OpenClaw/MaxClaw usage and troubleshooting guidance, with disclosed reliance on official documentation lookups and no evidenced code, install steps, credentials, persistence, or destructive behavior.

This skill appears safe to install as a documentation and troubleshooting helper. Before using it, remember that it may consult OpenClaw docs and a MaxClaw Feishu wiki, so do not include secrets or private tokens in error messages, and verify cited documentation before making important configuration changes.

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.

What this means

The agent may look up OpenClaw documentation using details from the user's question or error message.

Why it was flagged

The skill instructs the agent to use an external website extraction tool for troubleshooting. This is disclosed and aligned with the helper's purpose, but users should understand that diagnostic keywords may be sent to an external documentation lookup tool.

Skill content
extract_content_from_websites([{ "url": "https://docs.openclaw.ai/", "prompt": "Find information about [error keyword / feature name / operation]" }])
Recommendation

Use normally for troubleshooting, but avoid pasting secrets, tokens, or private config values into diagnostic prompts.

What this means

If a referenced documentation page is outdated or incorrect, the agent's troubleshooting advice could also be wrong.

Why it was flagged

The skill treats retrieved documentation as authoritative context. This is reasonable for an official-docs helper, but retrieved documentation can be stale or changed, so citations and caution remain important.

Skill content
This file lists the **fully trusted** documentation sources to consult when answering questions or diagnosing issues. Query in priority order; use the first source that has a clear, matching record.
Recommendation

Check cited sources before applying high-impact configuration changes, especially for irreversible operations or account-impacting settings.