SKILLEMALL.ai

CC OpenClaw Install Guide (WSL2 Windows)

Complete step-by-step installation guide for OpenClaw on Windows 10/11 with WSL2, includes common pitfalls and solutions from real installation experience.

Not recommendedcritical or high security findings
ClawHub Agent Skills author: aslancootl v1.1.0 MIT-0 3 files body ≈ 7 083 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process C 64/100 · Has gaps — weak spots: result and completion, consistency, running it twice

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
65/100
safety, quality, tests
Safety 60%
67
Quality 40%
61
Run on models
none yet
Process rating
C
64/100
Has gaps
Progress reporting w 2
0
Running it twice w 4
30
Result and completion w 14
40
the three weakest of ten parameters · all ten

The same skill appears in 1 more place: ClawHub

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.

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 SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 4

  • high Dangerous commands cmd-pipe-to-shell SKILL.md:369
    Downloads and executes remote code from an unrecognised host (pipe to shell)
    curl -fsSL https://molt.bot/install.sh | bash
Medium and low: 3
  • medium Dangerous commands cmd-shell-rc SKILL.md:376
    Writes to a shell startup file
    echo 'export PATH="/home/openclaw/.npm-global/bin:$PATH"' >> ~/.bashrc
  • medium Dangerous commands cmd-privilege SKILL.md:491
    Privilege escalation / world-writable permissions
    sudo tee /etc/wsl.conf << 'EOF'
  • medium Dangerous commands cmd-privilege SKILL.md:567
    Privilege escalation / world-writable permissions
    sudo chown -R $USER:$USER ~/.npm-global

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

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning body-long SKILL.md body ≈ 7083 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "slug"
  • note frontmatter-key unknown frontmatter key "homepage"

Process rating: all ten parameters 64/100

  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 11 mutating operations with no state check
  • 40Result and completion. Does not say what the result is
  • 40Consistency. Frontmatter name (OpenClaw Install Guide (WSL2 Windows)) differs from the folder (windows-wsl2-install)
  • 50When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 70Execution cost. Instruction body is 7083 tokens
  • 100Steps. 137 steps
  • 100Failures and branches. 7 branches, has a failure section
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 12 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (6 tags): a typed call is more reliable

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
  • -4Absolute local paths (C:\Users, /home/…): not portable
  • -2localhost URLs: will not work for another user
  • +1No license
  • +2Single-language instructions
  • +3Description length 155: enough signal without eating the budget
  • +4Structure: 41 headings
  • +3Step-by-step instructions: 137 items
  • +4Has examples (37 code blocks)

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

External checks

ClawHub: suspicious
This is a coherent OpenClaw WSL2 install guide, but it tells users to make broad privilege, firewall, and remote-installer changes without enough safety scoping.
LLM: suspicious (high) · VirusTotal: · 29 May 2026