SKILLEMALL.ai

FF bozo-wechat-publisher

一键发布 Markdown 文章到微信公众号草稿箱。当用户提到发布到微信、公众号、推文、草稿箱、上传文章时触发。支持 wenyan-cli 完整排版和 curl 备用方案,兼容所有 Node.js 版本。

Not recommendedlow grade F
ClawHub Agent Skills author: bozoyan v1.1.0 MIT-0 19 files · 7 scripts body ≈ 2 155 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process F 35/100 · Will not run — References files that are not bundled: images/example.png

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
F
28/100
safety, quality, tests
Safety 60%
10
Quality 40%
54
Run on models
none yet
Process rating
F
35/100
Will not run
References files that are not bundled: images/example.png
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.

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

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 · 18

✓ No critical or high findings

Medium and low: 18
  • medium Dangerous commands cmd-shell-rc MIGRATION.md:38
    Writes to a shell startup file
    echo 'export WECHAT_APP_ID=your_app_id' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc MIGRATION.md:39
    Writes to a shell startup file
    echo 'export WECHAT_APP_SECRET=your_app_secret' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc MIGRATION.md:61
    Writes to a shell startup file
    echo 'export WECHAT_APP_ID=your_app_id' >> ~/.bashrc
  • medium Dangerous commands cmd-shell-rc MIGRATION.md:62
    Writes to a shell startup file
    echo 'export WECHAT_APP_SECRET=your_app_secret' >> ~/.bashrc
  • medium Dangerous commands cmd-shell-rc README.md:61
    Writes to a shell startup file
    echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc README.md:65
    Writes to a shell startup file
    echo 'export WECHAT_APP_ID=your_app_id' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc README.md:66
    Writes to a shell startup file
    echo 'export WECHAT_APP_SECRET=your_app_secret' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc README.md:171
    Writes to a shell startup file
    echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
  • medium Exfiltration net-credential-use scripts/publish-card-theme-v2.sh:161
    Credential used in a network call (verify the destination is the intended service)
    local response=$(curl -s -X POST "${STABLE_TOKEN_URL}" \
  • medium Dangerous commands cmd-shell-rc scripts/publish-card-theme.sh:77
    Writes to a shell startup file
    echo "或在 ~/.zshrc / ~/.bashrc 中添加上述配置"
  • medium Exfiltration net-credential-use scripts/publish-card-theme.sh:113
    Credential used in a network call (verify the destination is the intended service)
    local response=$(curl -s "${TOKEN_URL}?grant_type=client_credential&appid=${WECHAT_APP_ID}&secret=${WECHAT_APP_SECRET}")
  • medium Dangerous commands cmd-shell-rc scripts/publish-curl.sh:71
    Writes to a shell startup file
    echo "或在 ~/.zshrc / ~/.bashrc 中添加上述配置"
  • medium Exfiltration net-credential-use scripts/publish-curl.sh:88
    Credential used in a network call (verify the destination is the intended service)
    local response=$(curl -s "${TOKEN_URL}?grant_type=client_credential&appid=${WECHAT_APP_ID}&secret=${WECHAT_APP_SECRET}")
  • medium Dangerous commands cmd-shell-rc SKILL.md:51
    Writes to a shell startup file
    echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc SKILL.md:67
    Writes to a shell startup file
    echo 'export WECHAT_APP_ID=your_app_id' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc SKILL.md:68
    Writes to a shell startup file
    echo 'export WECHAT_APP_SECRET=your_app_secret' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc SKILL.md:247
    Writes to a shell startup file
    echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc SKILL.md:250
    Writes to a shell startup file
    echo 'export WECHAT_APP_ID=your_app_id' >> ~/.zshrc

Files scanned: 19. 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: images/example.png

Process rating: all ten parameters 35/100

Will not run. References files that are not bundled: images/example.png
  • 0Tools and files. 1 referenced file(s) missing: images/example.png
  • 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. 2 mutating operations with no state check
  • 100Steps. 81 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 2155 tokens
  • 100Progress reporting. Reports progress
  • low 13 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (4 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)
  • +3Description length 102: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -225 emoji in the instructions: noise for the model
  • -42 reference files, but SKILL.md never points to them: the model will not open them
  • -35 of 7 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +4Structure: 45 headings
  • +3Step-by-step instructions: 81 items
  • +4Has examples (24 code blocks)

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

External checks

ClawHub: suspicious
The skill appears to publish Markdown to WeChat as advertised, but it needs review because it uses WeChat credentials, uploads local content, and includes under-scoped install and credential-loading behavior.
LLM: suspicious (high) · VirusTotal: · 29 May 2026