返回 Skill 列表
extension
分类: 其它无需 API Key

Doc Brief

提供PDF或文本文件,它会读取全文并给出简要摘要,突出要点。

person作者: gate76hubclawhub

Doc Brief

Reads a document and tells you what it says.

How to use it

Give the skill a PDF or text file. It reads the whole thing and gives you back:

  • A short summary
  • The main points
  • Any important facts or data
  • Action items if there are any

When to use it

You have a long document to deal with and no time to read it all. A report, a contract, a paper, a set of notes. Drop it in, get the brief out.

What the output looks like

Document: quarterly-report-q4.pdf
Type: PDF

Summary:
Sales increased 12% year over year, driven by new product launches in EMEA.
Main points:
- Revenue: $4.2M (+12% YoY)
- New customers: 340 new accounts
- Top region: EMEA (42% of revenue)
- Churn rate: 3.1% (down from 4.8%)

No action items found.

What this skill does not do

Does not send your file anywhere. Does not store it. Does not share it. Everything runs on your machine.

Supported formats

  • PDF (.pdf)
  • Text (.txt)
  • Markdown (.md)

Requirements

  • Python 3.x
  • pymupdf library (pip install pymupdf)