Agent Skills
› Hmbown/CodeWhale
› docx
docx
GitHub用于创建、编辑和检查Word文档(.docx)的技能,支持备忘录、报告等格式。通过python-docx或pandoc处理文件,保留原件并验证内容。
Trigger Scenarios
需要生成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


