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.

27 stars

Best use case

commodities-list is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using commodities-list should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/commodities-list/SKILL.md --create-dirs "https://raw.githubusercontent.com/OctagonAI/skills/main/skills/commodities-list/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/commodities-list/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How commodities-list Compares

Feature / Agentcommodities-listStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 Skills

forex-list

27
from OctagonAI/skills

Retrieve a full listing of actively traded currency pairs in the global forex market using Octagon MCP. Use when researching forex markets, understanding currency pair categories, analyzing major/minor/exotic pairs, and identifying trading opportunities.

commodities-quote

27
from OctagonAI/skills

Retrieve real-time commodity price quotes using Octagon MCP. Use when checking current commodity prices, analyzing day ranges, comparing to moving averages, and tracking precious metals, energy, and agricultural commodity prices.

stock-quote

27
from OctagonAI/skills

Retrieve real-time stock quotes using Octagon MCP. Use when you need current price, day range, 52-week range, volume, market cap, and moving averages for any publicly traded stock.

stock-price-change

27
from OctagonAI/skills

Retrieve stock price change statistics across multiple time periods using Octagon MCP. Use when analyzing short-term and long-term returns, comparing performance across timeframes, and evaluating momentum and historical growth.

stock-performance

27
from OctagonAI/skills

Retrieve stock price data and performance metrics using Octagon MCP. Use when analyzing daily closing prices, trading volume, price trends, historical performance, and comparing stock movements over specific time periods.

stock-historical-index

27
from OctagonAI/skills

Retrieve full historical end-of-day price data for market indices using Octagon MCP. Use when analyzing index performance over time, tracking market trends, calculating returns, and understanding market context for individual stock analysis.

stock-grades

27
from OctagonAI/skills

Retrieve the latest stock grades and ratings from top analysts and financial institutions using Octagon MCP. Use when tracking analyst upgrades, downgrades, rating changes, and institutional sentiment over time.

sector-performance-snapshot

27
from OctagonAI/skills

Retrieve a snapshot of market sector performance using Octagon MCP. Use when analyzing sector-wide metrics including revenue, EBITDA, net income, market cap, and enterprise value for companies within a specific sector and exchange.

sector-pe-ratios

27
from OctagonAI/skills

Retrieve sector P/E ratios using Octagon MCP. Use when comparing company valuations to sector benchmarks, analyzing sector valuations across exchanges, and understanding market-wide valuation trends.

sec-risk-factors

27
from OctagonAI/skills

Extract and summarize risk factors from SEC filings using Octagon MCP. Use when analyzing Item 1A risk disclosures, categorizing business risks, identifying new or material risks, and comparing risk profiles across companies or time periods.

sec-proxy-analysis

27
from OctagonAI/skills

Analyze proxy statements (DEF 14A) to extract executive compensation, governance information, and shareholder voting matters using Octagon MCP. Use when researching CEO pay, board composition, say-on-pay votes, and corporate governance practices.

sec-mda-analysis

27
from OctagonAI/skills

Analyze Management Discussion and Analysis (MD&A) sections from SEC filings using Octagon MCP. Use when extracting strategic initiatives, financial performance commentary, macroeconomic challenges, and forward-looking statements from 10-K and 10-Q filings.