esg-benchmark-comparison
Retrieve ESG benchmark comparison metrics by sector using Octagon MCP. Use when comparing ESG performance across industries, analyzing sector-level sustainability benchmarks, identifying ESG leaders and laggards by industry, or referencing frameworks like MSCI, S&P Global, CDP, and CSRD.
What this skill does
# ESG Benchmark Comparison
Retrieve and analyze ESG benchmark comparison metrics across sectors and industries using the Octagon MCP server.
## Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.
## Workflow
### 1. Identify Analysis Parameters
Determine the following before querying:
- **Fiscal Year**: Target year for benchmark data (e.g., 2024, 2023)
- **Sector** (optional): Specific sector to focus on (e.g., Technology, Energy, Healthcare)
- **Framework** (optional): ESG framework reference (MSCI, S&P Global, CDP, CSRD)
### 2. Execute Query via Octagon MCP
Use the `octagon-agent` tool with a natural language prompt:
```
Retrieve ESG benchmark comparison metrics by sector for the fiscal year <YEAR>.
```
**MCP Call Format:**
```json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve ESG benchmark comparison metrics by sector for the fiscal year 2024."
}
}
```
### 3. Expected Output
The agent returns sector-level ESG benchmark data including:
**Sector-Level Metrics:**
- Industry ESG averages and ranges
- Top performers by sector
- Benchmark sources (MSCI, S&P, CDP)
- Regional variations (EU, US, APAC)
**Example Response:**
| Sector | Avg ESG Score | Top Quartile | Bottom Quartile | Key Metrics |
|--------|---------------|--------------|-----------------|-------------|
| Technology | 72.5 | 85+ | <55 | Carbon, Data Privacy |
| Energy | 48.3 | 65+ | <35 | Emissions, Transition |
| Healthcare | 68.2 | 80+ | <50 | Access, Governance |
| Financials | 65.8 | 78+ | <48 | Ethics, Climate Risk |
**Data Sources**: octagon-companies-agent, octagon-web-search-agent
### 4. Interpret Results
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding sector benchmark ranges
- Identifying industry leaders and laggards
- Comparing against ESG frameworks
- Regional benchmark variations
## Example Queries
**Standard Sector Benchmarks:**
```
Retrieve ESG benchmark comparison metrics by sector for the fiscal year 2024.
```
**Technology Sector Focus:**
```
Retrieve ESG benchmark comparison metrics for the Technology sector for FY2024, including MSCI and S&P benchmarks.
```
**Energy Transition Benchmarks:**
```
Retrieve ESG benchmark comparison for Energy sector companies with focus on climate transition metrics for 2024.
```
**Regional Comparison:**
```
Retrieve ESG benchmark comparison metrics by sector for EU companies in fiscal year 2024.
```
**Framework-Specific:**
```
Retrieve CDP climate benchmark scores by sector for 2024.
```
## Key Benchmark Sources
| Source | Coverage | Focus Areas |
|--------|----------|-------------|
| MSCI ESG | Global | Overall ESG, Industry Materiality |
| S&P Global | Global | ESG Scores, Sustainability |
| CDP | Global | Climate, Water, Forests |
| Sustainalytics | Global | ESG Risk Ratings |
| ISS ESG | Global | Governance, Climate |
| CSRD | EU | Comprehensive Disclosure |
## Sector Benchmark Ranges
Typical ESG score ranges by sector (0-100 scale):
| Sector | Low | Average | High | Key Materiality |
|--------|-----|---------|------|-----------------|
| Technology | 45 | 70 | 90 | Data privacy, supply chain |
| Financials | 40 | 65 | 85 | Governance, climate risk |
| Healthcare | 45 | 68 | 88 | Access, ethics, governance |
| Consumer Staples | 50 | 72 | 90 | Supply chain, packaging |
| Energy | 25 | 48 | 75 | Emissions, transition |
| Utilities | 35 | 55 | 80 | Renewable mix, emissions |
| Industrials | 35 | 58 | 82 | Safety, emissions |
| Materials | 30 | 52 | 78 | Pollution, resources |
## Analysis Tips
1. **Sector context matters**: A score of 60 may be excellent in Energy but average in Technology.
2. **Materiality focus**: Each sector has different material ESG issues—compare on relevant metrics.
3. **Benchmark evolution**: ESG benchmarks shift over time as standards tighten; use same-year comparisons.
4. **Regional differences**: EU companies often score higher due to stricter disclosure requirements.
5. **Multiple frameworks**: Cross-reference MSCI, S&P, and CDP for robust benchmarking.
## Use Cases
- **Sector allocation**: Identify ESG-leading sectors for portfolio tilts
- **Peer benchmarking**: Compare company ESG vs sector average
- **Gap analysis**: Identify areas where companies underperform sector benchmarks
- **Investment screening**: Set sector-relative ESG thresholds
- **Regulatory compliance**: Align with CSRD and other framework requirements
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.