SKILLEMALL.ai

BD zhihu-automation

知乎自动化 Skill(双通道)。发布文章(专栏)、发布想法、回答问题、提问、 互动(点赞/评论/关注)、数据提取(热榜/搜索/用户/问题)。使用 Playwright 浏览器自动化 + HTTP API 双通道,Cookie 持久化登录。 Trigger phrases: - "帮我发一篇知乎文章" / "写知乎文章" - "发布知乎想法" / "发一条想法" - "回答知乎问题" / "写回答" - "知乎提问" / "问一个问题" - "点赞" / "评论" / "关注"(知乎内容) - "查看知乎热榜" / "知乎热搜" - "搜索知乎" / "查一下知乎上的" - "知乎数据" / "提取知乎信息"

ClawHub Agent Skills author: liuboacean v2.0.8 MIT-0 53 files body ≈ 1 034 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 49/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationPlaywrightWriting and documentsAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
85/100
safety, quality, tests
Safety 60%
85
Quality 40%
86
Run on models
none yet
Process rating
D
49/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

How to improve

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

    ✓ No critical or high findings

    Medium and low: 15
    • low Secrets in code secret-high-entropy-token package-lock.json:62
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "integrity": "sha512-we+NuQo2DHhSl+DP6j…bSU+VTcp…8a0+gbZ7ChLpgg==",
      quoted
    • low Secrets in code secret-high-entropy-token package-lock.json:84
      High-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-token package-lock.json:101
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…Rog+eW3ph+GYCbj+rK+uYyR…tPn+QJlKFvWP/1PYp…nFn+A==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:131
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "integrity": "sha5…WGy+zo5r…H7s/RU2o…CRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
      quoted
    • low Secrets in code secret-high-entropy-token package-lock.json:151
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "integrity": "sha5…uWm+fFRcIOgKBMiOBP+eXiy…9ab+DDKA==",
      quoted
    • low Dangerous commands cmd-privilege scripts/zhihu-core.js:221
      Privilege escalation / world-writable permissions (string literal in code, not executed)
      '--disable-setuid-sandbox',
      code literal
    • low Secrets in code secret-high-entropy-token scripts/zhihu-signature.js:73
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      this._signKey = '6xLd…1tU';
      quoted
    • low Exfiltration net-credential-use zhihu-profile-check-v2.js:83
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}?include=…
      vendor-host
    • low Exfiltration net-credential-use zhihu-profile-check-v2.js:144
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/answers?limit=5&sort_by=… {
      vendor-host
    • low Exfiltration net-credential-use zhihu-profile-check-v2.js:173
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/articles?limit=5`, {
      vendor-host
    • low Exfiltration net-credential-use zhihu-profile-check-v2.js:200
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/following-topic-contributions?limit=20`, {
      vendor-host
    • low Exfiltration net-credential-use zhihu-profile-check.js:139
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}?include=…
      vendor-host
    • low Exfiltration net-credential-use zhihu-profile-check.js:202
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/answers?limit=5&sort_by=… {
      vendor-host
    • low Exfiltration net-credential-use zhihu-profile-check.js:235
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/articles?limit=5`, {
      vendor-host
    • low Exfiltration net-credential-use zhihu-profile-check.js:267
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/following-topic-contributions?limit=20`, {
      vendor-host

    Files scanned: 49. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 49/100

    • 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
    • 40Consistency. Frontmatter name (zhihu-automation) differs from the folder (zhihu-auto-skill)
    • 100Tools and files. No external tools needed
    • 100Steps. 8 steps
    • 100Execution cost. Instruction body is 1034 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
    • -35 of 12 scripts are never mentioned in SKILL.md
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 6 example trigger phrases
    • +3Description length 309: enough signal without eating the budget
    • +4Structure: 19 headings
    • +3Step-by-step instructions: 8 items
    • +4Has examples (19 code blocks)

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

    External checks

    ClawHub: clean
    No artifact-backed suspicious behavior could be confirmed because the workspace artifacts could not be read in this run.
    LLM: benign (low) · VirusTotal: · 29 May 2026