Agent Skills
› Hmbown/CodeWhale
› docx
docx
GitHub用于创建、编辑和检查 Word 文档(.docx),支持备忘录、报告等格式。通过 python-docx 或 pandoc 处理,优先在 workspace 中操作并保留原件,最后验证内容。
Trigger Scenarios
用户要求生成 Word 文档
用户需要修改现有 .docx 文件
用户需要提取 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


