BD openclaw-docker-setup
Run OpenClaw inside Docker on Linux with Tailscale remote access. ⚠️ Involves sudo, Docker, Tailscale, and credential mounting — review security section before use. Complete setup guide covering installation, configuration, and critical gotchas. Trigger phrases: docker openclaw, openclaw in docker, setup openclaw docker, tailscale openclaw, docker-compose openclaw.
As a process D 41/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- 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
✓ No critical or high findings
Medium and low: 14
-
low Dangerous commands
cmd-privilegereferences/docker-config.md:145Privilege escalation / world-writable permissions (documentation of a security skill)sudo chown -R 1000:1000 ~/.openclaw ~/openclaw
security skill -
low Dangerous commands
cmd-privilegereferences/docker-config.md:179Privilege escalation / world-writable permissions (documentation of a security skill)sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
security skill -
low Dangerous commands
cmd-privilegereferences/docker-config.md:182Privilege escalation / world-writable permissions (documentation of a security skill)sudo tee /etc/apt/sources.list.d/tailscale.list
security skill -
low Exfiltration
read-dotenvreferences/docker-setup.sh:63Reads a .env file (quoted — discussed, not commanded)echo " cp .env.example .env"
quoted -
low Exfiltration
exfil-secret-in-urlreferences/docker-setup.sh:184Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)echo " http://loca…789?token=…"
placeholder -
low Exfiltration
exfil-secret-in-urlreferences/docker-setup.sh:190Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)echo " http://$TAIL…789?token=…"
placeholder -
low Exfiltration
exfil-secret-in-urlreferences/docker-setup.sh:285Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)echo " http://$TAIL…789?token=…"
placeholder -
low Dangerous commands
cmd-privilegereferences/gotchas.md:104Privilege escalation / world-writable permissions (documentation of a security skill)sudo chmod 600 /swapfile && \
security skill -
low Dangerous commands
cmd-privilegereferences/quickstart.md:46Privilege escalation / world-writable permissions (documentation of a security skill)sudo chown -R 1000:1000 ~/.openclaw ~/openclaw
security skill -
low Dangerous commands
cmd-privilegereferences/troubleshooting.md:233Privilege escalation / world-writable permissions (documentation of a security skill)sudo chmod 600 /swapfile
security skill -
low Dangerous commands
cmd-privilegereferences/troubleshooting.md:304Privilege escalation / world-writable permissions (documentation of a security skill)sudo rm /etc/systemd/system/openclaw.service
security skill -
low Dangerous commands
cmd-privilegereferences/troubleshooting.md:328Privilege escalation / world-writable permissions (documentation of a security skill)sudo tee /etc/systemd/system/openclaw.service > /dev/null << EOF
security skill -
low Dangerous commands
cmd-background-processreferences/troubleshooting.md:345Starts a background / autostarted process (documentation of a security skill)sudo systemctl enable openclaw
security skill -
low Dangerous commands
cmd-privilegeSKILL.md:73Privilege escalation / world-writable permissions (documentation of a security skill)sudo chown -R 1000:1000 ~/.openclaw ~/openclaw
security skill
Files scanned: 7. 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 41/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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 40Consistency. Frontmatter name (openclaw-docker-setup) differs from the folder (openclaw-docker-linux)
- 60Tools and files. Uses tools (bash) that frontmatter does not declare
- 100Steps. 21 steps
- 100Execution cost. Instruction body is 960 tokens
- 100Progress reporting. Reports progress
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 367: enough signal without eating the budget
- +4Structure: 6 headings
- +3Step-by-step instructions: 21 items
- +4Has examples (9 code blocks)
- +4Reference files are cited in the instructions (4 of 4)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 82.