بنقرة واحدة
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]'.