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质量中等偏上。这个技能把 Word 排版的方法整理得很系统,有清晰的步骤指引和常见问题提醒,新手容易上手。但不足在于缺少实际案例展示,用户只能看到流程说明而不知道效果到底怎么样。如果你需要的是拿来就能用的模板或示例,这个技能目前还比较欠缺。