BF openclaw-visual
将 OpenClaw 中的信息(PhoenixClaw 日志、聊天记录、单条消息等)转换为精美排版的图片, 便于在聊天窗口(Telegram/Slack/Discord 等)中直接展示和分享。 Use when: - 用户要求将内容做成图片 ("帮我把这段话做成图片") - 用户要求生成日志可视化 ("生成今日日志分享图") - 用户要求将聊天记录可视化 ("把今天的对话做成总结图")
将 OpenClaw 中的信息(PhoenixClaw 日志、聊天记录、单条消息等)转换为精美排版的图片, 便于在聊天窗口(Telegram/Slack/Discord 等)中直接展示和分享。 Use when: - 用户要求将内容做成图片 ("帮我把这段话做成图片") - 用户要求生成日志可视化…
As a process F 35/100 · Will not run — References files that are not bundled: assets/templates/{template-name}.html, assets/css/base-styles.css
How to improve
- 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 · 8
✓ No critical or high findings
Medium and low: 8
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:82High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…bKX+KS9G…yMA/NhKJ…RGz/Q==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:171High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-9+kwVx…0g9+4GoIf3/fTgY…xgI+B9el…DiQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:310High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…vZS+VIDU…jX4+qx9M…saQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:400High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…GLw+xYSd…cqA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:462High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…cpK+HEbenA/HiEAkkUwcZIIB/tgWq…MDQ==",
detector -
low Dangerous commands
cmd-privilegereferences/rendering-setup.md:143Privilege escalation / world-writable permissions (detector / deny-list definition)export PUPPETEER_ARGS='--no-sandbox --disable-setuid-sandbox'
detector -
low Dangerous commands
cmd-privilegescripts/generate-image.js:157Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)args: ['--no-sandbox', '--disable-setuid-sandbox'],
detectorcode literal -
low Dangerous commands
cmd-privilegescripts/generate-image.js:174Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)args: ['--no-sandbox', '--disable-setuid-sandbox']
detectorcode literal
Files scanned: 13. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: assets/templates/{template-name}.html - warning
missing-refreference to a missing file: assets/css/base-styles.css - note
frontmatter-keyunknown frontmatter key "depends"
Process rating: all ten parameters 35/100
- 0Tools and files. 2 referenced file(s) missing: assets/templates/{template-name}.html, assets/css/base-styles.css
- 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
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 100Steps. 129 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1945 tokens
- 100Running it twice. No mutating operations
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
- +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
- +1No license
- +2Single-language instructions
- +5Description quotes 3 example trigger phrases
- +3Description length 195: enough signal without eating the budget
- +4Structure: 33 headings
- +3Step-by-step instructions: 129 items
- +4Has examples (11 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 82.