SKILLEMALL.ai

BF openclaw

Comprehensive guide for installing, configuring, operating, and troubleshooting OpenClaw — a self-hosted, multi-channel AI agent gateway. Use when the user asks about OpenClaw setup, configuration, channel management (WhatsApp/Telegram/Discord/Slack/iMessage/etc.), model provider setup, Gateway operations, multi-agent routing, security hardening, troubleshooting, or any maintenance task related to their local OpenClaw installation. Also use when encountering errors from `openclaw` CLI commands or the Gateway daemon.

ClawHub Agent Skills author: forgottener v2026.3.24 MIT-0 54 files body ≈ 4 624 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process F 39/100 · Will not run — References files that are not bundled: references/channels.md, references/channel_troubleshooting.md, references/tools.md

IntegrationTelegramWhatsAppDiscordSlackAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
76/100
safety, quality, tests
Safety 60%
80
Quality 40%
70
Run on models
none yet
Process rating
F
39/100
Will not run
References files that are not bundled: references/channels.md, references/channel_troubleshooting.md, references/tools.md
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten
This is a copy of a skill from another catalog; the rating counts the canonical one: openclaw (ClawHub)

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

Broad scope medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.

For the author

Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 12

✓ No critical or high findings

Medium and low: 12
  • medium Dangerous commands cmd-persistence gateway_ops.md:339
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/ai.openclaw.gateway.plist
    security skill
  • medium Broad scope meta-agent-memory-dump heartbeat.md
    Agent memory / workspace files bundled with the skill (2) — likely a workspace dump with personal data or tokens
    heartbeat.md, memory.md
  • low Concealment en-hide-from-user exec.md:38
    Instruction to hide actions from the user (negated — the text forbids it)
    - **Sandboxing off + `host=sandbox`**: Exec fails closed (does not silently run on gateway). Enable sandboxing or use `host=gateway` with approvals.
    negated
  • low Dangerous commands cmd-background-process gateway_ops.md:77
    Starts a background / autostarted process (documentation of a security skill)
    sudo systemctl enable --now openclaw-gateway.service
    security skill
  • low Dangerous commands cmd-pipe-to-shell gateway_ops.md:208
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill; the skill's own vendor host)
    curl -fsSL https://openclaw.ai/install.sh | bash
    security skillvendor-host
  • low Exfiltration read-dotenv gateway_ops.md:298
    Reads a .env file (documentation of a security skill)
    cat ~/.openclaw/.env
    security skill
  • low Dangerous commands cmd-pipe-to-shell install.md:26
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill; the skill's own vendor host)
    curl -fsSL https://openclaw.ai/install.sh | bash
    security skillvendor-host
  • low Dangerous commands cmd-pipe-to-shell install.md:35
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill; the skill's own vendor host)
    curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard
    security skillvendor-host
  • low Dangerous commands cmd-pipe-to-shell install.md:151
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill; the skill's own vendor host)
    curl -fsSL https://openclaw.ai/install.sh | bash
    security skillvendor-host
  • low Dangerous commands cmd-pipe-to-shell SKILL.md:279
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill; the skill's own vendor host)
    curl -fsSL https://openclaw.ai/install.sh | bash
    security skillvendor-host

A further 2 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 54. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/channels.md
  • warning missing-ref reference to a missing file: references/channel_troubleshooting.md
  • warning missing-ref reference to a missing file: references/tools.md
  • warning missing-ref reference to a missing file: references/exec.md
  • warning missing-ref reference to a missing file: references/exec_approvals.md
  • warning missing-ref reference to a missing file: references/browser.md
  • warning missing-ref reference to a missing file: references/web_tools.md
  • warning missing-ref reference to a missing file: references/pdf_tool.md
  • warning missing-ref reference to a missing file: references/elevated.md
  • warning missing-ref reference to a missing file: references/lobster.md
  • warning missing-ref reference to a missing file: references/llm_task.md
  • warning missing-ref reference to a missing file: references/openprose.md
  • warning missing-ref reference to a missing file: references/plugins.md
  • warning missing-ref reference to a missing file: references/skills.md
  • warning missing-ref reference to a missing file: references/providers.md
  • warning missing-ref reference to a missing file: references/multi_agent.md
  • warning missing-ref reference to a missing file: references/nodes.md
  • warning missing-ref reference to a missing file: references/security.md
  • warning missing-ref reference to a missing file: references/secrets.md
  • warning missing-ref reference to a missing file: references/sandboxing.md
  • warning missing-ref reference to a missing file: references/config_reference.md
  • warning missing-ref reference to a missing file: references/gateway_ops.md
  • warning missing-ref reference to a missing file: references/remote_access.md
  • warning missing-ref reference to a missing file: references/sessions.md
  • warning missing-ref reference to a missing file: references/hooks.md
  • warning missing-ref reference to a missing file: references/automation.md
  • warning missing-ref reference to a missing file: references/acp_agents.md
  • warning missing-ref reference to a missing file: references/install.md
  • warning missing-ref reference to a missing file: references/web_ui.md
  • warning missing-ref reference to a missing file: references/slash_commands.md
  • warning missing-ref reference to a missing file: references/platforms.md
  • warning missing-ref reference to a missing file: references/diffs_firecrawl.md
  • warning missing-ref reference to a missing file: references/subagents.md
  • warning missing-ref reference to a missing file: references/memory.md
  • warning missing-ref reference to a missing file: references/architecture.md
  • warning missing-ref reference to a missing file: references/agent_runtime.md
  • warning missing-ref reference to a missing file: references/streaming.md
  • warning missing-ref reference to a missing file: references/queue.md
  • warning missing-ref reference to a missing file: references/model_failover.md
  • warning missing-ref reference to a missing file: references/clawhub.md
  • warning missing-ref reference to a missing file: references/thinking.md
  • warning missing-ref reference to a missing file: references/polls.md
  • warning missing-ref reference to a missing file: references/voice.md
  • warning missing-ref reference to a missing file: references/presence_discovery.md
  • warning missing-ref reference to a missing file: references/gateway_internals.md
  • warning missing-ref reference to a missing file: references/heartbeat.md
  • warning missing-ref reference to a missing file: references/bonjour.md
  • warning missing-ref reference to a missing file: references/pairing.md
  • warning missing-ref reference to a missing file: references/tui.md
  • warning missing-ref reference to a missing file: references/media.md
  • warning missing-ref reference to a missing file: references/channel_routing.md

Process rating: all ten parameters 39/100

Will not run. References files that are not bundled: references/channels.md, references/channel_troubleshooting.md, references/tools.md
  • 0Tools and files. 51 referenced file(s) missing: references/channels.md, references/channel_troubleshooting.md, references/tools.md
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 30Running it twice. 2 mutating operations with no state check
  • 40Consistency. Frontmatter name (openclaw) differs from the folder (openclaw-guide-maintenance)
  • 50Failures and branches. 0 branches, has a failure section
  • 70When it triggers. States when to use, but not when not to
  • 70Execution cost. Instruction body is 4624 tokens
  • 100Steps. 27 steps
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • -2localhost URLs: will not work for another user
  • +1No license
  • +2Single-language instructions
  • +3Description length 521: enough signal without eating the budget
  • +4Structure: 19 headings
  • +3Step-by-step instructions: 27 items
  • +4Has examples (11 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.

External checks

ClawHub: suspicious
This is a documentation-only OpenClaw operations guide, but it normalizes several high-impact admin, automation, browser, and third-party data-flow actions without enough inline safeguards.
LLM: suspicious (medium) · VirusTotal: · 29 May 2026