Safe Docx
JSON →Edit Word (.docx) documents with tracked changes, redlines, and formatting preservation. MIT licensed, 100% local processing.
Install
npx -y @usejunior/safe-docx Tools · 4
- read_file Read a .docx file and return its content in a specified format (e.g., markdown or plain text).
- grep Search for a pattern within a .docx file and return matching locations or paragraph IDs.
- replace_text Replace text in a specific paragraph identified by target_paragraph_id, replacing old_string with new_string, guided by an instruction.
- save Save the current document state to a local file path, optionally specifying the save format.
Links
★ 30 GitHub stars