stock-data
Stock Data
Assemble a reusable research snapshot for: $ARGUMENTS
Overview
- Implementation status: code-backed
- Local entry script:
<bundle-root>/stock-data/run.py - Primary purpose: build a structured one-symbol research packet with market features and non-price context, without collapsing into a full thesis memo or order frame
- Workflow stages: stage 2
Data Collection & Quality Assurance, stage 3Data Cleaning & Normalization, and stage 4Feature Engineering & Signal Construction - Local executor guarantee: build a persisted packet containing quote context, levels, indicators, fail-open fundamentals, and raw blocks for downstream reuse
Use When
- The user wants a reusable structured snapshot rather than a prose-heavy report.
- The caller needs a canonical artifact that other skills can inspect, compare, or extend.
- The user wants market features plus best-effort fundamental context without the fuller memo discipline of
analysis.
Do Not Use When
More from natsufox/a-stockit
reports
Inspect and export generated analysis artifacts. Use when user wants exact stored markdown, JSON state, or run metadata instead of rerunning analysis.
1paper-trading
Run a paper-trading workflow over analyzed symbols. Use when user wants the live-verification stage in simulated form: trade rehearsal, ledger updates, A-share settlement rules, and explicit monitoring of what the local paper book does and does not model.
1watchlist
Manage watchlist workflows after import. Use when user wants the stage-1 universe-management workflow: grouping, coverage intent, review cadence, artifact reuse, and repeated tracking after ingestion.
1market-recap
Render region-aware market recap blueprints. Use when user wants the stage-7 review and communication frame for CN or US markets: recap structure, next-session posture template, and checklist-driven market review rather than live data retrieval.
1market-analyze
Assess trend, regime, and risk state for one A-share symbol. Use when user wants current market interpretation from the normalized snapshot without action sizing, execution planning, or thesis narration.
1technical-scan
Run a technical-only scan over one symbol. Use when user explicitly wants trend, levels, volume, volatility, or chart-pattern context without broader thesis, sizing, or execution claims.
1