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.
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
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 · 5
✓ No critical or high findings
Medium and low: 5
-
low Exfiltration
net-credential-useSKILL.md:24Credential 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-useSKILL.md:30Credential 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-useSKILL.md:36Credential 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-useSKILL.md:42Credential 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-useSKILL.md:49Credential 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-refreference to a missing file: references/examples.md - warning
missing-refreference to a missing file: scripts/parse_yuque.py - warning
missing-refreference to a missing file: scripts/search_yuque.py
Process rating: all ten parameters 54/100
- 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.