epd-parser

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

把格式各异的 EPD 转为标准化表格,节省手工整理时间。

▸ 风险提示

解析 PDF 可能包含敏感或受版权保护内容。

这个 Skill 做什么

从 EPD PDF 中抽取结构化的环境影响与生命周期数据。

把 EPD PDF 的内容抽出来,结构化输出 GWP、生命周期分项、认证和合规指标,方便比对和统计。当你手里有一堆不同厂家的 EPD 文档,需要做汇总、合规检查或数据分析时用。它能兼容各种格式的 EPD,借助 PDF 文本抽取把信息规范成统一表格(固定列式 schema)。

▸ 展开 SKILL.md 英文原文

Parse EPD (Environmental Product Declaration) PDF documents to extract structured environmental impact data — GWP, life cycle stages, certifications, and compliance metrics.

垂直行业PDF 解析EPD 提取LCA 数据PyMuPDF通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/05-sustainability/skills/epd-parser/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/05-sustainability/skills/epd-parser/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /epd-parser — EPD PDF Parser

Extract structured environmental impact data from EPD (Environmental Product Declaration) PDF files. Uses PyMuPDF for text extraction and Claude's reasoning to parse varying EPD formats into a standardized 42-column schema.

EPDs follow ISO 14025 / ISO 21930 / EN 15804 and report life cycle environmental impacts of building products. This skill reads those PDFs and structures the data for comparison, specification, and LEED documentation.

## Input

The user provides EPD 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 f
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有