BF huo15-wecom
火一五·企业微信(WeCom)OpenClaw 插件 v2.8.25 — 默认走 Bot WebSocket(响应快、配置简单),自带加密媒体解密 / Agent 主动发消息 / 微信客服三通道接入 / 多账号切换。v2.8.25 重点:GUIDANCE 优先级翻转回 MEDIA: 直发——v2.8.22 当时担心 stream 截断 + 86008 把链接设为优先,v2.8.23/v2.8.24 修了群聊主动推送通道 + UI 锁交互后 MEDIA: 路径稳定可靠,应用户偏好翻转:默认 MEDIA: 直发,仅大文件(> 企微上限)才走 enhance_share_file 链接。GUIDANCE 加决策表 + 用户偏好覆盖。继承 v2.8.24 placeholder timeout 解锁、v2.8.23 群聊主动推送、v2.8.20 MEDIA: parser。Use when: 接企业微信、给企微 Bot/自建应用接 OpenClaw、用微信客服收外部用户消息、需要图片/文件双向、跨账号切换。Do NOT use for 个人微信(不同协议)。
As a process F 36/100 · Will not run — References files that are not bundled: url
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 · 7
✓ No critical or high findings
Medium and low: 7
-
low Secrets in code
secret-high-entropy-tokenSKILLS_CAL.md:117High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"cal_id": "wcjg…AAA",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILLS_CAL.md:175High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"wcjg…AAA",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILLS_CAL.md:176High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"wcjg…BBB"
quoted -
low Secrets in code
secret-high-entropy-tokenSKILLS_CAL.md:207High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"cal_id": "wcjg…AAA"
quoted -
low Secrets in code
secret-high-entropy-tokenSKILLS_CAL.md:270High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"cal_id": "wcjg…AAA",
quoted -
low Exfiltration
exfil-secret-in-urlUPSTREAM_PLAN.md:125Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const url = `https://qyapi.weixin.qq.com/cgi-bin/corpgroup/corp/gettoken?access_token=…
placeholder -
low Exfiltration
exfil-secret-in-urlUPSTREAM_PLAN.md:147Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const url = `https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=…
placeholder
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: url - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 36/100
- 0Tools and files. 1 referenced file(s) missing: url
- 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
- 30Running it twice. 2 mutating operations with no state check
- 40Consistency. Frontmatter name (huo15-wecom) differs from the folder (huo15-wecom-plugin)
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 100Steps. 18 steps
- 100Execution cost. Instruction body is 612 tokens
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
- +3Output format is not stated: the model decides each time
- -32 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +3Description length 482: enough signal without eating the budget
- +4Structure: 10 headings
- +3Step-by-step instructions: 18 items
- +4Has examples (2 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.