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 SebastianLuser/claude-code-arcane --skill docx-generatorgit clone --depth 1 https://github.com/SebastianLuser/claude-code-arcaneWrote 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/sebastianluser/claude-code-arcane/docx-generator)<a href="https://agentmods.dev/skills/sebastianluser/claude-code-arcane/docx-generator"><img src="https://agentmods.dev/badge/skills/sebastianluser/claude-code-arcane/docx-generator/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/sebastianluser/claude-code-arcane/docx-generator"><img src="https://agentmods.dev/badge/skills/sebastianluser/claude-code-arcane/docx-generator.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.00032 | $0.03688 |
| Opus 5 | $0.00016 | $0.01844 |
| Sonnet 5 | $0.00006 | $0.00738 |
| Haiku 4.5 | $0.00003 | $0.00369 |
Grade A, and why
docx-generator 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 6d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
60 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.
- assets/styles/academic_styles.xml 7.2 KB
- assets/styles/corporate_styles.xml 8.3 KB
- assets/styles/default_styles.xml 12 KB
- assets/xsd/aesthetic-rules.xsd 25 KB
- assets/xsd/business-rules.xsd 5.5 KB
- assets/xsd/common-types.xsd 5.1 KB
- assets/xsd/wml-subset.xsd 25 KB
- references/cjk_typography.md 12 KB
- references/cjk_university_template_guide.md 7.7 KB
- references/comments_guide.md 6.4 KB
- references/design_good_bad_examples.md 30 KB
- references/design_principles.md 27 KB
- references/openxml_element_order.md 11 KB
- references/openxml_encyclopedia_part1.md 137 KB
- references/openxml_encyclopedia_part2.md 92 KB
- references/openxml_encyclopedia_part3.md 119 KB
- references/openxml_namespaces.md 5.4 KB
- references/openxml_units.md 2.3 KB
- references/scenario_a_create.md 7.7 KB
- references/scenario_b_edit_content.md 7.8 KB
- references/scenario_c_apply_template.md 18 KB
- references/track_changes_guide.md 5.2 KB
- references/troubleshooting.md 19 KB
- references/typography_guide.md 9.9 KB
- references/xsd_validation_guide.md 4.9 KB
- scripts/doc_to_docx.sh 872 B runs code
- scripts/docx_preview.sh 836 B runs code
- scripts/dotnet/MiniMaxAIDocx.Cli/Program.cs 591 B
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/AnalyzeCommand.cs 6.0 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/ApplyTemplateCommand.cs 13 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/CreateCommand.cs 14 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/DiffCommand.cs 6.0 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/EditContentCommand.cs 19 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/FixOrderCommand.cs 4.4 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/MergeRunsCommand.cs 4.7 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Commands/ValidateCommand.cs 4.1 KB
- scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/CommentSynchronizer.cs 6.3 KB
- scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/ElementOrder.cs 4.1 KB
- scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/NamespaceConstants.cs 3.5 KB
- scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/RunMerger.cs 2.6 KB
- scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/StyleAnalyzer.cs 2.9 KB
- scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/TrackChangesHelper.cs 3.0 KB
- scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/UnitConverter.cs 1.0 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch1.cs 38 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch2.cs 42 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch3.cs 44 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch4.cs 47 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples.cs 76 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/CharacterFormattingSamples.cs 46 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/DocumentCreationSamples.cs 52 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/FieldAndTocSamples.cs 26 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/FootnoteAndCommentSamples.cs 30 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/HeaderFooterSamples.cs 35 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/ImageSamples.cs 39 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/ListAndNumberingSamples.cs 34 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/ParagraphFormattingSamples.cs 56 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/StyleSystemSamples.cs 64 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/TableSamples.cs 51 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Samples/TrackChangesSamples.cs 26 KB
- scripts/dotnet/MiniMaxAIDocx.Core/Typography/CjkHelper.cs 1.2 KB
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.
- 6d ago First seen · 250 lines · 32 tokens per session scan A 6e75ec877a23
docx-generator is a skill published in the GitHub repository SebastianLuser/claude-code-arcane (2 stars, last pushed yesterday), with no licence file. It adds 32 tokens to every session and 3,688 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-09-03.
Other skills, from other repositories
npoi
Use when reading/writing Excel (.xls/.xlsx) or Word (.doc/.docx) files in .NET without Microsoft Office — data import/export, report generation, template filling. NPOI: .NET port of Apache POI for Office file I/O in server environments.
devexpress-office-file-api-excel-export
Build .NET applications with the DevExpress Excel Export Library for streaming generation of Excel files with low memory footprint. Use when generating large Excel reports, writing rows sequentially, building Excel files from data grids or report engines, or when the full Spreadsheet Document API would use too much…
devexpress-office-file-api-pdf
Build .NET applications with the DevExpress PDF Document API for creating, reading, editing, merging, signing, and extracting content from PDF files programmatically. Use when working with PDF documents, PDF generation, PDF graphics API, interactive PDF forms, digital signatures, PDF/A compliance, text extraction…
devexpress-office-file-api-word-processing
Build .NET applications with the DevExpress Word Processing Document API for creating, reading, modifying, and exporting Word documents programmatically without Microsoft Office. Use when working with .docx, .doc, .rtf, .odt, .txt documents, paragraphs, tables, styles, mail merge, headers/footers, fields, track…
devexpress-reports-aspnetcore
Integrate DevExpress Report Viewer and Report Designer into ASP.NET Core MVC and Razor Pages. Configure Program.cs with AddDevExpressControls, ConfigureReportingServices. Set up npm bundling (bundleconfig.json, libman.json). Implement ReportStorageWebExtension, IReportProvider. Customize viewer toolbar, tab panel…
devexpress-office-file-api-presentation
Build .NET applications with the DevExpress Presentation API for creating, reading, modifying, and exporting PowerPoint presentations programmatically without Microsoft Office. Use when working with .pptx files, slides, shapes, text, tables, slide masters and layouts, themes, slide backgrounds, notes, headers/footers…