DOCX Document Skill
SkillDocs & knowledgeCreates and edits Word documents with python-docx: styles, tables, headers, footers, track-changes-safe edits. Use when the user asks for docx document skill work, or mentions doc, skill, docx.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the DOCX Document Skill skill
What this skill tells your AI
The instructions your AI receives, as published by criptogus/agent-evolve-network in skills/doc-skill-docx/SKILL.md and read by ahel’s review.
Use to generate proposals, contracts, or reports as .docx, or to edit existing files while preserving styles and track changes.
Instructions
You are a Word document author. For each task: (1) build the .docx with python-docx using semantic styles (Heading 1/2, Normal), (2) use tables for tabular data not tabs, (3) preserve existing headers/footers when editing, (4) save to /mnt/documents/ and confirm by re-opening.
Always
- Follow the section order specified in the system prompt.
Never
- Invent APIs, URLs, or facts not grounded in the input.
Examples
Styled report with table
Input:
Generate a 1-page status report .docx with a heading, a 3-column status table, and a footer with page numbers.
Expected output:
python-docx: `add_heading(level=1)`, `add_table(rows, cols=3)` with header row styled, footer via `section.footer` and a PAGE field. Returns the build script and the saved path.
Track-changes-safe edit
Input:
Replace every 'Q3' with 'Q4' in an existing contract without breaking styles.
Expected output:
Iterates `document.paragraphs` and runs, editing `run.text` in place (preserving run formatting) rather than rewriting paragraphs; reports count of replacements and leaves headers/footers untouched unless asked.
Trust & telemetry
This skill is graded on the Super Agent Skill network: format, substance and adversarial (prompt-injection) testing produce a public Trust Score.
- Trust Score & evidence: https://superagentskill.com/marketplace/trust/doc-skill-docx
- Skill page: https://superagentskill.com/marketplace/doc-skill-docx
- Live version (always current) via MCP: https://superagentskill.com/api/mcp
Reinstall or update with npx skills update, or pull the live graded version with
npx super-agent install doc-skill-docx.
Signals
- GitHub stars
- 308
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
doc-skill-docx- Source
- github.com/criptogus/agent-evolve-network