esg-analysis

Generates ESG compliance reports and validates carbon data against GRI, CSRD, and TCFD frameworks.

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/DingJun1028/esggo-kv --skill esg-analysis-dingjun1028
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: esg-analysis
Source: https://github.com/DingJun1028/esggo-kv/tree/main/.agents/omni-agent/skills/esg-analysis
Command: npx skills add https://github.com/DingJun1028/esggo-kv --skill esg-analysis-dingjun1028

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? ESG reporting requires tracking multiple regulatory frameworks (GRI, CSRD, TCFD, ISO 14064-1) and ensuring every data point is traceable and verifiable. This Skill standardizes compliance research, carbon emission calculations, and report drafting so sustainability data passes audit-grade validation. ## Core Features & Use Cases - 5T Protocol Data Validation: Enforces a five-gate verification pipeline (Truth, Goodness, Beauty, Trust, Transfer) requiring formula references, tangible metrics, source origins, and lifecycle hooks before any evidence record is written. - Multi-Framework Report Drafting: Generates structured GRI 305 disclosure drafts covering Scope 1, 2, and 3 greenhouse gas emissions with hash-locked verification status. - Parallel Sub-Agent Research: Delegates concurrent research tasks across CSRD, ISO 14064-1, and Taiwan FSC regulations using self-contained context prompts. - Use Case: A sustainability analyst needs a Q3 carbon disclosure. The Skill queries the Firestore evidence vault for GRI-305 records, validates each entry against the 5T Protocol, and drafts the 305-1/305-2/305-3 sections with traceable data sources. ## Quick Start Ask the agent to draft a GRI 305 emissions report for Scope 1 and Scope 2 using validated evidence records from the evidence vault.

Frequently Asked Questions about esg-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a GRI 305 emissions report?▼

GRI 305 report generation follows a structured template covering Scope 1 direct emissions, Scope 2 indirect emissions, and Scope 3 other indirect emissions. Each section requires the emission value in tCO2e, the calculation formula reference, the data source origin, and hash-lock verification status.

What ESG frameworks does this skill support?▼

The skill covers GRI 305 for greenhouse gas emissions, CSRD for EU mandatory disclosure starting 2025, TCFD for climate financial risk, ISO 14064-1 for carbon calculation verification, and Taiwan FSC sustainability reporting rules for listed companies.

What is the 5T Protocol for ESG data validation?▼

The 5T Protocol is a five-gate validation sequence: Truth requires traceable source origins, Goodness requires ISO 14064-1 compliant algorithms, Beauty requires UI perceptibility, Trust requires tamper-proof hash locks, and Transfer requires lifecycle tracking hooks. All five must pass before evidence is recorded.

How do I query ESG evidence records from Firestore?▼

Query the evidence_vault collection using range filters on the formula_ref field, for example filtering values greater than or equal to GRI-305 and less than GRI-306. The same query works through the Firebase MCP server using the firestore_query_collection tool with GREATER_THAN_OR_EQUAL operators.

Can sub-agents research multiple ESG frameworks in parallel?▼

Yes, the delegate_task function accepts an array of research tasks that run concurrently, each with its own goal, context, and toolsets. Note that sub-agents cannot access the parent session context, so each task context must be fully self-contained.

When does the skill respond with SILENT in scheduled tasks?▼

In scheduled ESG monitoring mode, the skill responds with [SILENT] when no significant regulatory changes are found in the scan period, such as no major Taiwan or EU ESG updates in the past 7 days. Significant changes trigger a summary with affected GRI sections.