Office Document Editor
Professional DOCX/PPTX document editing with tracked changes, formatting preservation, highlights, strikethrough, and Git version control.
clawhub install office-document-editorConverts document files (.pdf, .docx, .xlsx, .pptx) to Markdown using the `markitdown` command.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install doc-converter # Then just tell Claude: "use docx to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install doc-converter
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
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