PDF文档处理工具。本地处理PDF文件,支持文本提取、智能摘要、表格导出、关键词问答、PDF拆分。纯本地处理,保护文档隐私。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill cn-pdf-assistant --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cn Pdf Assistant?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-cn-pdf-assistant)More formats (shields.io, HTML) on the badges page.
---
name: cn-pdf-assistant
version: "1.2.0"
description: "PDF文档处理工具。本地处理PDF文件,支持文本提取、智能摘要、表格导出、关键词问答、PDF拆分。纯本地处理,保护文档隐私。"
metadata:
openclaw:
emoji: "📄"
category: productivity
tags:
- pdf
- document
- extract
---
## 功能
- PDF文本提取(支持指定页码范围)
- 智能摘要生成(章节标题识别+关键词频率分析)
- 表格提取(pdfplumber引擎)
- 关键词问答(基于段落匹配)
- PDF按页拆分
- 纯本地处理,无需联网
## 使用方法
```
python3 scripts/pdf_assistant.py <PDF文件路径> --action text
python3 scripts/pdf_assistant.py <PDF文件路径> --action summary
python3 scripts/pdf_assistant.py <PDF文件路径> --action tables
python3 scripts/pdf_assistant.py <PDF文件路径> --action ask --question "关键词"
python3 scripts/pdf_assistant.py <PDF文件路径> --action split
```
## 依赖
- Python 3.7+
- PyPDF2, pdfplumber, pandas, openpyxl
## 权限声明
- 读取本地PDF文件
- 生成输出文件
## 使用场景
- 论文阅读:快速提取核心内容
- 合同审查:提取关键条款
- 财报分析:提取表格数据
- 资料整理:批量拆分PDF文档
---
**出品:** AISoBrand|爱索品牌 — AI搜索优化工具
**官网:** https://aisobrand.com
**免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...