DF clawbot-network
Connect multiple OpenClaw instances across devices (VPS, MacBook, Mac Mini) for distributed agent collaboration. Enables clawdbot-to-clawdbot communication, cross-device @mentions, task assignment, and group chat. Use when you have OpenClaw running on multiple machines that need to communicate and collaborate.
As a process F 38/100 · Will not run — References files that are not bundled: scripts/server/, scripts/server/index.js, scripts/server/database.js
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.
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.
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
- 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.
- The text references files that are not there: add them or drop the references.
- 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 · 6
-
high Dangerous commands
cmd-pipe-to-shellreferences/QUICKSTART.md:9Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL http://3.148.174.81:3001/setup.sh | bash -s -- xiaoxing-macbook "小邢" "DevOps"
-
high Dangerous commands
cmd-pipe-to-shellreferences/QUICKSTART.md:15Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL http://3.148.174.81:3001/setup.sh | bash -s -- xiaojin-macmini "小金" "金融市场分析"
-
high Dangerous commands
cmd-pipe-to-shellreferences/QUICKSTART.md:21Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL http://3.148.174.81:3001/setup.sh | bash -s -- xiaochen-macmini "小陈" "美股交易"
-
high Dangerous commands
cmd-pipe-to-shellSKILL.md:58Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL http://YOUR…001/install-clawbot.sh | bash
Medium and low: 2
-
medium Dangerous commands
cmd-pipe-to-shellassets/install-clawbot.sh:5Downloads and executes remote code from an unrecognised host (pipe to shell) (code comment)# 用法: curl -fsSL http://3.148.174.81:3001/install-clawbot.sh | bash
comment -
low Dangerous commands
cmd-background-processreferences/QUICKSTART.md:106Starts a background / autostarted processnohup node server/index.js > server.log 2>&1 &
Files scanned: 10. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: scripts/server/ - warning
missing-refreference to a missing file: scripts/server/index.js - warning
missing-refreference to a missing file: scripts/server/database.js
Process rating: all ten parameters 38/100
- 0Tools and files. 3 referenced file(s) missing: scripts/server/, scripts/server/index.js, scripts/server/database.js
- 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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 4 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 100Steps. 45 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1341 tokens
- 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
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
- +1No license
- +2Single-language instructions
- +3Description length 311: enough signal without eating the budget
- +4Structure: 17 headings
- +3Step-by-step instructions: 45 items
- +4Has examples (7 code blocks)
- +4Reference files are cited in the instructions (2 of 2)
- +3All 4 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 79.