Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるスター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.