Stats
Actions
Tags
From ruflo-neural-trader
Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-neural-trader:trader-signal [--strategy NAME] [--symbols AAPL,MSFT][--strategy NAME] [--symbols AAPL,MSFT]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate trading signals using neural-trader's anomaly detection engine.
Generate trading signals using neural-trader's anomaly detection engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install neural-tradernpx neural-trader --signal scan --symbols <TICKERS>
With a specific strategy:
npx neural-trader --signal scan --strategy <name> --symbols <TICKERS>
mcp__claude-flow__memory_retrieve({ key: "strategy-NAME", namespace: "trading-strategies" })mcp__claude-flow__neural_predict({ input: "anomaly types: [DETECTED], scores: [SCORES]" })mcp__claude-flow__agentdb_pattern-search({ query: "ANOMALY_TYPE score RANGE", namespace: "trading-signals" })mcp__claude-flow__memory_store({ key: "signal-TIMESTAMP", value: "SIGNALS_JSON", namespace: "trading-signals" })npx claudepluginhub zekiog/ruflo --plugin ruflo-neural-traderCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.