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 axutse/aos-agent-skill-document --skill aos-author-wordgit clone --depth 1 https://github.com/axutse/aos-agent-skill-documentWrote 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/axutse/aos-agent-skill-document/aos-author-word)<a href="https://agentmods.dev/skills/axutse/aos-agent-skill-document/aos-author-word"><img src="https://agentmods.dev/badge/skills/axutse/aos-agent-skill-document/aos-author-word/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/axutse/aos-agent-skill-document/aos-author-word"><img src="https://agentmods.dev/badge/skills/axutse/aos-agent-skill-document/aos-author-word.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.00105 | $0.00535 |
| Opus 5 | $0.00053 | $0.00267 |
| Sonnet 5 | $0.00021 | $0.00107 |
| Haiku 4.5 | $0.00011 | $0.00053 |
Grade A, and why
aos-author-word 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 11d 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
AOS Word Authoring
Use semantic Word structure and complete visual verification. Read references/docx-workflow.md before complex authoring or section work.
Treat DOCX editability and preservation of existing structure as the primary contract. Do not rebuild an entire document when the user requests localized edits, and do not claim complete visual QA when LibreOffice rendering is unavailable.
Workflow
- Preserve the original file and make localized changes for edit requests.
- Use
python-docxfor normal authoring and targeted OOXML only where required. - Use real paragraph styles, list definitions, sections, headers, footers, and native tables.
- Set explicit page geometry, margins, image size, and table widths instead of relying on defaults.
- Run
set_docx_high_fidelity.pybefore final rendering. - Run
inspect_docx.pyand resolve unexpected metadata, sections, media, or settings. - Render the DOCX with
render_docx.pyand inspect every PNG page. - Re-render after each layout-sensitive change.
- Run
scrub_docx_metadata.pybefore external publication when personal metadata is not required.
Commands
python scripts/inspect_docx.py input.docx --json
python scripts/set_docx_high_fidelity.py input.docx output.docx
python scripts/scrub_docx_metadata.py input.docx public.docx
python scripts/render_docx.py public.docx --output-dir render --emit-pdf
python scripts/lo_convert_to_pdf.py public.docx output.pdf
Quality rules
- Do not deliver a DOCX solely because text extraction succeeds.
- Inspect every rendered page for clipping, overlaps, glyph substitution, broken tables, image blur, page breaks, headers, footers, and numbering.
- Keep tables editable and images proportional.
- Remove comments, tracked changes, private metadata, and placeholders unless the user requests them.
- If LibreOffice is unavailable, perform structural QA and disclose that render QA could not run.
What ships with it
7 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.
- 11d ago First seen · 41 lines · 105 tokens per session scan A e9f614afc973
aos-author-word is a skill published in the GitHub repository axutse/aos-agent-skill-document (2 stars, last pushed 29d ago), licensed MIT. It adds 105 tokens to every session and 535 once invoked, about $0.0005 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
word-document-review
Review and edit existing Word documents (.docx) through OfficeAgent with tracked changes, comments, revision decisions, table updates, footnotes, or page-layout changes. Use when a user asks to revise, redline, mark up, or resolve review state in an existing Word file. Do not use for read-only extraction…
document-generation
Generate Word (.docx), Excel (.xlsx) and PowerPoint (.pptx) documents and fill existing PDF forms, from real NetClaw data, with per-element provenance and no fabrication. Use when someone needs a deliverable rather than an answer — a change record to attach to a CR, an audit workbook for a compliance reviewer, a…
hermesoffice-documents
Produce and edit Word documents in HermesOffice Docs — block editing, tracked changes, reports, and the templates/docs library (meeting notes, business plan, PRD, decision memo, and more). Load for any request that creates or restructures a document.
hermesoffice
Core conventions for working inside the HermesOffice suite (Docs, Sheets, Slides, PDF) — session continuity, tool selection, and the save-and-reload contract. Load whenever a request originates from a HermesOffice AI panel or targets an office document on this machine.
office-artifacts
Manage Office files, formats and versions; use Writer, Calc or Impress for content.
writer-documents
Create, open or edit Writer documents: ODT default; DOCX for Word compatibility.