commodities

v1.0.0

Fetch commodity prices for WTI (Crude Oil), Brent, Natural Gas, and Gold using Yahoo Finance (yfinance). Follow the same pattern as stock-price-checker-pro.

0· 79·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included Python scripts which use yfinance to fetch commodity tickers; the declared required binary (uv) is consistent with the SKILL.md commands.
Instruction Scope
SKILL.md and the code limit behavior to calling yfinance for price/history/news and formatting output. The skill does not read unrelated files or environment variables. It does surface news article link URLs (from Yahoo) but does not follow or fetch them itself.
Install Mechanism
There is no external download URL; main.py contains an inline dependency block that causes uv to install the 'yfinance' Python package (likely via PyPI) at runtime. Installing a package from PyPI is normal here but is the primary runtime install action to be aware of.
Credentials
The skill requests no env vars, no credentials, and no config paths. All external access is to Yahoo Finance via the yfinance library, which is appropriate for the stated function.
Persistence & Privilege
always is false and the skill does not claim or attempt to persist beyond its own files. Autonomous invocation is allowed (platform default) but not combined with any elevated privileges or secret access.
Assessment
This skill appears to do only what it says: run a small Python script (via the uv runner) that installs yfinance and queries Yahoo Finance for commodity tickers. Before installing, ensure you have (or trust) the 'uv' runner since it will install yfinance from PyPI at runtime and perform network requests to Yahoo. No API keys or secrets are requested. If you have security concerns, review the included source files yourself or run the skill in an isolated environment (container/VM) to limit exposure.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ctzat10men8hnawtezwxcp984nrp5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🛢️ Clawdis
Binsuv

Comments