Agent Skills
› Hmbown/CodeWhale
› docx
docx
GitHub用于创建、编辑和检查 Word (.docx) 文档,支持备忘录、报告等格式。利用 python-docx 或 pandoc 工具处理文件,确保保留原件并验证内容准确性。
Trigger Scenarios
需要生成或修改 .docx 文件
提取 Word 文档中的文本内容
将其他格式转换为 Word 文档
Install
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.
Version History
- b0e4926 Current 2026-07-24 17:42


