Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy. Use when the user asks about market conditions, wants to pick a strategy for current conditions, or before running a backtest/signal that should be regime-aware.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -68% | 0% |
Detect the current market regime using neural-trader's regime detection engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install --ignore-scripts neural-trader
bash npx neural-trader --regime-detect --symbol TICKER For multiple symbols: bash npx neural-trader --regime-detect --symbols "AAPL,MSFT,GOOGL,AMZN"
bash npx neural-trader --symbol TICKER --indicators rsi,macd,bollinger,adx,atr
mcp__plugin_ruflo-core_ruflo__neural_predict({ input: "indicators: RSI=X, ADX=Y, VIX=Z" })
mcp__plugin_ruflo-core_ruflo__memory_search({ query: "regime similar to CURRENT", namespace: "trading-analysis" })
mcp__plugin_ruflo-core_ruflo__memory_store({ key: "regime-DATE", value: "REGIME_ANALYSIS", namespace: "trading-analysis" })
Other measured skills in the registry, with their headline benchmark lift.