SKILLEMALL.ai

BF csdn-publisher

写文章并发布到 CSDN。使用浏览器自动化 + 扫码登录。支持通过 Telegram 发送二维码,无需 VNC。集成 blog-writer 写作方法论,产出高质量、有个人风格的技术文章。

ClawHub Agent Skills author: c4chuan v2.3.0 9 files · 2 scripts body ≈ 2 254 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 33/100 · Will not run — References files that are not bundled: 原文URL, URL

GeneratorTelegramNotionInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
81/100
safety, quality, tests
Safety 60%
95
Quality 40%
61
Run on models
none yet
Process rating
F
33/100
Will not run
References files that are not bundled: 原文URL, URL
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

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

✓ No critical or high findings

Medium and low: 5
  • low Exfiltration exfil-webhook-url scripts/login.py:53
    Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)
    url = f"https://api.telegram.org/bot{bot_token}/sendMessage"
    vendor-hostquoted
  • low Dangerous commands cmd-privilege scripts/login.py:103
    Privilege 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-privilege scripts/login.py:233
    Privilege 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-background-process SKILL.md:217
    Starts a background / autostarted process
    nohup python scripts/login.py login --timeout 300 > /tmp/csdn-login.log 2>&1 &
  • low Dangerous commands cmd-background-process SKILL.md:504
    Starts a background / autostarted process
    nohup python scripts/login.py login --timeout 300 --notify > /tmp/csdn-login.log 2>&1 &

Files scanned: 9. 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: 原文URL
  • warning missing-ref reference to a missing file: URL

Process rating: all ten parameters 33/100

Will not run. References files that are not bundled: 原文URL, URL
  • 0Tools and files. 2 referenced file(s) missing: 原文URL, URL
  • 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
  • 30Running it twice. 1 mutating operations with no state check
  • 100Steps. 80 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 2254 tokens
  • low 14 top-level sections: this looks like several domains in one skill

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 94: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -223 emoji in the instructions: noise for the model
  • +1No license
  • +2Single-language instructions
  • +4Structure: 53 headings
  • +3Step-by-step instructions: 80 items
  • +4Has examples (26 code blocks)
  • +3All 4 scripts are documented

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

External checks

ClawHub: suspicious
This CSDN publishing skill is mostly coherent, but it handles real account sessions and posting authority with weak containment and credential protection.
LLM: suspicious (high) · VirusTotal: suspicious · 10 Sept 2026