AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Aos Author Word

skill-axutse-aos-agent-skill-document-aos-author-word · by axutse

Create, edit, inspect, convert, and visually verify professional Microsoft Word DOCX files while preserving editable structure. Use when Codex needs to author or locally revise reports, white papers, proposals, manuals, policies, brand books, tables, images, sections, headers, footers, high-fidelity image settings, DOCX-to-PDF conversion, metadata cleanup, or final page-by-page Word rendering QA.…

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-axutse-aos-agent-skill-document-aos-author-word

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-axutse-aos-agent-skill-document-aos-author-word)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aos Author Word? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AOS Word Authoring

Use semantic Word structure and complete visual verification. Read [references/docx-workflow.md](references/docx-workflow.md) before complex authoring or section work.

Treat DOCX editability and preservation of existing structure as the primary contract. Do not rebuild an entire document when the user requests localized edits, and do not claim complete visual QA when LibreOffice rendering is unavailable.

Workflow

  1. Preserve the original file and make localized changes for edit requests.
  2. Use python-docx for normal authoring and targeted OOXML only where required.
  3. Use real paragraph styles, list definitions, sections, headers, footers, and native tables.
  4. Set explicit page geometry, margins, image size, and table widths instead of relying on defaults.
  5. Run set_docx_high_fidelity.py before final rendering.
  6. Run inspect_docx.py and resolve unexpected metadata, sections, media, or settings.
  7. Render the DOCX with render_docx.py and inspect every PNG page.
  8. Re-render after each layout-sensitive change.
  9. Run scrub_docx_metadata.py before external publication when personal metadata is not required.

Commands

python scripts/inspect_docx.py input.docx --json
python scripts/set_docx_high_fidelity.py input.docx output.docx
python scripts/scrub_docx_metadata.py input.docx public.docx
python scripts/render_docx.py public.docx --output-dir render --emit-pdf
python scripts/lo_convert_to_pdf.py public.docx output.pdf

Quality rules

  • Do not deliver a DOCX solely because text extraction succeeds.
  • Inspect every rendered page for clipping, overlaps, glyph substitution, broken tables, image blur, page breaks, headers, footers, and numbering.
  • Keep tables editable and images proportional.
  • Remove comments, tracked changes, private metadata, and placeholders unless the user requests them.
  • If LibreOffice is unavailable, perform structural QA and disclose that render QA could not run.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.