SKILLEMALL.ai

DF openclaw-ui-theme-coach

引导式 UI 主题设计顾问:通过问答引导帮用户定制任意风格的 OpenClaw Control UI 主题(像素/赛博朋克/卡通/极简/暗色科技等),含主色派生调色板、双保险注入、升级自愈(cron+快照)与反馈学习循环。触发词:主题、换皮、皮肤、UI 美化、风格。

Not recommendedcritical or high security findings · low grade D
ClawHub Agent Skills author: hanhan1137 v1.5.0 MIT-0 16 files · 1 script body ≈ 3 417 tokens Open the sourceclawhub.ai analyzed 4 d ago

引导式 UI 主题设计顾问:通过问答引导帮用户定制任意风格的 OpenClaw Control UI 主题(像素/赛博朋克/卡通/极简/暗色科技等),含主色派生调色板、双保险注入、升级自愈(cron+快照)与反馈学习循环。触发词:主题、换皮、皮肤、UI 美化、风格。

As a process F 30/100 · Will not run — References files that are not bundled: references/styles/<风格>.md

ProcedureSoftware developmentAI and agentsWriting and documentstype and topics are labelled automatically from the skill text
JSON
Technical rating
D
50/100
safety, quality, tests
Safety 60%
36
Quality 40%
71
Run on models
none yet
Process rating
F
30/100
Will not run
References files that are not bundled: references/styles/<风格>.md
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. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  3. 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 · 9

  • high Dangerous commands cmd-persistence SKILL.md:138
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    ( crontab -l 2>/dev/null | grep -v 'heal.sh' ; echo '0 6 * * * /bin/bash "<skill 安装目录>/scripts/heal.sh" <主题名> >> ~/.openclaw/workspace/theme-coach/heal.log 2>&1' ) | crontab -
  • high Dangerous commands cmd-persistence SKILL.md:154
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    crontab -l | sed 's#heal.sh" A#heal.sh" B#' | crontab -   # A/B 换成实际主题名
  • high Dangerous commands cmd-persistence SKILL.md:163
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    ( crontab -l 2>/dev/null | grep -v 'heal.sh' ) | crontab -
Medium and low: 6
  • medium Dangerous commands cmd-pipe-to-shell SKILL.md:331
    Downloads and executes remote code from an unrecognised host (pipe to shell) (security demo / example)
    - [ ] 安全审计:注入代码/素材零外链、字体纹理全部本地化(web 调研/curl 校验属开发期行为,不进注入产物)、无敏感文件读取、无 curl|bash 模式
    demo
  • low Dangerous commands cmd-cron-mention SKILL.md:138
    Mentions editing / listing crontab
    ( crontab -l 2>/dev/null | grep -v 'heal.sh' ; echo '0 6 * * * /bin/bash "<skill 安装目录>/scripts/heal.sh" <主题名> >> ~/.openclaw/workspace/theme-coach/heal.log 2>&1' ) | crontab -
  • low Dangerous commands cmd-cron-mention SKILL.md:139
    Mentions editing / listing crontab
    crontab -l | grep heal.sh   # 确认注册成功
  • low Dangerous commands cmd-cron-mention SKILL.md:141
    Mentions editing / listing crontab (security demo / example; quoted — discussed, not commanded)
    > `<skill 安装目录>` 换成 skill 实际路径(在 skill 目录里执行 `pwd` 即得);`<主题名>` 换成刚注入的主题。改现有 crontab 前必须先 `crontab -l` 看现状。
    demoquoted
  • low Dangerous commands cmd-cron-mention SKILL.md:154
    Mentions editing / listing crontab
    crontab -l | sed 's#heal.sh" A#heal.sh" B#' | crontab -   # A/B 换成实际主题名
  • low Dangerous commands cmd-cron-mention SKILL.md:155
    Mentions editing / listing crontab
    crontab -l | grep heal.sh   # 确认已更新

Files scanned: 16. 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: references/styles/<风格>.md
  • note frontmatter-key unknown frontmatter key "emoji"
  • note frontmatter-key unknown frontmatter key "categories"

Process rating: all ten parameters 30/100

Will not run. References files that are not bundled: references/styles/<风格>.md
  • 0Tools and files. 1 referenced file(s) missing: references/styles/<风格>.md
  • 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-ui-theme-coach) differs from the folder (ui-theme-coach)
  • 100Steps. 129 steps
  • 100Execution cost. Instruction body is 3417 tokens
  • 100Progress reporting. Reports progress
  • low 12 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (17 tags): a typed call is more reliable

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 133: enough signal without eating the budget
  • +4Structure: 33 headings
  • +3Step-by-step instructions: 129 items
  • +4Has examples (6 code blocks)
  • +4Reference files are cited in the instructions (2 of 2)
  • +3All 3 scripts are documented

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

External checks

ClawHub: suspicious
This skill is a disclosed UI theming tool, but it mandates persistent cron-based self-healing and local preference logging that users should review before installing.
LLM: suspicious (high) · 21 Aug 2026