Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Fetch real-time stock quotes from Yahoo Finance.
Fetch real-time stock quotes from Yahoo Finance.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Get current stock price data from Yahoo Finance. This skill fetches the latest market quote for one or more stock symbols and returns normalized JSON output.
Fetch the latest quote for one or more stock symbols.
symbols (string or array of strings) Examples: "AAPL" "AAPL MSFT TSLA" "AAPL,MSFT,TSLA" ["AAPL", "MSFT"] { "symbols": ["AAPL", "MSFT"] }
For each symbol: symbol – stock ticker price – latest market price change – absolute price change changePercent – percentage change currency – trading currency marketState – market status (e.g. REGULAR, CLOSED) Example output: [ { "symbol": "AAPL", "price": 189.12, "change": 1.23, "changePercent": 0.65, "currency": "USD", "marketState": "REGULAR" } ]
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.