一键导入
Read, extract, and analyze PDF documents. Triggers: pdf, read pdf, extract from pdf, analyze pdf, .pdf file path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read, extract, and analyze PDF documents. Triggers: pdf, read pdf, extract from pdf, analyze pdf, .pdf file path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert DOCX / PPTX / XLSX / HTML / EPUB to markdown via Microsoft markitdown. Triggers: markitdown, convert document, extract docx, extract pptx, extract xlsx, .docx file, .pptx file, .xlsx file.
Auto-test a skill by generating scenarios and running them. Args: [skill-name]. Use when user says 'skill-test', 'test skill', 'validate skill'.
Session-scoped precision mode — read-before-write, verify-before-claim, never-hallucinate-APIs. Use when stakes are high (security, payment, migration). Triggers: 'zero defect', 'precision mode', 'high stakes', 'be careful'.
Read, analyze, and generate Excel/CSV files. Triggers: excel, spreadsheet, csv, export data, create table, .xlsx, .csv.
Monitor and analyze Sentry errors via MCP. Triggers: sentry, sentry issues, check errors, error tracking, show crashes.
| name | |
| description | Read, extract, and analyze PDF documents. Triggers: pdf, read pdf, extract from pdf, analyze pdf, .pdf file path. |
| effort | medium |
| context | inline |
Extract and analyze PDF documents. Always respond in the user's language.
$ARGUMENTS = path to PDF → go to step 2$ARGUMENTS = empty or "find" → search for PDFs first:
Glob "**/*.pdf"
List found PDFs with file sizes. Ask which to process.Read file.pdf # small PDFs (<10 pages)
Read file.pdf pages="1-5" # large PDFs, chunk by 5-20 pages
Important: Maximum 20 pages per Read request.
Report immediately:
Based on content type, extract:
| Content Type | Extract |
|---|---|
| Technical doc | Key concepts, architecture decisions, API endpoints |
| Requirements | User stories, acceptance criteria, constraints |
| API spec | Endpoints, request/response schemas, auth |
| Report | Findings, metrics, recommendations |
| Legal/Contract | Key terms, dates, obligations |
Based on content type, suggest:
/plan?"/excel?"| Command | Action |
|---|---|
/pdf file.pdf | Read and summarize |
/pdf file.pdf 1-5 | Read specific pages |
/pdf analyze file.pdf | Deep analysis with extraction |
/plan for requirements, /excel for tabular data, /docs for technical content/excel.