Quick overview
Automatically fetches live commodity quotes (gold, silver, crude oil, natural gas, and more) using an Octagon AI Agent, then writes prices, changes, ranges, volume, and moving averages back to a Google Sheet.
How it works
- Reads commodity symbols (GCUSD, SIUSD, CLUSD, NGUSD, etc.) from a Google Sheet.
- Fetches the live commodities-quote Skill from GitHub and builds an Octagon Agent prompt for each symbol.
- Calls the Octagon Agent for real-time quotes and parses the response.
- Writes the price, change, ranges, volume, and moving averages back to the sheet.
Setup
- Set aside about 5 minutes to complete the configuration.
- Connect your Google Sheets, OpenAI, and Octagon credentials.
- Point the Sheets nodes at your commodities sheet, making sure it has a Symbol or Ticker column.
- Ensure date ranges are in the Sheet.
- Review the sticky notes inside the workflow for detailed configuration notes.
Requirements
- Google Sheets account and credentials
- OpenAI credentials (GPT-5.4 Mini)
- Octagon Agent credentials
- A Google Sheet with a Symbol or Ticker column
Customization
- Add or remove commodity symbols in the sheet to track different markets
- Adjust which data fields (price, change, ranges, volume, moving averages) get written back
Additional info
This template replaces an older description format. Detailed configuration notes live in the sticky notes inside the workflow.