wendao

wendao is a skill for Claude Code, Codex from tao3k/xiuxian-artisan-workshop. It costs 16 tokens per session (598 once invoked), scanned A, original, Apache-2.0.

A documentation rule set for Wendao DocOS, a system for storing linked technical notes. It defines the required structure and metadata for each document.

In plain words
What is it for?
Use it when creating or editing Wendao documentation, especially notes that need titles, identifiers, relationships, statuses, and stable paragraph or code-block links.
Why use it?
It prevents documents from using inconsistent formats or losing links between related ideas. It also keeps the notes readable by tools that inspect their structure.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating or editing Wendao documentation, especially notes that need titles, identifiers, relationships, statuses, and stable paragraph or code-block links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tao3k/xiuxian-artisan-workshop/wendao
Install

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.

Any agent
npx skills add tao3k/xiuxian-artisan-workshop --skill wendao
Clone the repo
git clone --depth 1 https://github.com/tao3k/xiuxian-artisan-workshop

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for wendao

README.md
[![agentmods](https://agentmods.dev/badge/skills/tao3k/xiuxian-artisan-workshop/wendao/github.svg)](https://agentmods.dev/skills/tao3k/xiuxian-artisan-workshop/wendao)
Your own site
<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.

agentmods 80×15 button for wendao

Your own site · 80×15
<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>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 598 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash faaf952f7a14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

internal_skills/wendao/SKILL.md · 89 lines

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:

  1. Identity Header:

    # Title
    
    :PROPERTIES:
    :ID: <semantic-slug>
    :PARENT: [[<parent-file>]]
    :TAGS: <tags>
    :STATUS: <DRAFT|STABLE|DEPRECATED>
    :END:
    
  2. Semantic Relations: Replace "SEE ALSO" or "Footnotes" with a structured RELATIONS drawer:

    :RELATIONS:
    :LINKS: [[link1]], [[link2]]
    :END:
    
  3. 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 #id or /path.
  • Org-style Only: Use :KEY: VALUE for 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:

Files

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.

Changes

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.

  1. 12d ago First seen · 89 lines · 16 tokens per session scan A faaf952f7a14

Subscribe to this mod's changes

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.