product-spec-pdf-parser

仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 4 小时前
▸ 精选理由

对复杂排版 PDF 提取并标准化输出,便于导入库存或招标。

▸ 风险提示

需要安装 PyMuPDF 并处理用户上传的 PDF,可能包含敏感信息。

这个 Skill 做什么

解析产品PDF价目/规格表并输出结构化规格清单。

把产品的 PDF 价目表、规格表、fact sheet 等变成结构化的 FF&E 规格清单。需要处理产品 PDF 时用,能把不同版式的表格和描述抽取标准化字段。特点是结合 PyMuPDF 的文本抽取 plus 智能解析,把杂乱的布局统一成可用的 schedule。

▸ 展开 SKILL.md 英文原文

Extract structured FF&E specs from PDF price books, fact sheets, or spec sheets into a schedule. Use for product PDFs; not web URLs or EPDs.

垂直行业PDF解析产品规格文档结构化Claude Code
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/product-spec-pdf-parser/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/product-spec-pdf-parser/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /as:product-spec-pdf-parser — PDF Product Spec Parser

Extract structured FF&E data from product PDF files — price books, fact sheets, configurator sheets, and spec sheets. Uses PyMuPDF for text extraction and Claude's reasoning to parse wildly varying PDF layouts into a standardized schedule.

## Input

The user provides PDFs in one of these ways:

1. **File paths** — one or more PDF file paths
2. **Folder path** — a directory containing PDFs (will process all `.pdf` files)
3. **Just invoked** — ask the user for file paths or a folder

Also ask (or use defaults):

- **Persistence** — Markdown preview by default; optionally save to the project library
- **Variant depth** — `expand` (one ro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有