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__memory_store --namespace market-data` (the `memory_*` family is namespace-routed; `agentdb_hierarchical-*` routes by tier and ignores namespace strings — see skills/market-ingest/SKILL.md) 5. Add vectors to HNSW index via `m...
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__memory_store --namespace market-data (the memory_* family is namespace-routed; agentdb_hierarchical-* routes by tier and ignores namespace strings — see skills/market-ingest/SKILL.md)mcp__claude-flow__ruvllm_hnsw_addmarket patterns <symbol> -- Detect candlestick patterns in recent data.
<symbol> from the market-data namespacemcp__claude-flow__agentdb_pattern-store (typed, ReasoningBank-routed — do NOT pass namespace) AND mcp__claude-flow__memory_store --namespace market-patterns (namespace-routed; agentdb_pattern-* ignores namespace strings)market 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 nikolaef43/ruflo --plugin ruflo-market-data4plugins reuse this command
First indexed Jul 14, 2026
/marketConducts market research analysis for a given market or industry, collecting scope, focus, data types, and output format interactively.