Office Document Editor
专业的 DOCX/PPTX 文档编辑,支持修订追踪、格式保留、高亮、删除线和 Git 版本控制。
Professional DOCX/PPTX document editing with tracked changes, formatting preservation, highlights, strikethrough, and Git version control.
clawhub install office-document-editor将文档文件(.pdf、.docx、.xlsx、.pptx)转换为 Markdown 格式,使用 markitdown 命令处理。
Converts document files (.pdf, .docx, .xlsx, .pptx) to Markdown using the `markitdown` command.
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install doc-converter # 之后直接对 Claude 说"用 docx 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install doc-converter
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
基于 markitdown 本地转换,无需外部 API
markitdown command on the input file path and outputs the resulting Markdown text.markitdown "{file_path}"
clawhub install doc-converter && clawhub run doc-converter --input contract.pdf --output contract.md && cat contract.md