documents

Automates end-to-end DOCX document workflows with Python scripts and render_docx.py.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Ab0umar/SRV100_Acc --skill documents-ab0umar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documents
Source: https://github.com/Ab0umar/SRV100_Acc/tree/main/.codex/plugins/cache/openai-primary-runtime/documents/26.423.10653/skills/documents
Command: npx skills add https://github.com/Ab0umar/SRV100_Acc --skill documents-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, lxml, and includes scripts (resource) components.

What problem does it solve?

This skill provides a self-contained environment to create, edit, redline, and review DOCX files inside a container, enabling consistent, auditable document workflows.

Core Features & Use Cases

  • Deterministic editing workflow: perform edits, redlines, and comments on DOCX files with predictable outputs.
  • Artifact-tool QA rendering: render and visually verify layouts using render_docx.py with the artifact-tool renderer, ensuring pages, headers, and footers render correctly before delivery.
  • Use case example: a compliance report is prepared offline, edits are applied via the included scripts, then the final DOCX is validated through page-accurate PNG renders and saved for distribution.

Quick Start

Render the edited DOCX and visually verify all pages using artifact-tool, then deliver the final DOCX.

Frequently Asked Questions about documents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate DOCX document editing and redlining in a containerized environment?

Automate DOCX document editing by running Python scripts inside a container to apply redlines, comments, and text changes with deterministic, predictable outputs for consistent review workflows.

What is artifact-tool QA rendering for DOCX files?

Artifact-tool QA rendering visually verifies DOCX layouts by generating page-accurate PNG renders, ensuring headers, footers, and pages display correctly before final document delivery.

Can I use python-docx to add comments and redlines to existing DOCX files?

Yes, python-docx combined with lxml supports adding comments and redlines to existing DOCX files, enabling structured edits and annotations within an automated document workflow.

What is the best way to visually verify DOCX layout before delivery?

Visually verify DOCX layout by using the render_docx.py runner with the artifact-tool renderer to produce page-accurate visual outputs, validating headers and footers before distribution.

Does DOCX QA rendering work in isolated offline environments?

Yes, DOCX QA rendering works in isolated offline environments by running the self-contained container workflow, allowing compliance reports to be prepared, edited, and validated without external dependencies.

Why does my automated DOCX editing workflow produce inconsistent formatting?

Inconsistent DOCX formatting often results from non-deterministic editing processes; using a containerized Python script workflow with lxml ensures predictable, auditable outputs for every document edit.