markdown-converter by intellectronica/agent-skills
npx skills add https://github.com/intellectronica/agent-skills --skill markdown-converter使用 uvx markitdown 将文件转换为 Markdown 格式 — 无需安装。
# 转换并输出到标准输出
uvx markitdown input.pdf
# 保存到文件
uvx markitdown input.pdf -o output.md
uvx markitdown input.docx > output.md
# 从标准输入读取
cat input.pdf | uvx markitdown
-o OUTPUT # 输出文件
-x EXTENSION # 提示文件扩展名 (用于标准输入)
-m MIME_TYPE # 提示 MIME 类型
-c CHARSET # 提示字符集 (例如,UTF-8)
-d # 使用 Azure Document Intelligence
-e ENDPOINT # Document Intelligence 端点
--use-plugins # 启用第三方插件
--list-plugins # 显示已安装的插件
# 转换 Word 文档
uvx markitdown report.docx -o report.md
# 转换 Excel 电子表格
uvx markitdown data.xlsx > data.md
# 转换 PowerPoint 演示文稿
uvx markitdown slides.pptx -o slides.md
# 使用文件类型提示进行转换 (用于标准输入)
cat document | uvx markitdown -x .pdf > output.md
# 使用 Azure Document Intelligence 以获得更好的 PDF 提取效果
uvx markitdown scan.pdf -d -e "https://your-resource.cognitiveservices.azure.com/"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
-d 选项配合 Azure Document Intelligence每周安装量
661
代码仓库
GitHub 星标数
228
首次出现
2026年1月20日
安全审计
安装于
opencode600
gemini-cli582
codex578
github-copilot553
cursor549
amp518
Convert files to Markdown using uvx markitdown — no installation required.
# Convert to stdout
uvx markitdown input.pdf
# Save to file
uvx markitdown input.pdf -o output.md
uvx markitdown input.docx > output.md
# From stdin
cat input.pdf | uvx markitdown
-o OUTPUT # Output file
-x EXTENSION # Hint file extension (for stdin)
-m MIME_TYPE # Hint MIME type
-c CHARSET # Hint charset (e.g., UTF-8)
-d # Use Azure Document Intelligence
-e ENDPOINT # Document Intelligence endpoint
--use-plugins # Enable 3rd-party plugins
--list-plugins # Show installed plugins
# Convert Word document
uvx markitdown report.docx -o report.md
# Convert Excel spreadsheet
uvx markitdown data.xlsx > data.md
# Convert PowerPoint presentation
uvx markitdown slides.pptx -o slides.md
# Convert with file type hint (for stdin)
cat document | uvx markitdown -x .pdf > output.md
# Use Azure Document Intelligence for better PDF extraction
uvx markitdown scan.pdf -d -e "https://your-resource.cognitiveservices.azure.com/"
-d with Azure Document IntelligenceWeekly Installs
661
Repository
GitHub Stars
228
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode600
gemini-cli582
codex578
github-copilot553
cursor549
amp518
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
136,300 周安装