SKILLEMALL.ai

AF yuque

Manage Yuque (语雀) knowledge base documents and repositories. Use when users need to interact with Yuque for document operations including reading documents, listing repositories, searching content, creating documents, and managing knowledge bases. Supports both personal and team spaces.

ClawHub Agent Skills author: a6590072 v1.0.0 MIT-0 4 files body ≈ 692 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process F 54/100 · Will not run — References files that are not bundled: references/examples.md, scripts/parse_yuque.py, scripts/search_yuque.py

ReferenceInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
A
90/100
safety, quality, tests
Safety 60%
95
Quality 40%
82
Run on models
none yet
Process rating
F
54/100
Will not run
References files that are not bundled: references/examples.md, scripts/parse_yuque.py, scripts/search_yuque.py
Tools and files w 18
0
Progress reporting w 2
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

How to improve

  1. 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 net-credential-use SKILL.md:24
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -H "X-Auth-Token: $YUQUE_TOKEN" https://www.yuque.com/api/v2/user
    vendor-host
  • low Exfiltration net-credential-use SKILL.md:30
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -H "X-Auth-Token: $YUQUE_TOKEN" https://www.yuque.com/api/v2/users/<login>/repos
    vendor-host
  • low Exfiltration net-credential-use SKILL.md:36
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -H "X-Auth-Token: $YUQUE_TOKEN" https://www.yuque.com/api/v2/repos/<namespace>/docs
    vendor-host
  • low Exfiltration net-credential-use SKILL.md:42
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -H "X-Auth-Token: $YUQUE_TOKEN" https://www.yuque.com/api/v2/repos/<namespace>/docs/<slug>
    vendor-host
  • low Exfiltration net-credential-use SKILL.md:49
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -H "X-Auth-Token: $YUQUE_TOKEN" https://www.yuque.com/api/v2/repos/<namespace>/docs/<slug>?raw=1
    vendor-host

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

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/examples.md
  • warning missing-ref reference to a missing file: scripts/parse_yuque.py
  • warning missing-ref reference to a missing file: scripts/search_yuque.py

Process rating: all ten parameters 54/100

Will not run. References files that are not bundled: references/examples.md, scripts/parse_yuque.py, scripts/search_yuque.py
  • 0Tools and files. 3 referenced file(s) missing: references/examples.md, scripts/parse_yuque.py, scripts/search_yuque.py
  • 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
  • 50Failures and branches. 0 branches, has a failure section
  • 60Result and completion. Output format stated, no completion criterion
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 100Steps. 13 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 692 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
  • +4Description does not say when NOT to use the skill (false activations)
  • +1No license
  • +2Single-language instructions
  • +3Description length 287: enough signal without eating the budget
  • +4Structure: 17 headings
  • +3Step-by-step instructions: 13 items
  • +3Output format is stated explicitly
  • +4Has examples (9 code blocks)
  • +4Reference files are cited in the instructions (1 of 1)
  • +3All 1 scripts are documented

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

External checks

ClawHub: clean
This skill is a Yuque API helper that can read and change Yuque documents with your token, and its behavior is broadly consistent with that purpose.
LLM: benign (high) · VirusTotal: · 29 May 2026