SKILLEMALL.ai

BC openclaw-update

OpenClaw 版本升级评估与执行技能。工作流程:(1) 检测 agent-reach 可用性(无则引导安装),(2) 检查 GitHub releases 获取最新稳定版,(3) 对比当前版本判断是否需要更新,(4) 分析版本差距和更新日志,(5) 检查 GitHub issues 评估风险,(6) 综合评估打分并给出升级建议,(7) 备份用户配置(防止冲突),(8) 检测安装方式执行对应更新命令,(9) 自动重启 gateway,(10) 提供恢复功能。Use when 用户要求检查 OpenClaw 更新、评估是否升级、或执行版本更新。支持中英双语。

Not recommendedcritical or high security findings
ClawHub Agent Skills author: Davis1216 v1.0.1 MIT-0 8 files body ≈ 3 346 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 61/100 · Has gaps — weak spots: when it triggers, consistency, running it twice

IntegrationGitHubInfrastructureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
71
Quality 40%
88
Run on models
none yet
Process rating
C
61/100
Has gaps
When it triggers w 12
20
Running it twice w 4
30
Consistency w 8
40
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.
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-persistence SKILL.md:396
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    Register-ScheduledTask -TaskName "OpenClaw Daily Update Check" -Action $action -Trigger $trigger
Medium and low: 3
  • medium Dangerous commands cmd-pipe-to-shell README.md:204
    Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
    curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard
    vendor-host
  • medium Dangerous commands cmd-pipe-to-shell SKILL.md:288
    Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
    curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard
    vendor-host
  • low Dangerous commands cmd-cron-mention SKILL.md:385
    Mentions editing / listing crontab
    crontab -e

Files scanned: 8. 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 61/100

  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 8 mutating operations with no state check
  • 40Consistency. Frontmatter name (openclaw-update) differs from the folder (openclaw-auto-update)
  • 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 70Failures and branches. 7 branches
  • 85Steps. 71 steps, 1 vague phrases
  • 100Execution cost. Instruction body is 3346 tokens
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

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)
  • -32 of 4 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 282: enough signal without eating the budget
  • +4Structure: 28 headings
  • +3Step-by-step instructions: 71 items
  • +3Output format is stated explicitly
  • +4Has examples (24 code blocks)
  • +4Reference files are cited in the instructions (1 of 1)

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

External checks

ClawHub: suspicious
This OpenClaw updater appears purpose-built rather than malicious, but it has enough authority to change the agent installation, copy credentials/workspace data, run remote installers, delete/restore state, restart services, and create scheduled background checks without strong safety boundaries.
LLM: suspicious (high) · VirusTotal: · 29 May 2026