بنقرة واحدة
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.