con un clic
pdf-to-summary
讀取 PDF 檔案,產出結構化摘要。當用戶說「摘要 PDF」「summarize PDF」「PDF 重點」「讀這份 PDF」時使用。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
讀取 PDF 檔案,產出結構化摘要。當用戶說「摘要 PDF」「summarize PDF」「PDF 重點」「讀這份 PDF」時使用。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Generate self-contained HTML architecture diagrams (inline SVG, dark theme, no JS) for blogs/READMEs. Triggers on system architecture, microservices, cloud/AWS/GCP, K8s, network topology, data flow diagrams. Use `drawio` instead when the output needs to be editable.
Generate draw.io diagrams (.drawio files) with optional PNG/SVG/PDF export. Triggers on diagram/flowchart/ER/sequence/class/network/architecture/wireframe/mockup/UI sketch requests.
使用 Gemini Nano Banana 2 產生圖片。當用戶說「產圖」「生成圖片」「generate image」「畫一張圖」時使用。
Resume/CV optimization. Analyze a resume, reposition strengths, and produce an optimized PDF tailored to a target role.
Virtual expert roundtable. Multiple thinkers analyze a document with different frameworks, then synthesize consensus/disagreements/blind spots.
Vendor proposal evaluation. Analyze technical architecture, pricing, and market benchmarks from a proposal PDF/Doc. Output evaluation report + comparison.
| name | pdf-to-summary |
| description | 讀取 PDF 檔案,產出結構化摘要。當用戶說「摘要 PDF」「summarize PDF」「PDF 重點」「讀這份 PDF」時使用。 |
| argument-hint | [PDF 檔案路徑] |
| allowed-tools | Bash(python3*), Read, Write |
| author | Maki |
| version | 1.0.0 |
| tags | ["pdf","summary","documentation","reading"] |
| required_env | [] |
讀取 PDF 檔案(文字型),提取內容並產出結構化摘要,支援長文件分段處理。
Claude CLI 內建的 Read tool 可以直接讀取 PDF 檔案。先嘗試直接讀取:
使用 Read tool 讀取 PDF 檔案,指定 pages 參數(如 "1-5")
如果 PDF 太大(>20 頁),需要分段讀取。
先讀取前 3 頁,了解文件結構:
向用戶報告:
PDF 概要:
- 檔案:{filename}
- 頁數:{N} 頁
- 類型:{type}
- 語言:{language}
- 章節:{section_list}
要產出完整摘要嗎?(預計需要讀取 {N} 頁)
按章節或每 10 頁為一段讀取:
Read tool: pages="1-10"
Read tool: pages="11-20"
...
每段讀完提取:
根據文件類型選擇模板:
# 摘要:{論文標題}
> 來源:{檔名} | 頁數:{N} | 語言:{lang}
## 核心發現(TL;DR)
{2-3 句話概括最重要的結論}
## 研究問題
{這篇論文要回答什麼問題}
## 方法
{用了什麼方法/資料/模型}
## 關鍵數據
| 指標 | 數值 | 備註 |
|------|------|------|
| ... | ... | ... |
## 結論
{主要結論,帶數字}
## 限制
{作者提到的限制或未解決的問題}
## 與我相關
{這篇論文對用戶的工作可能有什麼啟發}
# 摘要:{報告標題}
> 來源:{檔名} | 頁數:{N} | 語言:{lang}
## 核心結論(TL;DR)
{2-3 句話概括}
## 關鍵數據
| 指標 | 數值 | 頁碼 |
|------|------|------|
| ... | ... | p.X |
## 主要建議/行動項目
1. {建議 1}(p.X)
2. {建議 2}(p.X)
## 風險/注意事項
{報告中提到的風險或 caveats}
## 章節摘要
### {章節 1}(p.X-Y)
{2-3 句摘要}
### {章節 2}(p.X-Y)
{2-3 句摘要}
# 摘要:{文件標題}
> 來源:{檔名} | 頁數:{N} | 語言:{lang}
## 這是什麼
{一句話說明這份文件的用途}
## 重點速讀
1. {重點 1}
2. {重點 2}
3. {重點 3}
## 架構/流程
{如果有架構圖或流程,用文字描述}
## 關鍵規格
| 項目 | 規格 | 頁碼 |
|------|------|------|
| ... | ... | p.X |
## 注意事項
{文件中強調的限制、前提條件、相容性要求}
所有摘要中的重要資訊都標註頁碼(p.X),方便用戶回查原文。
{filename}-summary.md)50 頁的文件 → 先產出章節級摘要,再問用戶要展開哪章