Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计异常

chat-with-pdf聊天 with PDF

Agent Skill

chat-with-pdf 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

15,700

周安装

508

GitHub Stars

89

下载量

5,369
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:chat-with-pdf(聊天 with PDF)
来源仓库:https://github.com/claude-office-skills/skills
仓库路径:skills/chat-with-pdf
安装命令:
npx skills add https://github.com/claude-office-skills/skills --skill 'Chat with PDF'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/claude-office-skills/skills --skill 'Chat with PDF'

简介

用于与 PDF 文档进行智能对话,支持提问、摘要提取和信息检索。

  • 适合合同审查、报告分析、数据提取和多文档对比等办公场景。
  • 支持事实性问题、比较查询和特定信息定位,返回带引用的上下文答案。
  • 使用时需上传或分享 PDF 文件,确保内容可访问且无版权限制。
  • chat-with-pdf 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Chat with PDF

Have intelligent conversations about PDF documents - ask questions, get summaries, and extract specific information.

Overview

This skill enables you to:

  • Ask questions about PDF content
  • Get summaries at various detail levels
  • Extract specific data points
  • Compare information across multiple PDFs
  • Find relevant sections quickly

How to Use

Basic Interaction

  1. Share or upload the PDF document
  2. Ask your question or request
  3. Get contextual answers with citations

Question Types

Factual Questions

"What is the contract value mentioned in this document?"
"Who are the parties involved in this agreement?"
"What are the key dates mentioned?"

Summarization

"Summarize this document in 3 bullet points"
"Give me an executive summary"
"What are the main topics covered?"

Extraction

"Extract all names and titles mentioned"
"List all financial figures in the document"
"Find all action items or deliverables"

Analysis

"What are the risks mentioned in this contract?"
"Are there any ambiguous terms?"
"What obligations does Party A have?"

Output Formats

Q&A Format

**Question**: [Your question]

**Answer**: [Direct answer to your question]

**Source**: Page [X], Section [Y]
> "[Relevant quote from document]"

**Confidence**: [High/Medium/Low]

Summary Format

## Document Summary

**Type**: [Contract/Report/Manual/etc.]
**Pages**: [X]
**Date**: [If mentioned]

### Key Points
1. [Main point 1]
2. [Main point 2]
3. [Main point 3]

### Important Details
- [Detail 1]
- [Detail 2]

Extraction Format

## Extracted Information

### [Category 1]
| Item | Value | Location |
|------|-------|----------|
| [Item 1] | [Value] | Page X |
| [Item 2] | [Value] | Page Y |

### [Category 2]
...

Best Practices

For Better Answers

  1. Be specific: "What is the termination clause?" vs "Tell me about the contract"
  2. Reference sections: "What does Section 5.2 say about liability?"
  3. Ask follow-ups: Build on previous answers for deeper understanding

For Better Extraction

  1. Specify format: "Extract as a table" or "List as bullet points"
  2. Name the fields: "Extract: name, date, amount, description"
  3. Set criteria: "Only extract amounts over $10,000"

For Better Summaries

  1. Specify length: "Summarize in 100 words" or "3 bullet points"
  2. Focus area: "Summarize the financial terms only"
  3. Audience: "Summarize for a legal team" vs "for executives"

Example Workflows

Contract Review

1. "What type of contract is this?"
2. "Who are the parties and what are their roles?"
3. "What are the key obligations for each party?"
4. "What is the term and renewal process?"
5. "What are the termination conditions?"
6. "Are there any unusual or concerning clauses?"

Research Paper Analysis

1. "What is the main thesis or hypothesis?"
2. "What methodology was used?"
3. "What are the key findings?"
4. "What are the limitations mentioned?"
5. "What future research do they suggest?"

Financial Report

1. "What is the total revenue reported?"
2. "How does this compare to last year?"
3. "What are the main expense categories?"
4. "What guidance is given for next quarter?"
5. "Extract all financial metrics into a table"

Multi-Document Support

When working with multiple PDFs:

"Compare the terms in Contract A vs Contract B"
"Which document mentions [topic]?"
"Create a summary table comparing key points across all documents"

Comparison Output

## Document Comparison

| Aspect | Document A | Document B |
|--------|------------|------------|
| Term Length | 2 years | 3 years |
| Value | $50,000 | $75,000 |
| Termination | 30 days notice | 60 days notice |

### Key Differences
1. [Difference 1]
2. [Difference 2]

### Similarities
1. [Similarity 1]
2. [Similarity 2]

Handling Challenges

Scanned PDFs (Image-based)

  • OCR will be applied automatically
  • Quality depends on scan quality
  • May have recognition errors

Complex Layouts

  • Tables may need reformatting
  • Multi-column text is processed left-to-right
  • Footnotes processed separately

Long Documents

  • Ask about specific sections for accuracy
  • Request page-by-page summaries for overview
  • Use targeted questions over broad ones

Limitations

  • Cannot execute code embedded in PDFs
  • Password-protected PDFs need password
  • Very large PDFs (500+ pages) may need chunking
  • Handwritten content recognition is limited
  • Cannot guarantee 100% accuracy on scanned documents
  • Charts and images are described, not analyzed numerically

Privacy Note

Document contents are processed according to the AI provider's privacy policy. For sensitive documents, consider:

  • Using on-premise solutions
  • Redacting sensitive information first
  • Checking data retention policies

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.83%
按下载量换算2,085

Claude

29.2%
按下载量换算1,568

Cursor

18.79%
按下载量换算1,009

Gemini CLI

10.07%
按下载量换算541

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills