在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用星标3
分支0
更新时间2026年4月18日 15:04
Convert PDF files to markdown
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Convert PDF files to markdown
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Check Sentry errors, Axiom logs, and other monitoring sources for bugs, then fix them with regression tests
Recursively crawl a documentation site, converting each page to markdown
Fetch Google Docs and convert to markdown
Generate TTS audio from speaker_notes and upload to Vercel Blob
Generate AI illustrations for course cards and upload to Vercel Blob
| name | |
| description | Convert PDF files to markdown |
| user-invocable | false |
| allowed-tools | Read, Bash |
Convert one or more PDF files to markdown.
/pdf <path-or-url> [path2 ...] [-o output_dir]
-o <dir> if present (default: output/).bash fetch/ingest.sh "<url>" -o "<output_dir>" (handles download + conversion).bash fetch/parsers/pdf.sh "<path>" "<output_dir>"markitdown as primary converter, falls back to pdftotext.