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 Rylaispirit/rylai-codex-hermes-skills --skill docxgit clone --depth 1 https://github.com/Rylaispirit/rylai-codex-hermes-skillsWrote 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/rylaispirit/rylai-codex-hermes-skills/docx)<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/docx"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/docx/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/rylaispirit/rylai-codex-hermes-skills/docx"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/docx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00035 | $0.00573 |
| Opus 5 | $0.00017 | $0.00287 |
| Sonnet 5 | $0.00007 | $0.00115 |
| Haiku 4.5 | $0.00003 | $0.00057 |
Grade A, and why
docx 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 10d 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 — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rylai DOCX
This is an original Rylai Codex-Hermes-Claude workflow. Use the open-source
python-docx package for document work and LibreOffice only when local
rendering is useful.
Runtime
- Required for the bundled script: Python 3 and
python-docx. - Optional: LibreOffice (
soffice) for PDF rendering. - Resolve
scripts/docx_tool.pyrelative to this skill folder. - Do not install packages unless the user approves installation.
- Set new or modified document author metadata to
Rylaiunless the user explicitly requests another author.
Workflow
- Inspect source files and identify the requested document structure.
- Keep instructions out of the final document body.
- Create a new output path instead of overwriting the user's source.
- Reopen the saved DOCX to verify that it is readable.
- For layout-sensitive work, render to PDF with LibreOffice and inspect the result.
Bundled CLI
Create a styled DOCX from simple Markdown:
python scripts/docx_tool.py create input.md output.docx --title "Report"
Supported Markdown includes headings, paragraphs, bullet lists, numbered lists, block quotes, simple emphasis, inline code, and pipe tables.
Inspect structure and metadata:
python scripts/docx_tool.py inspect output.docx
python scripts/docx_tool.py inspect output.docx --text
Replace text while keeping the source unchanged:
python scripts/docx_tool.py replace input.docx output.docx \
--set "{{client}}=Rylai Studio" \
--set "{{date}}=2026-08-09"
Render to PDF when LibreOffice is available:
python scripts/docx_tool.py render output.docx rendered
Quality Rules
- Preserve the visual conventions of an existing document unless the user asks for a redesign.
- Use real heading styles instead of visually enlarged body paragraphs.
- Keep tables readable and avoid squeezing too many columns onto one page.
- Verify metadata, paragraph count, table count, and extracted text with the
inspectcommand. - Report that visual verification was skipped when LibreOffice is unavailable.
What ships with it
2 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.
- 10d ago First seen · 81 lines · 35 tokens per session scan A 923992ff3dd0
docx is a skill published in the GitHub repository Rylaispirit/rylai-codex-hermes-skills (55 stars, last pushed 27d ago), licensed MIT. It adds 35 tokens to every session and 573 once invoked, about $0.0002 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-30.
Other skills, from other repositories
library-rag
Semantic search over a personal library using Nemotron-3-Embed-1B embeddings + sqlite-vec. Index books, documents, any text corpus; query by meaning. Includes EPUB→Markdown conversion and MCP server for auto-available search tools.
document-converter
Convert between document formats: Markdown↔HTML, CSV↔JSON, YAML↔TOML, JSON↔YAML, CSV↔Markdown table, HTML→plain text, JSON→CSV (flattening nested objects), Excel→CSV, Markdown→PDF. Requires pandoc for PDF and openpyxl for Excel.
fill-template
Bulk-fill ONE master template — a Word (.docx) letter/form or an Excel (.xlsx) form — from a data table, producing one filled file per row (mail-merge). Use whenever the user wants to "fill in this letter for each person", "mail merge", "generate letters for this list", "run this template over a spreadsheet", or hands…
people-enrichment
Enrich and search People Data Labs (PDL) Person and Company data, writing results to .xlsx. Five operations: enrich named PEOPLE into a profile, employment history and LinkedIn URL; IDENTIFY an ambiguous person as several scored candidates; SEARCH people by criteria (company, title, location); enrich COMPANIES into…
powerpoint
Create, read, edit .pptx decks, slides, notes, templates.
nano-pdf
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).