Install
openclaw skills install wordControl Word app sessions, documents, selections, comments, export, and review state with osascript workflows.
openclaw skills install wordUser needs Microsoft Word controlled as a live application, not treated as a .docx file format.
Agent handles app attach, active document state, selection-aware edits, comments, track changes, export, and clean shutdown through the official osascript CLI.
If the main artifact is offline DOCX creation or structural file editing, use word-docx instead.
Memory lives in ~/word/. If ~/word/ does not exist, run setup.md. See memory-template.md for structure.
~/word/
├── memory.md # Environment facts, safe defaults, and last working control path
├── incidents.md # Reusable failures and proven recovery steps
└── document-notes.md # Non-sensitive notes about trusted documents, views, and export targets
Load only the smallest file that matches the current Word task and risk level.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Interface selection | execution-matrix.md |
| Live control patterns | live-control-patterns.md |
| Destructive action guardrails | safety-checklist.md |
| Debug and recovery | troubleshooting.md |
osascript available.osascript for live Word document control through the app's scripting dictionary..docx file -> review state, comments, fields, and view context drift apart.Data that stays local:
~/word/.Data that may leave your machine:
This skill does NOT:
Install with clawhub install <slug> if user confirms:
word-docx — Offline DOCX generation and editing when Word does not need to stay open.office — Broader Office task routing across documents, spreadsheets, and presentations.applescript — macOS app automation patterns when Word dictionary work needs deeper script design.clawhub star wordclawhub sync