# Word Generator

> Word Generator

- Skill: `chainlesschain/word-generator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/word-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/word-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/word-generator

---


# Word Generator

Word 文档生成技能，基于 docx + mammoth 库。

## 功能

| 操作     | 命令                                                     | 说明             |
| -------- | -------------------------------------------------------- | ---------------- |
| 从MD生成 | `--from-md <file.md> --output <file.docx>`               | Markdown 转 Word |
| 创建     | `--create --title "..." --content "..." --output <file>` | 从内容创建       |
| 读取     | `--read <file.docx>`                                     | 读取Word文档内容 |

