一键导入
markitdown
Convert documents (PDF, Word, Excel, PowerPoint, images) to Markdown text for LLM processing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert documents (PDF, Word, Excel, PowerPoint, images) to Markdown text for LLM processing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Feishu/Lark platform interaction via MCP - documents, tasks, calendar, Bitable, messaging
Use the Claude Code CLI for complex refactors, multi-file changes, and sustained codebase exploration
Use the OpenAI Codex CLI for quick fixes, targeted edits, and non-interactive automation
Use external coding tools (Claude Code, Codex, Cursor) via invoke_coding_tool and coding_tool_apply to implement, debug, and refactor code
Use the Cursor CLI agent mode for IDE-integrated coding with project rules and repo-aware edits
Learn from experience — capture insights, organize knowledge, share reusable practices as skills, and refine your role over time
| name | markitdown |
| description | Convert documents (PDF, Word, Excel, PowerPoint, images) to Markdown text for LLM processing |
You have access to the MarkItDown MCP tool (markitdown__convert_to_markdown) for converting files to Markdown.
Use this tool when:
Note: For images attached directly in chat, the system automatically handles conversion when your model doesn't support vision. This skill is for converting files on disk that you encounter during tasks.
MarkItDown supports 29+ file formats including:
markitdown__convert_to_markdown({ uri: "file:///path/to/document.pdf" })
The tool accepts a file URI and returns the content converted to Markdown format.
MarkItDown requires Python 3.10+ and the markitdown package:
pip install 'markitdown[all]'
Or install only specific format support:
pip install 'markitdown[pdf,docx,pptx]'
pip install 'markitdown[all]'.