OpenClaw Stock KB
Use
Use this skill as a reference layer for stock strategy knowledge. It wraps the downloaded freestylefly/openclaw-stock-kb repository, which is a knowledge base rather than a standalone Codex skill.
Load only the needed reference file:
- Overview and index:
references/kb/README.md - Complete examples:
references/kb/examples/complete/dual-ma.md - OpenClaw monitor example:
references/kb/examples/openclaw/price-monitor.md - Indicators:
references/kb/indicators/trend/ma.md,references/kb/indicators/trend/macd.md,references/kb/indicators/momentum/rsi.md,references/kb/indicators/volatility/bollinger.md - Strategies:
references/kb/strategies/mean-reversion/*.md,references/kb/strategies/momentum/simple-momentum.md - Risk:
references/kb/risk-management/position-sizing/kelly-criterion.md,references/kb/risk-management/stop-loss/*.md - Sentiment:
references/kb/sentiment/data-collection/*.md - Backtesting:
references/kb/tools/backtesting/backtrader.md
Guidance
When applying the knowledge base to A-share holdings, adapt rules to available data and China market constraints such as T+1,涨跌停, liquidity, event risk, and sector rotation.
Do not treat examples as trading guarantees. Use them as reusable logic patterns, then validate with current market data.