local-docx-editor

Installation
SKILL.md

Local DOCX Editor Skill

QUICK REFERENCE

  • Utility script: scripts/local/docx_utils.py
  • Sample script: scripts/samples/sample_docx_edit.py
  • Safe copy: scripts/local/safe_copy.py
  • Output folder: output/docx/
  • Working folder: output/working/
  • Run with: .venv\Scripts\python.exe scripts/samples/sample_docx_edit.py
  • 3-Step workflow: (1) Copy from input/ to output/working/ → (2) Edit the copy → (3) Save to output/docx/
  • Python: ALWAYS use .venv\Scripts\python.exe (never bare python)

Edit and manipulate Word documents locally without requiring Canva API.

CRITICAL: Never Modify Original Files

Installs
8
GitHub Stars
14
First Seen
Apr 20, 2026
local-docx-editor — openanalystinc/10x-content-expert