Chem Properties Excel
Description
Claude Code Skill: Extract chemicals from any input, query 14 property fields across 12 sources, generate Excel with per-cell annotations. 支持脏数据/干净列表/半成品输入,14项物性数据,12个来源全程可追溯。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
chem-properties-excel
**从任意格式的化学品输入,一键生成全程可追溯的物性数据Excel表**
[](https://claude.ai/code) [](https://www.python.org/) [](https://openpyxl.readthedocs.io/) [](LICENSE)
这是什么
一个 [Claude Code](https://claude.ai/code) / [Codex](https://openai.com/zh-Hans-CN/codex/) / [Workbuddy](https://www.codebuddy.cn/work/) / [Trae](https://www.trae.cn/) Skill,用于从工艺流程文本、设备一览表、SDS摘要、或化学品列表中提取化学品,查询物性数据,交叉比对中国法规标准,生成带来源注释的 Excel 物性数据表。
核心特性
- 吃脏数据 — 接收大段工艺描述、SDS全文、会议记录,自动提取化学品
- 吃设备一览表 — 从设备表的"物料介质"列自动提取、归并变体(异体字/错别字/浓度前缀)、去重,生成介质-设备对照表
- 也吃干净列表 — 已整理好的名称列表直接用
- 14项物性数据 — CAS号、熔点、沸点、闪点、密度、物态、火灾类别、水溶性、爆炸极限、OEL等,优先从本地结构化提取库查询,未命中或字段缺失再联网补充
- 毒理数据(LD50/LC50) — 同样优先查本地《危险化学品安全技术全书》库,未命中再联网补充
- 有毒气体检测目录 — 自动对照高毒物品目录、GB/T 50493-2019附录B、HG/T 20660-2017附录A、危化品目录剧毒物质
- GB/T 42594-2023 介质危害 — 毒性、燃烧爆炸特性、材料相容性、反应稳定性、危害提示、GHS类别6列,按CAS/UN/名称从本地JSON原样抄录
- 本地离线参考数据 — 3个
.md+ 1个.json+ 1个.jsonl(含索引)参考文件包含 4600+ 条记录,agent 直接读取比对,无需联网 - 714+ 来源注释 — 每个数据单元格独立标注来源URL,鼠标悬停即可查看
- 智能着色 — 甲类红/乙类橙/丙类黄/非可燃白;标黄暂不设报警
快速开始
安装
cp -r . ~/.claude/skills/chem-properties-excel
使用
在 Claude Code 中输入 `/chem-properties-excel`,或直接说:
帮我把这些化学品生成物性Excel:乙腈、甲苯、甲醇、三乙胺
这是设备一览表,帮我提取化学品并生成物性表 + 介质设备对照表
输出
生成 `<项目名>化学品物性数据.xlsx`,包含四个 Sheet:
| Sheet | 内容 | 列数 |
|---|---|---|
| 物性数据主表 | 24列数据 + 来源注释 + 颜色标注 + 毒理数据列 + 有毒气体检测列 + GB/T42594 6列 | 24 |
| 数据来源汇总 | 16个数据来源机构/网站 + 超链接 | 4 |
| 化学品清单 | 去重化学品列表 + 分类 + 涉及工段 + 有毒气体检测列 | 8 |
| 介质-设备对照表 | 每种化学品对应的设备清单 + 火灾类别 + 有毒气体检测列 | 9 |
后两个 Sheet 在输入为设备一览表时自动生成。
输入格式支持
| 形态 | 示例 | 处理方式 |
|---|
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11