一键导入
pdf-read
Read and extract text from multiple PDF files with page-range selection and parallel processing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read and extract text from multiple PDF files with page-range selection and parallel processing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
Run hosted browser automation and page extraction through the Skills runtime.
Run hosted deep research with parallel search, synthesis, citations, source notes, and downloadable report artifacts.
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
Create and manage grouped tmux sessions where each session focuses on its own window and its own folder. Knows workspace layout, naming conventions, and both multi-project and multi-agent patterns.
Transcribe audio, video, YouTube, Vimeo, and generic media URLs with iapp-transcriber or the hosted Skills runtime. Supports OpenAI GPT-4o transcription, OpenAI diarization, ElevenLabs Scribe v2, DeepGram, chunking, source metadata, subtitles, and JSON outputs.
| name | pdf-read |
| version | 0.1.0 |
| description | Read and extract text from multiple PDF files with page-range selection and parallel processing |
| category | Data & Analysis |
| tags | ["pdf","documents","extraction","analysis","reader"] |
Read and extract text from PDF files. Supports multiple PDFs at once, page-range selection, chunked reading for large files, and parallel processing. Outputs text, JSON, or structured markdown.
1-5, 3,7,10-15)# Read entire PDF
skills run pdf-read -- read document.pdf
# Read specific pages
skills run pdf-read -- read report.pdf --pages 1-5
# Read multiple PDFs
skills run pdf-read -- read file1.pdf file2.pdf file3.pdf
# Read in chunks of 10 pages
skills run pdf-read -- read large-book.pdf --chunk-size 10
# Get metadata only
skills run pdf-read -- info document.pdf
# Output as JSON with page structure
skills run pdf-read -- read document.pdf --format json --output result.json
This is a premium remote skill. Authenticate with skills auth login and run it through Skills MCP or skills run.