markitdown とは?
Microsoft/Markitdown を使用してドキュメント (PDF、Word、Excel、PowerPoint、画像、HTML) を Markdown に変換します。ドキュメント分析、コンテンツ抽出、LLM の前処理、またはバッチドキュメント変換に使用します。 OCR/LLM 説明付きの画像、音声転写、ZIP アーカイブをサポートします。 ソース: rysweet/amplihack。
Microsoft/Markitdown を使用してドキュメント (PDF、Word、Excel、PowerPoint、画像、HTML) を Markdown に変換します。ドキュメント分析、コンテンツ抽出、LLM の前処理、またはバッチドキュメント変換に使用します。 OCR/LLM 説明付きの画像、音声転写、ZIP アーカイブをサポートします。
コマンドラインで markitdown AI スキルを開発環境にすばやくインストール
ソース: rysweet/amplihack。
Convert various document formats to clean Markdown using Microsoft's MarkItDown tool. Optimized for LLM processing, content extraction, and document analysis workflows.
Supported Formats: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx/.xls), Images (with OCR/LLM), HTML, Audio (with transcription), CSV, JSON, XML, ZIP archives, EPubs
| PDF | Reports, papers | md.convert("file.pdf") | | Word | Documents | md.convert("file.docx") | | Excel | Data tables | md.convert("file.xlsx") | | PowerPoint | Presentations | md.convert("file.pptx") | | Images | Diagrams with OCR | md = MarkItDown(llmclient=client); md.convert("img.jpg") | | HTML | Web pages | md.convert("page.html") |
Microsoft/Markitdown を使用してドキュメント (PDF、Word、Excel、PowerPoint、画像、HTML) を Markdown に変換します。ドキュメント分析、コンテンツ抽出、LLM の前処理、またはバッチドキュメント変換に使用します。 OCR/LLM 説明付きの画像、音声転写、ZIP アーカイブをサポートします。 ソース: rysweet/amplihack。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/rysweet/amplihack --skill markitdownMicrosoft/Markitdown を使用してドキュメント (PDF、Word、Excel、PowerPoint、画像、HTML) を Markdown に変換します。ドキュメント分析、コンテンツ抽出、LLM の前処理、またはバッチドキュメント変換に使用します。 OCR/LLM 説明付きの画像、音声転写、ZIP アーカイブをサポートします。 ソース: rysweet/amplihack。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rysweet/amplihack --skill markitdown インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/rysweet/amplihack