用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/danielrosehill/document-to-markdown-plugin --skill extract-tables命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when you need to split a long Markdown document into logical sections
Use when you need to fully process a PDF into Markdown, chunks, and table exports in one workflow
Use when you have a scanned PDF with no embedded text layer and need to add OCR text
| name | extract-tables |
| description | Use when you need to extract tables from a PDF into individual CSV files |
Detect and extract tables from a PDF document, saving each as a CSV file with a manifest index.
--engine=camelot or --engine=tabula (optional; defaults to camelot with tabula fallback)--pages=all, or --pages=1,3,5-7 (optional; defaults to all pages)$CLAUDE_USER_DATA/document-to-markdown/venv/.tables/ next to the source PDF.tables/NN-p<page>-<slug>.csv, where NN is a zero-padded sequence number, <page> is the page number, and <slug> is derived from the caption.tables/index.toon manifest with one entry per table, fields: slug, page, caption, columns (list of column names), rows (row count), engine (camelot or tabula).tables/ directory created next to source PDFtables/index.toon manifest file with metadata per table基于 SOC 职业分类