epd-parser

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

把异构EPD转为结构化表格,便于后续比对与入库。

▸ 风险提示

需要在本地安装PyMuPDF并解析PDF文件。

这个 Skill 做什么

从EPD PDF中提取标准化的生命周期与影响指标数据。

把 EPD PDF 里的 GWP、生命周期阶段、认证和其它影响指标提取成标准化字段,输出方便比对和入库的表格。拿到产品声明文件想快速做数据解析和汇总时用,不负责替你去找或比价 EPD。能处理不同格式的声明并统一输出。

▸ 展开 SKILL.md 英文原文

Extract GWP, life-cycle stages, certifications, and impact metrics from an EPD PDF. Use when given a declaration to parse; not to find or compare EPDs.

垂直行业EPD解析PDF抽取生命周期影响通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/epd-parser/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/epd-parser/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /as: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 use
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有