skills/commodities-quote/SKILL.md
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.
npx skillsauth add octagonai/skills commodities-quoteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Retrieve real-time price quotes for commodities including precious metals, energy, and agricultural products using the Octagon MCP server.
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
Determine the commodity symbol you want to quote:
Use the octagon-agent tool with a natural language prompt:
Retrieve the real-time price quote for <SYMBOL>.
MCP Call Format:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve the real-time price quote for GCUSD."
}
}
The agent returns comprehensive quote data:
| Metric | Value | |--------|-------| | Current Price | $4,864.20 | | Change | +$211.60 (+4.55%) | | Day Low | $4,690.20 | | Day High | $4,871.00 | | 50-Day Avg | $4,559.45 | | 200-Day Avg | $3,888.90 | | Year Low | $2,837.40 | | Year High | $5,626.80 | | Trading Volume | 18,846 | | Previous Close | $4,652.60 |
Data Sources: octagon-stock-data-agent
See references/interpreting-results.md for guidance on:
Gold Quote:
Retrieve the real-time price quote for GCUSD.
Silver Quote:
Get the current price for silver (SIUSD).
Crude Oil:
What is the current price of crude oil (CLUSD)?
Natural Gas:
Get the real-time quote for natural gas (NGUSD).
Multiple Commodities:
Compare current prices for gold, silver, and platinum.
| Symbol | Commodity | |--------|-----------| | GCUSD | Gold | | SIUSD | Silver | | PLUSD | Platinum | | PAUSD | Palladium |
| Symbol | Commodity | |--------|-----------| | CLUSD | Crude Oil (WTI) | | BZUSD | Brent Crude | | NGUSD | Natural Gas | | HOUSD | Heating Oil | | RBUSD | Gasoline (RBOB) |
| Symbol | Commodity | |--------|-----------| | HGUSD | Copper | | ALUSD | Aluminum | | ZNUSD | Zinc | | NIUSD | Nickel |
| Symbol | Commodity | |--------|-----------| | ZCUSD | Corn | | ZSUSD | Soybeans | | ZWUSD | Wheat | | KCUSD | Coffee | | SBUSD | Sugar | | CTUSD | Cotton |
| Field | Description | |-------|-------------| | Current Price | Latest traded price | | Change | Dollar change from prior close | | Change % | Percentage change | | Previous Close | Prior session close |
| Field | Description | |-------|-------------| | Day Low | Lowest price today | | Day High | Highest price today | | Year Low | 52-week low | | Year High | 52-week high |
| Field | Description | |-------|-------------| | 50-Day Avg | 50-day moving average | | 200-Day Avg | 200-day moving average | | Volume | Contracts/units traded |
Position = (Current - Day Low) / (Day High - Day Low) × 100%
From GCUSD data:
Interpretation: Trading near the high of the day (bullish).
Position = (Current - Year Low) / (Year High - Year Low) × 100%
From GCUSD data:
Interpretation: Upper portion of 52-week range.
| Condition | Interpretation | |-----------|----------------| | Price > 50-day > 200-day | Strong uptrend | | Price > 200-day > 50-day | Recovery mode | | Price < 200-day < 50-day | Starting downtrend | | Price < 50-day < 200-day | Strong downtrend |
From GCUSD data:
Interpretation: Strong uptrend confirmed by moving averages.
| Signal | Condition | Meaning | |--------|-----------|---------| | Golden Cross | 50-day crosses above 200-day | Bullish | | Death Cross | 50-day crosses below 200-day | Bearish |
| Volume Level | Interpretation | |--------------|----------------| | Above average | High interest | | Average | Normal trading | | Below average | Low interest | | Spike | Significant event |
| Combination | Meaning | |-------------|---------| | High volume + price up | Strong buying | | High volume + price down | Strong selling | | Low volume + price up | Weak rally | | Low volume + price down | Weak decline |
| Driver | Impact | |--------|--------| | Dollar strength | Inverse relationship | | Interest rates | Higher rates = lower gold | | Inflation | Hedge demand | | Geopolitics | Safe haven flows |
| Driver | Impact | |--------|--------| | OPEC decisions | Supply impact | | Economic growth | Demand driver | | Inventory data | Weekly catalyst | | Geopolitics | Supply risk |
| Driver | Impact | |--------|--------| | Weather | Heating/cooling demand | | Storage levels | Supply indicator | | Production | Shale output | | LNG exports | Demand shift |
What is gold trading at right now?
Is crude oil above or below its 200-day average?
Where is silver relative to its 52-week range?
Is natural gas showing strength today?
Compare precious metals prices today.
Check the trend: Price vs. moving averages.
Note the range: Day range and 52-week range positions.
Consider volume: Confirms or contradicts price move.
Watch the change %: Context for daily move.
Compare to peers: Gold vs. silver, WTI vs. Brent.
Know the drivers: Fundamental factors for each commodity.
| Skill | Combined Use | |-------|--------------| | commodities-list | Context on commodity markets | | stock-historical-index | Broader market context | | stock-price-change | Compare to equity performance | | sector-performance-snapshot | Energy sector context |
data-ai
Analyze earnings call transcripts to extract forward-looking guidance, strategic focus areas, supply chain insights, and generate follow-up questions for deeper analysis.
development
Identify key themes and concerns raised by analysts during earnings calls, including specific analyst attribution and topic categorization.
development
Comprehensive earnings call analyst skill that orchestrates all Octagon earnings analysis skills. Use when analyzing earnings calls, extracting management insights, tracking guidance, and creating earnings-focused research reports.
tools
Retrieve market capitalization data for a single company using Octagon MCP. Use when you need the current market value, valuation context, or size classification for any publicly traded stock.