Redrocket Market
Use this skill to gather Red Rocket valuation and product-discovery context through the local redrocket CLI in this repository.
Safety Rules
- Treat Red Rocket as an auxiliary source for valuation, fund/ETF discovery, index relationship mapping, and read-only fund context.
- Do not use Red Rocket as the primary real-time price source. Use a dedicated quote source for real-time trading-window checks.
- Do not convert Red Rocket output directly into a buy/sell/redeem recommendation. Cross-check with portfolio policy, live market data, fund公告/基金公司/销售平台 status, and user constraints.
- Never execute or click any trade, subscription, redemption, conversion, transfer, order, cancellation, or confirmation action.
- Include
checked_at, source URL, and source limitations in user-facing investment analysis.
Quick Commands
Run from the repository root:
redrocket scan --preset wide --limit 5
redrocket scan --preset tech --order desc --limit 5
redrocket etf --preset cross_border --limit 10
redrocket search 110020
redrocket related 000300.SH --security-type etf --limit 10
redrocket fund 110020 --limit 10
redrocket quote 000300.SH,000688.SH
If the package is not installed, use:
python -m redrocket_market.cli scan --preset wide --limit 5
Workflow
- Identify whether the task is valuation scan, ETF/fund discovery, search, related products, quote snapshot, or fund profile.
- Run the narrowest CLI command that answers the question.
- Summarize useful candidates and explicitly label Red Rocket as an auxiliary source.
- For any decision-sensitive conclusion, verify current market facts and fund/product constraints from stronger primary sources.
Presets
wide: broad market indexes.theme: industry/theme indexes.consumption: consumption indexes.tech: technology indexes.strategy: strategy/style indexes.cross_border: cross-border indexes.
Output Discipline
Prefer concise Chinese summaries for Jamin:
- 先给结论。
- 区分事实、推断、待核验项。
- 标出不能验证的地方,不要假装没有变化。
- 对投资动作只给“复核条件/失效条件”,不写成直接下单指令。