From ruflo-market-data
Market data operations — ingest feeds, detect patterns, and search historical data
How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-market-data:marketThe summary Claude sees in its command listing — used to decide when to auto-load this command
Market data commands: **`market ingest <symbol> [--period 1D]`** -- Ingest and normalize market data for the given symbol. 1. Fetch OHLCV data for `<symbol>` from the configured data source 2. Normalize: open/high/low/close as relative percentages, volume as Z-score 3. Vectorize each candle to a 64-dimension padded vector 4. Store normalized data via `mcp__claude-flow__agentdb_hierarchical-store` in `market-data` namespace 5. Add vectors to HNSW index via `mcp__claude-flow__ruvllm_hnsw_add` 6. Report: candles ingested, date range, min/max/avg price, volume profile **`market patterns <symb...
Market data commands:
market ingest <symbol> [--period 1D] -- Ingest and normalize market data for the given symbol.
<symbol> from the configured data sourcemcp__claude-flow__agentdb_hierarchical-store in market-data namespacemcp__claude-flow__ruvllm_hnsw_addmarket patterns <symbol> -- Detect candlestick patterns in recent data.
<symbol> from the market-data namespacemcp__claude-flow__agentdb_pattern-storemarket search <pattern-name> -- Search for historical occurrences of a pattern.
mcp__claude-flow__ruvllm_hnsw_route for vectors matching the patternmarket-patterns namespacemarket history <symbol> -- Show ingestion history and data coverage.
market-data namespace for all entries matching <symbol>market compare <sym1> <sym2> -- Compare pattern profiles between two symbols.
market-patterns namespacenpx claudepluginhub wodeh/ruflo-kimi --plugin ruflo-market-data/marketConducts structured market research on a specified market or industry, collecting scope, focus, data types, and format preferences via interactive prompts, then outputs a cited research report.