What problem does it solve? Getting structured stock market data — daily price history, ticker metadata, and company-to-ticker resolution — normally requires juggling financial APIs and parsing inconsistent responses. This Skill wraps the Marketstack-backed tribes-cli stocks commands into a clear workflow so an agent can answer equity data questions with exact figures in seconds. ## Core Features & Use Cases - Daily OHLCV Candles: Pull end-of-day open, high, low, close, and volume history for any ticker with date-range and limit controls, exportable to JSON files. - Ticker Profiles & Search: Resolve company names to ticker symbols and fetch profiles including name, sector, industry, and exchange. - Downstream TA Chaining: Export candle files and feed them directly into tribes-cli ta for indicator computation, signals, and backtests. - Use Case: Ask for Apple's recent price action — the Skill runs stocks candles --symbol AAPL, reports the latest daily close with the change versus the prior close, and clearly states it is an end-of-day figure rather than a live quote. ## Quick Start Ask the agent to pull the last 100 daily candles for NVDA and summarize the trend direction over that period.