概要
This skill enhances Claude's ability to manage historical financial data efficiently by replacing traditional time-based cache expiry with a persistent storage model. Since historical OHLCV (Open, High, Low, Close, Volume) data is immutable, this skill ensures that once data is validated and stored, it persists indefinitely, only triggering API calls to fetch missing 'gaps' or new bars. This approach drastically reduces API costs, prevents rate-limiting, and accelerates development workflows for quantitative trading and machine learning applications.