返回 CodeWhale
SKILL.md
根目录 / crates / tui / assets / skills / docx / SKILL.md
1 ---
2 name: docx
3 description: Create/edit/inspect Word documents using available managed or host capabilities.
4 invocation: model+user
5 ---
6
7 # Docx
8
9 ## When to use
10 Use for `.docx` / Word-style documents (memos, reports, letters, templates).
11
12 ## Compatibility
13 `documents` is a compatibility alias for this skill.
14
15 ## Workflow
16 1. Prefer `.docx` in the workspace.
17 2. Preserve originals unless in-place edit is requested.
18 3. Use python-docx/pandoc when available.
19 4. Verify by reopening and extracting representative text.
20
20 lines MARKDOWN