commodities-list
Retrieve the full catalog of tradable commodities across energy, metals, and agriculture using Octagon MCP. Use when researching commodity markets, identifying trading firms, understanding market participants, and analyzing commodity sector coverage.
What this skill does
# Commodities List
Retrieve comprehensive information about tradable commodities and commodity trading companies across sectors 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. Define Scope
Determine which commodity categories you want to explore:
- **Energy**: Oil, natural gas, power, coal
- **Metals**: Precious metals, base metals, industrial metals
- **Agriculture**: Grains, softs, livestock
### 2. Execute Query via Octagon MCP
Use the `octagon-agent` tool with a natural language prompt:
```
Retrieve the full catalog of tradable commodities across energy, metals, and agriculture.
```
**MCP Call Format:**
```json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve the full catalog of tradable commodities across energy, metals, and agriculture."
}
}
```
### 3. Expected Output
The agent returns categorized commodity market information:
**Energy Commodities:**
| Company | Commodities Traded | Key Markets/Services |
|---------|-------------------|---------------------|
| Six One Commodities LLC | Natural gas, LNG, power | Wholesale trading, physical marketing |
| Freepoint Commodities LLC | Natural gas, power, oil, coal | Physical supply, risk management |
| ACT Commodities Group B.V. | Renewable energy, carbon emissions | Climate projects, emission allowances |
**Metals Commodities:**
| Company | Commodities Traded | Key Markets/Services |
|---------|-------------------|---------------------|
| Metallica Commodities | Non-ferrous/ferrous metals | PCB recycling, mineral development |
| Javelin Global Commodities | Metallurgical coal, iron ore | Dry bulk trading |
**Agriculture Commodities:**
| Company | Commodities Traded | Key Markets/Services |
|---------|-------------------|---------------------|
| Global Tea & Commodities | Tea, coffee, macadamia nuts | Wholesale production, distribution |
**Data Sources**: octagon-companies-agent
### 4. Interpret Results
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding commodity categories
- Evaluating market participants
- Analyzing trading services
- Researching specific commodities
## Example Queries
**Full Catalog:**
```
Retrieve the full catalog of tradable commodities across energy, metals, and agriculture.
```
**Energy Focus:**
```
List all energy commodities and trading companies.
```
**Metals Focus:**
```
What metals are traded and by which companies?
```
**Agriculture Focus:**
```
Show agricultural commodities and market participants.
```
**Specific Commodity:**
```
What companies trade natural gas?
```
**Service Focus:**
```
Which companies offer commodity risk management services?
```
## Commodity Categories
### Energy Commodities
| Commodity | Description |
|-----------|-------------|
| Crude Oil | WTI, Brent, Dubai |
| Natural Gas | Henry Hub, NBP, TTF |
| LNG | Liquefied natural gas |
| Power/Electricity | Wholesale electricity |
| Coal | Thermal, metallurgical |
| Emissions | Carbon credits, allowances |
| Refined Products | Gasoline, diesel, jet fuel |
### Metals Commodities
| Category | Examples |
|----------|----------|
| Precious Metals | Gold, silver, platinum, palladium |
| Base Metals | Copper, aluminum, zinc, nickel, lead |
| Ferrous Metals | Iron ore, steel, scrap |
| Minor Metals | Lithium, cobalt, rare earths |
| Metal Concentrates | Copper concentrate, zinc concentrate |
### Agricultural Commodities
| Category | Examples |
|----------|----------|
| Grains | Wheat, corn, soybeans, rice |
| Softs | Coffee, cocoa, sugar, cotton |
| Oilseeds | Palm oil, rapeseed, sunflower |
| Livestock | Cattle, hogs, poultry |
| Dairy | Milk, cheese, butter |
| Tropical | Tea, rubber, spices |
## Market Participants
### Trading Companies
| Type | Description |
|------|-------------|
| Physical Traders | Buy/sell actual commodities |
| Financial Traders | Derivatives and futures |
| Merchant Traders | Both physical and financial |
| Brokers | Facilitate transactions |
### Trading Services
| Service | Description |
|---------|-------------|
| Physical Marketing | Buying/selling physical goods |
| Wholesale Trading | Large-scale transactions |
| Risk Management | Hedging, derivatives |
| Price Discovery | Market intelligence |
| Logistics | Transportation, storage |
## Key Market Concepts
### Trading Types
| Type | Description |
|------|-------------|
| Spot | Immediate delivery |
| Forward | Future delivery, OTC |
| Futures | Exchange-traded contracts |
| Options | Right to buy/sell |
| Swaps | Exchange cash flows |
### Market Structure
| Element | Description |
|---------|-------------|
| Exchanges | CME, ICE, LME |
| OTC Markets | Direct counterparty |
| Physical Markets | Actual goods |
| Financial Markets | Derivatives |
## Company Analysis
### Evaluating Traders
| Factor | Consideration |
|--------|---------------|
| Commodities Covered | Range of products |
| Geographic Reach | Markets served |
| Services Offered | Trading, logistics, risk |
| Market Position | Size, reputation |
| Specialization | Focus areas |
### Business Models
| Model | Description |
|-------|-------------|
| Pure Trading | Buy/sell spread |
| Integrated | Trading + assets |
| Service Provider | Risk management, advisory |
| Technology | Data, analytics platforms |
## Sector Trends
### Energy Trends
| Trend | Impact |
|-------|--------|
| Energy Transition | Renewables, carbon markets |
| LNG Growth | Global gas trade |
| Electrification | Power market expansion |
| Emissions Trading | Carbon pricing |
### Metals Trends
| Trend | Impact |
|-------|--------|
| EV Battery Metals | Lithium, cobalt demand |
| Decarbonization | Green steel |
| Recycling | Circular economy |
| Supply Chain | Critical minerals |
### Agriculture Trends
| Trend | Impact |
|-------|--------|
| Climate Impact | Supply volatility |
| Sustainability | Traceability |
| Food Security | Strategic importance |
| Technology | Precision agriculture |
## Common Use Cases
### Market Research
```
What commodities are actively traded in the energy sector?
```
### Competitor Analysis
```
Who are the major players in metals trading?
```
### Supply Chain
```
Which companies handle agricultural commodity logistics?
```
### Risk Management
```
What firms offer commodity hedging services?
```
### Sector Overview
```
Give me an overview of the commodity trading landscape.
```
## Analysis Tips
1. **Understand categories**: Energy, metals, agriculture have different dynamics.
2. **Consider integration**: Physical vs. financial trading.
3. **Check geographic focus**: Regional vs. global players.
4. **Evaluate services**: Trading vs. risk management vs. logistics.
5. **Track trends**: Energy transition, sustainability, technology.
6. **Note specialization**: Generalist vs. specialist firms.
## Integration with Other Skills
| Skill | Combined Use |
|-------|--------------|
| sector-performance-snapshot | Commodity sector metrics |
| industry-performance-snapshot | Daily commodity moves |
| stock-quote | Commodity company stocks |
| financial-metrics-analysis | Trader financials |
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.