SKILLEMALL.ai

BD openclaw-expert

Expert skill for OpenClaw (formerly Clawdbot/MoltBot) — the self-hosted AI agent framework. ALWAYS use when user mentions OpenClaw, Clawdbot, MoltBot, openclaw.json, openclaw gateway, openclaw channels, openclaw nodes, openclaw models, openclaw skills, openclaw doctor, AGENTS.md, SOUL.md, USER.md, HEARTBEAT.md, MEMORY.md, IDENTITY.md, TOOLS.md, BOOTSTRAP.md, ClawHub, clawhub, openclaw workspace, openclaw config, openclaw sessions, openclaw pairing, openclaw docker, openclaw sandbox, openclaw heartbeat, openclaw compaction, memorySearch, multi-agent, bindings, dmPolicy. Covers installation, configuration, troubleshooting, security hardening, channel setup, skill development, memory tuning, Docker deployment. Also trigger for "my bot", "my agent", "Lobster", or agent issues after config changes.

modbender/skill-library-mcp Agent Skills author: modbender MIT 17 files body ≈ 2 354 tokens Open the sourcegithub.com analyzed 2 d ago

Expert skill for OpenClaw (formerly Clawdbot/MoltBot) — the self-hosted AI agent framework.

As a process D 43/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureDockerAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
86/100
safety, quality, tests
Safety 60%
84
Quality 40%
88
Run on models
none yet
Process rating
D
43/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

How to improve

    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 · 16

    ✓ No critical or high findings

    Medium and low: 16
    • low Exfiltration exfil-webhook-url references/channels.md:127
      Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
      curl "https://api.telegram.org/bot<TOKEN>/getUpdates" | jq '.result[-1].message.from.id'
      placeholder
    • low Dangerous commands cmd-privilege references/docker-setup.md:100
      Privilege escalation / world-writable permissions (documentation of a security skill)
      sudo chown -R 1000:$(id -g) ~/.openclaw
      security skill
    • low Dangerous commands cmd-privilege references/docker-setup.md:101
      Privilege escalation / world-writable permissions (documentation of a security skill)
      sudo chmod -R u+rwX,g+rwX,o-rwx ~/.openclaw
      security skill
    • low Dangerous commands cmd-privilege references/docker-setup.md:107
      Privilege escalation / world-writable permissions (documentation of a security skill)
      chmod -R 777 ~/.openclaw
      security skill
    • low Dangerous commands cmd-pipe-to-shell references/examples.md:56
      Downloads and executes remote code from an unrecognised host (pipe to shell) (test fixture / example file; documentation of a security skill; the skill's own vendor host)
      curl -fsSL https://get.openclaw.ai | bash
      fixturesecurity skillvendor-host
    • low Dangerous commands cmd-pipe-to-shell-known-host references/examples.md:81
      Pipe-to-shell installer from a well-known host (still executes remote code) (test fixture / example file; documentation of a security skill)
      curl -fsSL https://tailscale.com/install.sh | sh
      fixturesecurity skill
    • low Dangerous commands cmd-pipe-to-shell-known-host references/examples.md:178
      Pipe-to-shell installer from a well-known host (still executes remote code) (test fixture / example file; documentation of a security skill)
      curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
      fixturesecurity skill
    • low Dangerous commands cmd-pipe-to-shell-known-host references/examples.md:182
      Pipe-to-shell installer from a well-known host (still executes remote code) (test fixture / example file; documentation of a security skill)
      curl -fsSL https://tailscale.com/install.sh | sh
      fixturesecurity skill
    • low Dangerous commands cmd-pipe-to-shell-known-host references/installation.md:84
      Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)
      curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh | sudo bash
      security skill
    • low Dangerous commands cmd-privilege references/installation.md:84
      Privilege escalation / world-writable permissions (documentation of a security skill)
      curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh | sudo bash
      security skill
    • low Dangerous commands cmd-pipe-to-shell-known-host references/nodes-and-remote.md:50
      Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)
      curl -fsSL https://tailscale.com/install.sh | sh
      security skill
    • low Dangerous commands cmd-pipe-to-shell-known-host references/nodes-and-remote.md:155
      Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)
      curl -fsSL https://tailscale.com/install.sh | sh
      security skill
    • low Dangerous commands cmd-pipe-to-shell-known-host references/tailscale-integration.md:170
      Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)
      curl -fsSL https://tailscale.com/install.sh | sh
      security skill
    • low Dangerous commands cmd-pipe-to-shell-known-host references/tailscale-integration.md:182
      Pipe-to-shell installer from a well-known host (still executes remote code) (documentation of a security skill)
      curl -fsSL https://tailscale.com/install.sh | sh
      security skill

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

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

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 43/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 1 mutating operations with no state check
    • 60Tools and files. Uses tools (web) that frontmatter does not declare
    • 100Steps. 30 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 2354 tokens

    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

    • +4Description does not say when NOT to use the skill (false activations)
    • +3Description length 804: 120–800 characters recommended
    • +3Output format is not stated: the model decides each time
    • -2localhost URLs: will not work for another user
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 3 example trigger phrases
    • +4Structure: 12 headings
    • +3Step-by-step instructions: 30 items
    • +4Has examples (6 code blocks)
    • +4Reference files are cited in the instructions (16 of 16)

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