SKILLEMALL.ai

FF claw-wiki

Reference and refresh a local OpenClaw documentation snapshot for product usage, deployment, configuration, CLI commands, channels, gateway behavior, tools, troubleshooting, and docs-version verification. Use when users ask how OpenClaw works, how to configure or operate it, where a feature is documented, whether the local docs are outdated, or to update this skill's OpenClaw knowledge base from upstream docs.

Not recommendedcritical or high security findings · low grade F
ClawHub Agent Skills author: lueashes v0.1.2 MIT-0 80 files body ≈ 1 520 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 43/100 · Will not run — References files that are not bundled: references/update-workflow.md, references/routing-cheatsheet.md, references/query-examples.md

ReferenceWriting and documentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
F
36/100
safety, quality, tests
Safety 60%
15
Quality 40%
68
Run on models
none yet
Process rating
F
43/100
Will not run
References files that are not bundled: references/update-workflow.md, references/routing-cheatsheet.md, references/query-examples.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

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Dangerous commands
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.

Exfiltration
If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

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. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
  2. 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 · 14

  • high Dangerous commands cmd-persistence openclaw_docs/channels/bluebubbles.md:123
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    launchctl unload ~/Library/LaunchAgents/com.user.poke-messages.plist 2>/dev/null || true
  • high Dangerous commands cmd-persistence openclaw_docs/channels/bluebubbles.md:124
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    launchctl load ~/Library/LaunchAgents/com.user.poke-messages.plist
  • high Exfiltration exfil-webhook-url openclaw_docs/channels/msteams.md:203
    Webhook / callback URL commonly used for exfiltration (verify the destination)
    # Set messaging endpoint to: https://abc1….io/api/messages
Medium and low: 11
  • medium Dangerous commands cmd-persistence openclaw_docs/channels/bluebubbles.md:84
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (quoted — discussed, not commanded)
    - `~/Library/LaunchAgents/com.user.poke-messages.plist`
    quoted
  • medium Exfiltration exfil-webhook-url openclaw_docs/channels/msteams.md:202
    Webhook / callback URL commonly used for exfiltration (verify the destination) (security demo / example)
    # Copy the https URL, e.g., https://abc1….io
    demo
  • medium Exfiltration net-credential-use openclaw_docs/channels/msteams.md:557
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: Bearer $TOKEN" \
  • medium Exfiltration net-credential-use openclaw_docs/channels/msteams.md:561
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: Bearer $TOKEN" \
  • medium Broad scope meta-agent-memory-dump openclaw_docs/cli/memory.md
    Agent memory / workspace files bundled with the skill (1) — likely a workspace dump with personal data or tokens
    openclaw_docs/cli/memory.md
  • low Exfiltration exfil-webhook-url openclaw_docs/channels/telegram.md:135
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl "https://api.telegram.org/bot<bot_token>/getUpdates"
    placeholder
  • low Secrets in code secret-password-literal openclaw_docs/channels/twitch.md:54
    Hard-coded password / key literal (may be an example) (placeholder value)
    accessToken: "oaut…...", // OAuth Access Token (or use OPENCLAW_TWITCH_ACCESS_TOKEN env var)
    placeholder
  • low Secrets in code secret-password-literal openclaw_docs/channels/twitch.md:98
    Hard-coded password / key literal (may be an example) (placeholder value)
    accessToken: "oaut…...",
    placeholder
  • low Secrets in code secret-password-literal openclaw_docs/channels/twitch.md:160
    Hard-coded password / key literal (may be an example) (placeholder value)
    accessToken: "oaut…...",
    placeholder
  • low Secrets in code secret-password-literal openclaw_docs/channels/twitch.md:166
    Hard-coded password / key literal (may be an example) (placeholder value)
    accessToken: "oaut…...",
    placeholder
  • low Secrets in code secret-password-literal openclaw_docs/channels/twitch.md:321
    Hard-coded password / key literal (may be an example) (placeholder value)
    accessToken: "oaut…...",
    placeholder

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

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/update-workflow.md
  • warning missing-ref reference to a missing file: references/routing-cheatsheet.md
  • warning missing-ref reference to a missing file: references/query-examples.md

Process rating: all ten parameters 43/100

Will not run. References files that are not bundled: references/update-workflow.md, references/routing-cheatsheet.md, references/query-examples.md
  • 0Tools and files. 3 referenced file(s) missing: references/update-workflow.md, references/routing-cheatsheet.md, references/query-examples.md
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 8 mutating operations with no state check
  • 70When it triggers. States when to use, but not when not to
  • 70Failures and branches. 7 branches
  • 85Steps. 66 steps, 1 vague phrases
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1520 tokens
  • 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
  • +4No input/output examples
  • +1No license
  • +2Single-language instructions
  • +3Description length 413: enough signal without eating the budget
  • +4Structure: 9 headings
  • +3Step-by-step instructions: 66 items

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

External checks

ClawHub: clean
This is a bounded OpenClaw documentation lookup and refresh skill, with no evidence of hidden execution, exfiltration, or unrelated credential access.
LLM: benign (high) · VirusTotal: · 29 May 2026