market-ingest
ruvnet/ruflo
A comprehensive skill designed to fetch raw market data (Open, High, Low, Close, Volume) for a given symbol. It normalizes the time series data into relative OHLCV vectors, converts these vectors into 64-dimension embeddings, and stores them in a memory store. Crucially, it indexes the resulting vectors using the HNSW algorithm, enabling fast and precise nearest-neighbor search for pattern detection and similarity analysis in financial time series.