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 agentmods add skills/eldanring/qubicl/docxnpx skills add EldanRing/qubicl --skill docxgit clone --depth 1 https://github.com/EldanRing/qubiclWrote 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/eldanring/qubicl/docx)<a href="https://agentmods.dev/skills/eldanring/qubicl/docx"><img src="https://agentmods.dev/badge/skills/eldanring/qubicl/docx.svg" alt="Measured on agentmods" 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.00048 | $0.00308 |
| Opus 5 | $0.00024 | $0.00154 |
| Sonnet 5 | $0.00010 | $0.00062 |
| Haiku 4.5 | $0.00005 | $0.00031 |
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 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.
What it actually says
DOCX workflows
Keep inputs and outputs under /home/qubicl. Obtain this skill's resourceRoot from skill_view and run bundled helpers with /opt/qubicl/skills-venv/bin/python. Qubicl computer and workstation images contain the pinned libraries; never install dependencies as part of the workflow.
Useful helpers beneath <resourceRoot>/scripts/:
docx_read.py FILE --text|--structure|--styles|--revisionsdocx_create.py SPEC.json OUTPUT.docxdocx_edit.pyfor text, paragraph, style, and table-cell editsdocx_template.py TEMPLATE.docx VALUES.json OUTPUT.docxdocx_comments.pyanddocx_revisions.pydocx_validate.py FILE
Read references/revisions-and-comments.md only for tracked-change or comment work.
Inspect before editing, write to a new output unless in-place work was requested, and validate after every mutation. On workstation computers, use LibreOffice for a final PDF render when visual layout matters; on computer computers, report that structured DOCX operations work but office rendering may be unavailable. Preserve unknown OOXML parts whenever a helper supports doing so.
What ships with it
10 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.
- LICENSE 1.0 KB
- references/revisions-and-comments.md 3.9 KB
- scripts/docx_comments.py 10 KB runs code
- scripts/docx_common.py 3.3 KB runs code
- scripts/docx_create.py 6.3 KB runs code
- scripts/docx_edit.py 8.4 KB runs code
- scripts/docx_read.py 5.3 KB runs code
- scripts/docx_revisions.py 4.5 KB runs code
- scripts/docx_template.py 2.4 KB runs code
- scripts/docx_validate.py 6.1 KB runs code
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 · 22 lines · 48 tokens per session scan A b1dd64f9aa62
docx is a skill published in the GitHub repository EldanRing/qubicl (4 stars, last pushed yesterday), licensed Apache-2.0. It adds 48 tokens to every session and 308 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-31.
Other skills, from other repositories
site-report
Runs a bulk site audit with one command and produces a ready-made report: Excel (4 worksheets, filters, chart), Word (for the client), CSV (for the tracker), or Markdown. Site-level tools run once, while page-level tools run for every URL in the sitemap; everything is consolidated into one JSON document from which a…
harbor-clerk
Search and read documents from a local Harbor Clerk knowledge base. Use when the user references their personal documents, contracts, notes, emails, or asks "what did I store about X?".
pptx-html-fidelity-audit
Audit a python-pptx export against its source HTML deck, identify layout/content drift (footer overflow, cropped content, missing italic/em, lost styling, off-rhythm spacing), and re-export with strict footer-rail + cursor-flow layout discipline. Use this skill whenever the user has a .pptx that was generated from an…
clinical-case-report
Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
invoice
A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".