name: word slug: word version: 1.0.0 homepage: https://clawic.com/skills/word description: Control Word app sessions, documents, selections, comments, export, and review state with osascript workflows. changelog: Initial release with live Word automation patterns for sessions, selections, review actions, export, and recovery. metadata: {"clawdbot":{"emoji":"📝","requires":{"bins":["osascript"]},"os":["darwin"],"configPaths":["~/word/"]}}
User 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.想要更强大的技能插件,就来小葱技能站7w4.net看看吧。
.docx file -> review state, comments, fields, and view context drift apart.Data that stays local:
- Document paths, environment notes, and reusable fixes in ~/word/.
- Document contents accessed through local Word automation.
Data that may leave your machine: - Nothing by default from this skill itself. - A document's own links, add-ins, macros, or cloud-backed autosave behavior may contact external systems.
This skill does NOT: - Use Microsoft Graph, cloud document APIs, or OAuth flows. - Disable review warnings silently. - Accept destructive document-wide changes without explicit confirmation. - Bypass Word protection prompts.
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这个 Skill 质量不错,文档写得清晰有条理,操作步骤规范,安全考虑也比较周到,适合需要自动化控制 Word 办公的用户。不足之处是对使用环境有要求,操作指南比较详细但缺乏可直接运行的工具,复杂文档场景的支持还有欠缺。日常简单自动化任务够用,但处理复杂需求时可能需要额外探索。