원클릭으로
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]'.