Install
$ agentstack add skill-orkas-ai-orkas-awesome-agentskills-office-word ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Office Word
When to Use
Use when the main artifact is a Microsoft Word document, .docx file, template, report, contract, policy, proposal, or review draft.
Also use when the user cares about styles, numbering, tables, headers, footers, sections, fields, comments, tracked changes, or cross-editor compatibility.
Do not use for spreadsheet logic, slide decks, PDF-only edits, or Notion/wiki capture unless a Word/DOCX artifact is part of the requested deliverable.
Workflow
- Classify the job: create, inspect, summarize, local edit, tracked-change edit, table/layout adjustment, template cleanup, or compatibility check.
- For an existing
.docx, inspect the package structure when needed:word/document.xml,styles.xml,numbering.xml, headers, footers, comments, relationships, and section properties. - Make a backup copy before editing an existing file. Never overwrite the only user-provided source file.
- Preserve the existing style system, numbering definitions, fields, bookmarks, comment anchors, revision blocks, section settings, and relationship files unless the user explicitly asks to change them.
- Edit the smallest safe span. This is especially important for legal, academic, business review, and tracked-change workflows.
- For new documents, use named styles and explicit page size, margins, table widths, section settings, and heading hierarchy.
- Before delivery, check text correctness, stale fields, table overflow, broken header/footer relationships, numbering stability, comments/revisions integrity, and compatibility risks.
Return Format
For a new document, return the generated .docx path and summarize the structure, styles, and main sections.
For inspection, return a short report with detected issues, risk level, and recommended fixes.
For edits, return the modified .docx path, the backup path if created, and a change summary. State whether tracked changes, comments, fields, numbering, headers/footers, and sections were preserved.
For failure, state the reason, affected document parts, and the safest fallback.
External Dependencies
- Microsoft Word is recommended for final human review of complex layout, field refresh, tracked changes, and compatibility.
- LibreOffice can provide rough conversion or preview checks when available.
- Python or Node.js document libraries may be used for automated generation or OOXML edits; ask before installing missing packages.
Limits and Known Issues
- Visible text can be split across runs, fields, bookmarks, comments, or revision blocks; plain-text replacement can corrupt structure.
- Tables, numbering, fields, headers, footers, comments, and section settings are common sources of layout drift.
.docmfiles may contain macros. Do not execute or modify macros unless the user explicitly asks and confirms the risk.- Legacy
.docfiles usually need conversion to.docx, and the converted result still needs visual review. - Automated checks cannot fully replace opening the final document in the target application when layout matters.
Examples
User: "Update the payment clause in this contract and preserve tracked changes and comments."
Handling: inspect revisions, comments, and nearby paragraph structure; create a backup; replace only the necessary text span; verify anchors and numbering after the edit.
User: "Make a weekly report Word document with summary, progress, risks, and next-week plan."
Handling: create a .docx with named styles, explicit margins, heading hierarchy, and tables for status/risk sections.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Orkas-AI
- Source: Orkas-AI/Orkas-Awesome-AgentSkills
- License: MIT
- Homepage: https://orkas.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.