SKILLEMALL.ai

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.

Not recommendedcritical or high security findings · low grade D
ClawHub Agent Skills author: howtimeschange v1.0.0 10 files · 1 script body ≈ 1 341 tokens Open the sourceclawhub.ai analyzed 3 d ago

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

ProcedureInfrastructureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
D
45/100
safety, quality, tests
Safety 60%
22
Quality 40%
79
Run on models
none yet
Process rating
F
38/100
Will not run
References files that are not bundled: scripts/server/, scripts/server/index.js, scripts/server/database.js
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.

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

  • high Dangerous commands cmd-pipe-to-shell references/QUICKSTART.md:9
    Downloads 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-shell references/QUICKSTART.md:15
    Downloads 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-shell references/QUICKSTART.md:21
    Downloads 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-shell SKILL.md:58
    Downloads 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-shell assets/install-clawbot.sh:5
    Downloads 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-process references/QUICKSTART.md:106
    Starts a background / autostarted process
    nohup 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-ref reference to a missing file: scripts/server/
  • warning missing-ref reference to a missing file: scripts/server/index.js
  • warning missing-ref reference to a missing file: scripts/server/database.js

Process rating: all ten parameters 38/100

Will not run. References files that are not bundled: scripts/server/, scripts/server/index.js, scripts/server/database.js
  • 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.

External checks

ClawHub: suspicious
This skill fits its collaboration purpose, but its default installation and networking choices are unsafe enough to require careful review.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026