SKILLEMALL.ai

CF openclaw-guardian-cn

OpenClaw 系统守护 skill。每日定时自检、自动检测异常并尝试自救。 用于:(1) 每日定时检查 Gateway 状态 (2) 自动检测进程/WebSocket/插件异常 (3) 自动尝试恢复服务 (4) 用户可自定义自检时间 当用户要求设置每日自检、自助恢复、系统守护、自动重启 Gateway 时触发。

ClawHub Agent Skills author: shenbinxin v1.0.1 MIT-0 5 files · 3 scripts body ≈ 1 639 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 37/100 · Will not run — References files that are not bundled: scripts/guardian-windows.ps1

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
64/100
safety, quality, tests
Safety 60%
67
Quality 40%
59
Run on models
none yet
Process rating
F
37/100
Will not run
References files that are not bundled: scripts/guardian-windows.ps1
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

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

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. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  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 · 13

✓ No critical or high findings

Medium and low: 13
  • medium Dangerous commands cmd-persistence SKILL.md:168
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    (crontab -l 2>/dev/null; echo "*/5 * * * * pgrep -f \"openclaw-gateway\" > /dev/null || cd $OPENCLAW_PATH && node ./dist/daemon-cli.js start >> /tmp/gateway_guardian.log 2>&1") | crontab -
    security skill
  • medium Dangerous commands cmd-persistence SKILL.md:250
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    (crontab -l 2>/dev/null; echo '*/5 * * * * pgrep -f "openclaw-gateway" > /dev/null || cd ~/.openclaw && node ./dist/daemon-cli.js start >> /tmp/gateway_guardian.log 2>&1') | crontab -
    security skill
  • medium Dangerous commands cmd-persistence SKILL.md:299
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    Register-ScheduledTask -TaskName "OpenClaw Guardian" -Trigger $trigger -Action $action -RunLevel Highest
    security skill
  • medium Dangerous commands cmd-persistence SKILL.md:307
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    Register-ScheduledTask -TaskName "OpenClaw Guardian" -Trigger $trigger -Action $action -RunLevel Highest
    security skill
  • medium Dangerous commands cmd-persistence SKILL.md:343
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    (crontab -l 2>/dev/null; echo '*/5 * * * * pgrep -f "openclaw-gateway" > /dev/null || cd ~/.openclaw && node ./dist/daemon-cli.js start >> /tmp/gateway_guardian.log 2>&1') | crontab -
    security skill
  • low Dangerous commands cmd-cron-mention scripts/guardian-daily.sh:15
    Mentions editing / listing crontab (documentation of a security skill)
    if crontab -l 2>/dev/null | grep -q "openclaw-gateway"; then
    security skill
  • low Dangerous commands cmd-cron-mention SKILL.md:167
    Mentions editing / listing crontab (documentation of a security skill)
    if ! crontab -l 2>/dev/null | grep -q "openclaw-gateway"; then
    security skill
  • low Dangerous commands cmd-cron-mention SKILL.md:168
    Mentions editing / listing crontab (documentation of a security skill)
    (crontab -l 2>/dev/null; echo "*/5 * * * * pgrep -f \"openclaw-gateway\" > /dev/null || cd $OPENCLAW_PATH && node ./dist/daemon-cli.js start >> /tmp/gateway_guardian.log 2>&1") | crontab -
    security skill
  • low Dangerous commands cmd-cron-mention SKILL.md:246
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep "openclaw-gateway"
    security skill
  • low Dangerous commands cmd-cron-mention SKILL.md:250
    Mentions editing / listing crontab (documentation of a security skill)
    (crontab -l 2>/dev/null; echo '*/5 * * * * pgrep -f "openclaw-gateway" > /dev/null || cd ~/.openclaw && node ./dist/daemon-cli.js start >> /tmp/gateway_guardian.log 2>&1') | crontab -
    security skill
  • low Dangerous commands cmd-cron-mention SKILL.md:274
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -e
    security skill

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

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning missing-ref reference to a missing file: scripts/guardian-windows.ps1

Process rating: all ten parameters 37/100

Will not run. References files that are not bundled: scripts/guardian-windows.ps1
  • 0Tools and files. 1 referenced file(s) missing: scripts/guardian-windows.ps1
  • 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
  • 100Steps. 43 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1639 tokens
  • 100Running it twice. No mutating operations
  • 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
  • -32 of 3 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 158: enough signal without eating the budget
  • +4Structure: 38 headings
  • +3Step-by-step instructions: 43 items
  • +4Has examples (19 code blocks)

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

External checks

ClawHub: suspicious
This skill has a coherent OpenClaw monitoring purpose, but it can set up persistent watchdog tasks and elevated scheduled execution without clear opt-in controls.
LLM: suspicious (high) · VirusTotal: · 29 May 2026