official-docx-cn

official-docx-cn is a skill for Codex from zhoujiegg123-svg/official-docx-cn-skill. It costs 146 tokens per session (1,174 once invoked), scanned A, original, MIT.

A formatter for Chinese official-style Word documents created from Markdown or existing DOCX files. It applies fixed rules for Chinese and Latin fonts, line spacing, headings, and page numbers.

In plain words
What is it for?
Use it to create or reformat formal Chinese reports, speeches, statements, and other Word documents.
Why use it?
It removes the need to manually enforce formal Chinese document standards across every page.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/you/Desktop/output.docx.

Good fit Use it to create or reformat formal Chinese reports, speeches, statements, and other Word documents.

Compare 6 skills from other repositories ↓
Install

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.

Made for: 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 official-docx-cn

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhoujiegg123-svg/official-docx-cn-skill/official-docx-cn/github.svg)](https://agentmods.dev/skills/zhoujiegg123-svg/official-docx-cn-skill/official-docx-cn)
Your own site
<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.

agentmods 80×15 button for official-docx-cn

Your own site · 80×15
<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>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,174 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.00146 $0.01174
Opus 5 $0.00073 $0.00587
Sonnet 5 $0.00029 $0.00235
Haiku 4.5 $0.00015 $0.00117

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_official_doc.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

official-docx-cn/SKILL.md · 141 lines

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 .docx into 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 .docx surgery 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.

Read the full file on GitHub · 141 lines

Files

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.

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 · 141 lines · 146 tokens per session scan A f81a42b25c6c

Subscribe to this mod's changes

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.

Related

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.

JimLiu/baoyu-skills · 107 tokens

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.

JimLiu/baoyu-skills · 72 tokens

pentest-report-generator

Aggregate findings and generate multi-format pentest reports with remediation roadmap and risk scoring.

0x-Professor/Agent-Skills-Hub · 21 tokens

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…

daftAI2026/daftAI-skills · 80 tokens

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.

0x-Professor/Agent-Skills-Hub · 34 tokens

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.

0x-Professor/Agent-Skills-Hub · 36 tokens