Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

hiq-cortex高智皮质

Agent Skill

hiq-cortex 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,193

周安装

338

GitHub Stars

公开资料未说明

下载量

2,677
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hiq-cortex(高智皮质)
来源仓库:https://github.com/kirbyingithub/hiq-cortex
安装命令:
openclaw skills install hiq-cortex
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install hiq-cortex

简介

查找材料与工艺的碳排放因子,支持超过百万级 LCA 数据集查询。

  • 适用于产品碳足迹计算与可持续发展评估项目。hiq-cortex 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 整合 HiQLCD、Ecoinvent 等权威数据库,提供 AI 驱动分析。
  • 输出结果依赖数据源质量,建议交叉验证关键参数。
  • 商业用途需确认 API 授权范围与使用条款。

SKILL.md

name
hiq-cortex
description
Find carbon emission factors for any material or process. 1M+ LCA datasets (HiQLCD, Ecoinvent, CarbonMinds). AI-powered BOM carbon footprint calculation and material comparison.
homepage
https://www.hiqlcd.com
metadata
{"openclaw":{"emoji":"🌱","requires":{"env":["HIQ_API_KEY"],"bins":["node"]},"primaryEnv":"HIQ_API_KEY","os":["darwin","linux","win32"]}}

HiQ Cortex — LCA Data Search & Carbon Footprint AI

Find carbon emission factors for any material, product, or process — covering China's full industrial system (HiQLCD), global data (Ecoinvent), and chemicals (CarbonMinds). Calculate carbon footprints from Bills of Materials. ISO 14040/14044 compliant.

Privacy & Security

This skill reads HIQ_API_KEY from your environment and sends queries to x.hiqlcd.com only. No other data is collected or transmitted.

MCP Server (Cursor / Claude Desktop / Claude Code)

If you use Cursor, Claude Desktop, or Claude Code, you can skip this skill and connect directly via MCP:

{
  "mcpServers": {
    "cortex": {
      "url": "https://x.hiqlcd.com/api/deck/mcp",
      "headers": { "X-API-Key": "sk_xxx" }
    }
  }
}

Two tools available via MCP: search_lca_data (structured JSON) and run_cortex (natural language AI assistant).

Setup (OpenClaw)

  1. Get your API key at https://www.hiqlcd.com
  1. Add to ~/.openclaw/openclaw.json:
{
  "skills": {
    "entries": {
      "hiq-cortex": {
        "enabled": true,
        "apiKey": "sk_xxx"
      }
    }
  }
}

Or set environment variable: export HIQ_API_KEY=sk_xxx

  1. Install (first time only):
cd ~/.openclaw/workspace/skills/hiq-cortex && npm ci

Tools

1. Search LCA Datasets

Search databases for emission factors. Returns structured data with GWP values, dataset links, region, and data quality.

./search.js "stainless steel 304"                          # Search all databases
./search.js "polyethylene HDPE" --sources "HiQLCD"         # Only HiQLCD
./search.js "cement" --sources "Ecoinvent:3.12.0"          # Specific version
./search.js "aluminum" --sources "HiQLCD|Ecoinvent:3.12.0" # Multiple sources

Available --sources: HiQLCD, Ecoinvent, CarbonMinds, HiQLCD-AL. Omit for all.

Example Output

Status: found
Summary: Found stainless steel 304 datasets.
Verified: 3  Restricted: 2

=== stainless steel 304 ===
--- market for steel, chromium steel 18/8, hot rolled ---
  Key:        a15b4954-808b-307f-8ad9-d58fd7e30597_3.12.0
  Source:     Ecoinvent 3.12.0
  Region:    GLO
  Unit:      kg
  Fit:       high
  GWP100:    5.23 kg CO2e
  Link:      https://www.hiqlcd.com/dataset/Ecoinvent/3.12.0/CUT_OFF/a15b4954-...

Output Fields

  • Name: Full dataset name
  • Key: Unique identifier ({UUID}_{version})
  • Source/Version: Database and version (e.g. Ecoinvent 3.12.0)
  • Region: Geographic scope (GLO=Global, RER=Europe, CN=China, US=USA)
  • Unit: Functional unit (kg, kWh, MJ)
  • GWP100: Carbon footprint in kg CO2e (restricted datasets require authorization)
  • Fit: Match quality (high/medium)
  • Link: Detail page on HiQLCD platform

Status Values

  • found — All results available
  • partial — Some datasets are restricted (Ecoinvent paid data)
  • not_found — No matching datasets

2. Ask LCA Questions

Natural language AI assistant for LCA, carbon footprint, sustainability. Supports calculations, comparisons, and research.

./ask.js "calculate carbon footprint for 100kg steel + 50kg aluminum"
./ask.js "compare environmental impact of PET vs HDPE"
./ask.js "what are the main contributors to cement carbon footprint?"
./ask.js "explain cut-off vs consequential system models"
./ask.js "中国钢铁行业的平均碳排放因子是多少?"

The assistant can:

  • Calculate carbon footprints from BOM (Bill of Materials)
  • Compare materials and suggest lower-impact alternatives
  • Search and interpret Ecoinvent/HiQLCD datasets
  • Answer LCA methodology questions (GWP, system boundaries, allocation, ISO 14040/44)
  • Research sustainability topics, EPDs, and industry reports

When to Use

  • User asks about carbon footprint, emission factors, GWP, or LCA
  • User wants to find environmental impact data for materials or processes
  • User mentions Ecoinvent, HiQLCD, or life cycle assessment
  • User has a Bill of Materials and wants carbon footprint calculations
  • User asks about sustainability, ISO 14040, EPD, or carbon neutrality
  • User mentions Chinese supply chain, CBAM, battery passport, or Scope 3 emissions
  • User asks about China-specific emission factors vs global averages

When NOT to Use

  • General chemistry or material science questions unrelated to environmental impact
  • Financial carbon credits or carbon trading (this tool covers physical carbon footprint)

About HiQ

HiQ is a full lifecycle data platform providing LCA databases, tools, and API services for carbon footprint assessment.

Databases

DatabaseCoverage
HiQLCDChina's domestic LCA database — 25+ industries (energy, steel, non-ferrous metals, building materials, photovoltaics, batteries, new energy)
HiQLCD-ALSpecialized aluminum industry carbon footprint database
EcoinventGlobal LCA database — 100+ countries, 18,000+ datasets
CarbonMindsChemicals & plastics carbon footprint database

All data compliant with ISO 14040 / ISO 14044 / ISO 14067 and the ILCD framework. Compatible with openLCA and SimaPro.

Services

  • Cortex AI Assistant — Natural language LCA Q&A, BOM carbon footprint calculation, data analysis: https://carbonx.hiqlcd.com/cortex
  • HiQLCD Platform — Browse, compare, and export LCA datasets: https://www.hiqlcd.com
  • CarbonX — Carbon footprint management platform: https://carbonx.hiqlcd.com
  • API & MCP — Programmatic access for system integration and AI agent workflows
  • Blockchain Verification — Traceable LCA data provenance

All Integration Options

MethodEndpointBest For
Web Apphttps://carbonx.hiqlcd.com/cortexBrowser — no install, ready to use
This SkillCLI scripts (search.js / ask.js)OpenClaw agents
MCP Serverhttps://x.hiqlcd.com/api/deck/mcpCursor, Claude Desktop, Claude Code
REST APIhttps://x.hiqlcd.com/api/deck/searchBackend services, automation pipelines

Contact

  • Website: https://www.hiqlcd.com
  • Email: info@hiqlcd.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.1%
按下载量换算1,903

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills