$ loading_
用于读取、生成与审阅PDF,并通过渲染检查版式和内容准确性。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "pdf" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/pdf/SKILL.md 2. 保存为 ~/.claude/skills/pdf/SKILL.md 3. 装好后重载技能,告诉我可以用了
pdftoppm if available.reportlab to generate PDFs when creating new documents.pdfplumber (or pypdf) for text extraction and quick checks; do not rely on it for layout fidelity.tmp/pdfs/ for intermediate files; delete when done.output/pdf/ when working in this repo.Prefer uv for dependency management.
Python packages:
uv pip install reportlab pdfplumber pypdf
If uv is unavailable:
python3 -m pip install reportlab pdfplumber pypdf
System tools (for rendering):
# macOS (Homebrew)
brew install poppler
# Ubuntu/Debian
sudo apt-get install -y poppler-utils
If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.
No required environment variables.
pdftoppm -png $INPUT_PDF $OUTPUT_PREFIX
连接 Figma 获取设计上下文与资源,并将节点高效转换为生产代码。
帮助你用 gh CLI 处理当前分支 GitHub PR 的评审与问题评论。
帮助用户在 Linear 中查看、创建和更新工单、项目与团队流程。
帮助开发者将指令文件、技能、代理和MCP配置迁移到Codex项目与全局文件。
查询 OpenAI 官方文档与引用,辅助选型、升级模型及优化提示词
通过持久浏览器与 Electron 交互,快速迭代调试和排查界面问题
处理PDF文档的读取提取、合并拆分、表单填写与OCR识别等任务
打开并协作查看 PDF,支持批注、高亮、盖章、填表与签署。
用于提取、生成、合并拆分及填写表单的全能 PDF 处理技能
帮助用户读取并分析 PDF 文档,进行自然语言问答与信息提取。
将 PDF 转为 Markdown,并用 AI 进行带来源与置信度的问答检索。
用于高速读取、解析和处理 PDF 文档的 MCP 工具,适合自动化文档工作流。