Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tao3k/xiuxian-artisan-workshop --skill wendaogit clone --depth 1 https://github.com/tao3k/xiuxian-artisan-workshopWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tao3k/xiuxian-artisan-workshop/wendao)<a href="https://agentmods.dev/skills/tao3k/xiuxian-artisan-workshop/wendao"><img src="https://agentmods.dev/badge/skills/tao3k/xiuxian-artisan-workshop/wendao/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tao3k/xiuxian-artisan-workshop/wendao"><img src="https://agentmods.dev/badge/skills/tao3k/xiuxian-artisan-workshop/wendao.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00016 | $0.00598 |
| Opus 5 | $0.00008 | $0.00299 |
| Sonnet 5 | $0.00003 | $0.00120 |
| Haiku 4.5 | $0.00002 | $0.00060 |
Grade A, and why
wendao scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Wendao Documentation Guardian Skill
:PROPERTIES: :ID: skill-wendao-guardian :TYPE: METASKILL :STATUS: ACTIVE :END:
🎯 Objective
Act as the authoritative guardian for creating and editing Wendao DocOS documentation. Enforce the Project AnchoR v2.0 standard to ensure AST-level compatibility and semantic integrity.
📜 Mandatory Template (AnchoR Standard)
All documents created under this skill MUST follow this structure:
-
Identity Header:
# Title :PROPERTIES: :ID: <semantic-slug> :PARENT: [[<parent-file>]] :TAGS: <tags> :STATUS: <DRAFT|STABLE|DEPRECATED> :END: -
Semantic Relations: Replace "SEE ALSO" or "Footnotes" with a structured RELATIONS drawer:
:RELATIONS: :LINKS: [[link1]], [[link2]] :END: -
Block IDs: For critical paragraphs or code blocks, append a block anchor if missing:
^id-123.
🛠️ Constraints for LLM
- No Line Numbers: Never refer to line numbers in documentation. Use
#idor/path. - Org-style Only: Use
:KEY: VALUEfor all metadata. - Atomic Notes: One concept per file (Zettelkasten).
- English Context: Body must be in English for international technical consistency.
🔍 Validation Logic
Before outputting, check:
- Does it have a
:PROPERTIES:drawer with a unique:ID:? - Is the
:PARENT:correctly linked? - Are all links using the
[[filename]]ZK syntax?
:FOOTER: :STANDARDS_VERSION: 2.0 :AUDITOR: auditor_neuron :END:
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 89 lines · 16 tokens per session scan A faaf952f7a14
wendao is a skill published in the GitHub repository tao3k/xiuxian-artisan-workshop (15 stars, last pushed today), licensed Apache-2.0. It adds 16 tokens to every session and 598 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
wiki_submit
Submit wiki documentation pages to Wegent backend API. Simplifies the HTTP POST process for wiki content submission.
silicon-throne
A Chinese-language planning framework that reorganizes complex work around an AI agent as the main coordinator. It breaks work into goals, constraints, decisions, actions, checks, and follow-up rules.
architecture-decision-record
ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs, recording an architectural decision, or evaluating options.
documentation-patterns
Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.
military-manual
A standard operating procedure for following documented steps from research through execution and later updates. It treats a manual as a source of instructions to understand, apply, check, and improve.
skill-creator
A guide for creating or improving an agent skill: a SKILL.md file that gives an AI a repeatable workflow for a specific task. It covers the skill’s name, search keywords, instructions, failure handling, and examples where needed.