Agent Skills
› Hmbown/Codewhale
› docx
docx
GitHub用于创建、编辑和检查 Word 文档 (.docx),支持备忘录、报告等。利用 python-docx 或 pandoc 处理,优先保留原件并验证内容。
触发场景
需要生成或修改 Word 文档
提取 Word 文档内容
将其他格式转换为 Word
安装
npx skills add Hmbown/Codewhale --skill docx -g -y
SKILL.md
Frontmatter
{
"name": "docx",
"invocation": "model+user",
"description": "Create\/edit\/inspect Word documents using available managed or host capabilities."
}
Docx
When to use
Use for .docx / Word-style documents (memos, reports, letters, templates).
Compatibility
documents is a compatibility alias for this skill.
Workflow
- Prefer
.docxin the workspace. - Preserve originals unless in-place edit is requested.
- Use python-docx/pandoc when available.
- Verify by reopening and extracting representative text.
版本历史
- b0e4926 当前 2026-07-24 17:42


