返回顶部
c

ccdb-factor-search

Search and select the best-fit CCDB carbon/emission factor from a Carbonstop API for carbon footprint, PCF, LCA, and carbon accounting work. Use when the user asks to find, match, compare, verify, or choose 碳因子 / 排放因子 / emission factors / carbon factors from CCDB, especially when they need the most suitable factor rather than a raw result list.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.3
安全检测
已通过
182
下载量
1
收藏
概述
安装方式
版本历史

ccdb-factor-search

# CCDB Factor Search This skill does **not just search factors**. It selects the **most usable CCDB factor** for real carbon-accounting work, explains why it fits, surfaces risks, and warns when a result should **not** be used directly. It is built to answer the real business question: > **Which factor should I actually use?** --- ## What this skill does Use this skill when the user needs more than a raw candidate list. It can: - search CCDB carbon / emission factors in **Chinese + English** - compare multiple candidates and select the **best-fit** one - distinguish **carbon footprint factor** vs **emission factor** - reject weak matches such as wrong-region, wrong-unit, or spend-based factors - explain whether a result is safe to use directly or should only be used as reference In short: - **plain factor search** → raw factor list - **this skill** → best-fit recommendation + risk explanation + use guidance --- ## When to use this skill Activate this skill when the user asks to: - 查找 / 匹配 / 选择 CCDB 因子 - 查碳因子 / 排放因子 / emission factor / carbon factor - 比较多个因子候选 - 判断某个因子能不能直接用于正式报告 - 支持 PCF / LCA / 碳核算 / ESG / 供应链核算中的因子匹配 Typical scenarios: - product carbon footprint (PCF) - life cycle assessment (LCA) - supplier-data factor matching - carbon accounting / emissions reporting - sustainability consulting delivery --- ## Very short examples - 查询最新中国全国电力因子 - 帮我找聚酯切片的碳因子 - 这个因子能不能直接用于正式报告? - Compare carbon footprint factor vs emission factor for electricity - Find the best CCDB factor for primary aluminium --- ## How to invoke ### Natural-language examples - `查询最新中国全国电力因子` - `帮我找聚酯切片的碳因子,如果中文结果不好就切英文继续找` - `这个因子能不能直接用于正式报告?` - `Compare carbon footprint factor vs emission factor for electricity` - `Find the best CCDB factor for primary aluminium, prefer physical-unit factor` ### Script examples ```bash python3 scripts/query_ccdb.py --auto --user-request "查询最新的中国全国电力因子,单位最好是 kgCO2e/kWh。" python3 scripts/query_ccdb.py --query "electricity" --lang en --top 5 ``` --- ## Typical example prompts ### Example 1 > 查询最新的中国全国电力因子,单位最好是 kgCO2e/kWh。 Expected behavior: - prioritize China electricity candidates - prefer recent applicable years - distinguish carbon footprint factor vs emission factor - return direct-use guidance ### Example 2 > 帮我找聚酯切片的碳因子,如果中文结果不好就切英文继续找。 Expected behavior: - derive PET / polyester synonyms - search bilingually - compare candidates across rounds - return one recommended factor plus alternatives ### Example 3 > 请帮我找原铝的排放因子,优先物理量单位,不要误选成按金额计算的因子。 Expected behavior: - reject or downgrade spend-based factors - prefer physical-unit candidates - explain why the chosen factor is safer ### Example 4 > 这个因子能不能直接用于正式报告? Expected behavior: - explain whether it is direct-use / needs review / estimate-only / not suitable --- ## Standard output example ```yaml 推荐结果: 匹配等级: close_match 因子名称: 电力 因子值: 0.5777 单位: kgCO2e/kWh 适用地区: 中国 适用年份开始: 2024 适用年份结束: 2024 发布年份: 2024 来源机构: 生态环境部 来源级别: 国家排放因子 使用建议: 建议人工复核后使用 风险与注意事项: - 这是碳足迹因子,不等同于 CO2 排放因子 - 若用于正式核算或核查,请先确认适用口径 ``` --- ## Key fields to return when possible A good result should explain these fields clearly: - 因子名称 / name - 因子值 / factor value - 单位 / unit - 适用地区 / countries - 适用年份开始 / 结束 / applyYear ~ applyYearEnd - 发布年份 / year - 来源机构 / institution - 来源级别 / sourceLevel - 来源说明 / source - 使用建议 / direct-use guidance --- ## Match classes - `direct_match` → highly aligned, usually safe to use after quick sanity check - `close_match` → mostly aligned, should usually be reviewed before formal reporting - `fallback_generic` → usable only as rough estimate / placeholder - `not_suitable` → should not be used directly - `api_unavailable` → no recommendation; retry later --- ## What this skill must do ### 1. Parse the real search intent Identify as much as possible from the request: - material / process / activity - region - year - unit - use purpose - whether the user wants 碳足迹因子 or 排放因子 ### 2. Search bilingually For non-trivial factor matching, do not search in only one language. Always try: - Chinese core term - English equivalent - a few nearby synonyms where needed ### 3. Rank candidates instead of trusting the first hit Do not judge a factor from one field only. Key ranking dimensions include: - semantic fit (`name`, `description`, `specification`) - region fit (`countries`) - unit fit (`unit`) - applicability time (`applyYear` ~ `applyYearEnd`) - publication year (`year`) - authority (`institution`, `sourceLevel`) - factor-type fit (碳足迹因子 vs 排放因子) ### 4. Be conservative Do not force a recommendation when evidence is weak. Prefer: - `not_suitable` - `api_unavailable` over a misleading confident answer. ### 5. Explain the choice The final answer should explain: - what was selected - why it was selected - what risks remain - what alternatives were considered - whether the result can be used directly or only as reference --- ## Key working rules ### Carbon footprint factor vs emission factor These are not always interchangeable. - If the user explicitly asks for **碳足迹 / carbon footprint / PCF**, prefer carbon footprint factors. - If the user explicitly asks for **排放因子 / CO2 emission factor / emissions accounting**, prefer emission factors. - If the user only says something vague like “电力因子”, warn that multiple factor types may exist and should not be mixed directly. ### China-first bias for Chinese requests If: - the request is in Chinese - no explicit region is given - the query is geo-sensitive (especially 电力 / 蒸汽 / 天然气) then Chinese candidates should be preferred by default. ### Region warning for geo-sensitive factors For electricity / steam / natural gas queries, if region is missing, surface that clearly as a risk. ### Latest-factor requests If the user asks for “最新 / latest”, ranking should prefer more recent `applyYear`, not only lexical similarity. ### No spend-based mismatch If the user wants a physical activity factor, do not recommend spend-based / monetary-unit factors as if they were equivalent. --- ## Implementation notes - Main script: `scripts/query_ccdb.py` - API contract: `references/api-contract.md` - Matching logic notes: `references/matching-strategy.md` - Output template: `references/output-template.md` If the API contract changes, update the script and `references/api-contract.md` together. Keep scoring / filtering logic in code rather than overloading SKILL.md with implementation detail. --- ## Packaging guidance For public packaging, keep the skill folder lean. Recommended public package contents: - `SKILL.md` - `README.md` - `_meta.json` - `CHANGELOG.md` - `scripts/query_ccdb.py` - `references/api-contract.md` - `references/matching-strategy.md` - `references/output-template.md` - `evals/evals.json` Draft notes and publishing scratch files should not be included in the final public package.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ccdb-factor-search-1776026795 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ccdb-factor-search-1776026795 技能

通过命令行安装

skillhub install ccdb-factor-search-1776026795

下载 Zip 包

⬇ 下载 ccdb-factor-search v0.1.3

文件大小: 28.55 KB | 发布时间: 2026-4-13 09:40

v0.1.3 最新 2026-4-13 09:40
0.1.3 improves best-fit factor selection with richer README/docs, confirmed API field meanings, better geo-sensitive matching, latest-factor recency handling, stronger authority weighting, clearer carbon-footprint vs emission-factor distinction, and safer direct-use guidance.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部