Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/zhoujiegg123-svg/official-docx-cn-skill/official-docx-cn)<a href="https://agentmods.dev/skills/zhoujiegg123-svg/official-docx-cn-skill/official-docx-cn"><img src="https://agentmods.dev/badge/skills/zhoujiegg123-svg/official-docx-cn-skill/official-docx-cn/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/zhoujiegg123-svg/official-docx-cn-skill/official-docx-cn"><img src="https://agentmods.dev/badge/skills/zhoujiegg123-svg/official-docx-cn-skill/official-docx-cn.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.00146 | $0.01174 |
| Opus 5 | $0.00073 | $0.00587 |
| Sonnet 5 | $0.00029 | $0.00235 |
| Haiku 4.5 | $0.00015 | $0.00117 |
Grade A, and why
official-docx-cn 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.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Official DOCX CN
Overview
Use this skill when the user wants a Chinese formal-style .docx, not just a generic Word export.
This skill is intentionally strict. Prefer the bundled script over ad-hoc formatting so repeated outputs stay consistent.
When To Use
Use this skill when the user asks for any of the following:
- Convert Markdown to Chinese formal document format
- Rebuild an existing
.docxinto Chinese formal document format - Reformat a report, speech, summary, or statement into formal Chinese document style
- Apply stable fonts, line spacing, title hierarchy, and page numbers for formal materials
- Diagnose whether headings and body text are misclassified before generating a
.docx
Do not use this skill for:
- ordinary business memos with no formal-format requirement
- rich collaborative editing with tracked changes
- complex original
.docxsurgery where the existing file must be preserved exactly
For tracked changes or editing someone else's Word file in place, use the general docx skill instead.
Workflow
1. Check the source structure
If the source is Markdown, inspect the heading structure first.
This skill assumes:
#main title- first
##after the main title is the author/signature/date line when it looks like a name or date - later
##lines are second-level headings such as一、…… - paragraphs beginning with
一是 / 二是 / 三是 ...are candidate third-level items
If the source structure is inconsistent, fix the source or explain the mismatch before generating.
If the source is .docx, this skill extracts paragraph text and rebuilds the structure heuristically:
- first non-empty paragraph => main title
- next short name-like or date-like paragraph => author/signature/date line
- lines beginning with
一、二、三……=> second-level headings - lines beginning with
一是 / 二是 / 三是 ...=> third-level items - everything else => body paragraphs
This is intended for restyling non-standard Word files. It does not preserve the source file's original styles.
What ships with it
3 files 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 · 141 lines · 146 tokens per session scan A f81a42b25c6c
official-docx-cn is a skill published in the GitHub repository zhoujiegg123-svg/official-docx-cn-skill (2 stars, last pushed 6mo ago), licensed MIT. It adds 146 tokens to every session and 1,174 once invoked, about $0.0007 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
baoyu-youtube-transcript
A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.
baoyu-url-to-markdown
Fetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. Handles login/CAPTCHA via interaction wait modes. Use when user wants to save a webpage as markdown.
pentest-report-generator
Aggregate findings and generate multi-format pentest reports with remediation roadmap and risk scoring.
daftai-url-to-markdown
Fetch any URL and convert to markdown using Chrome CDP, with automatic image downloading. Supports auto-capture and wait-for-user modes. Downloads article images to local directory and rewrites image references to relative paths. Use when user wants to save a webpage as markdown with images. Keywords: url to markdown…
cyber-ir-playbook
Build incident response timelines and report packs from event logs. Use for detection-to-recovery reporting, phase tracking, and stakeholder-ready incident summaries.
docs-pipeline-automation
Build repeatable data-to-Docs pipelines from Sheets and Drive sources. Use for automated status reports, template-based document assembly, and scheduled publishing workflows.