Install
openclaw skills install jb-catalyst-edgeIdentifies high-conviction stock opportunities and tracks JB's retirement portfolio with weekly scans, quarterly reviews, and FIRE signal analysis.
openclaw skills install jb-catalyst-edgePurpose: High-conviction stock opportunities + JB's retirement portfolio tracker.
Trigger: Weekly (Sunday 10 AM CDT via cron) or on demand.
| Pattern | Description | Conviction |
|---|---|---|
| Earnings Surprise | Beat estimates, raised guidance | 🟡-🟢 |
| Catalyst Event | FDA approval, contract win, merger | 🟡-🟠 |
| Technical Breakout | Volume surge, breakout above resistance | 🟡 |
| Insider Buying | Executives buying heavily | 🟡 |
| Sector Rotation | Money flowing into our themes | 🟢 |
🎯 CATALYST EDGE — [Date]
[Stock] — [Ticker]
Catalyst: [What it is]
Conviction: [🔵🟡🟢🟠]
Score: [0-100]
Thesis: [1-sentence why]
Watch List:
1. [Stock] - [reason]
2. [Stock] - [reason]
Trigger: January, April, July, October — first Sunday of the month at 10 AM CDT.
Read the current state:
/workspace/skills/catalyst-edge/FIRE_MODEL.md — current numbers/workspace/skills/catalyst-edge/PORTFOLIO_ANALYSIS.md — portfolio/workspace/memory/life-archive.md — personal contextPost to Discord #retirement-edge:
📊 QUARTERLY FINANCIAL REVIEW — [Month Year]
Net Worth: $XX,XXX (vs $XX,XXX last quarter — +/- $X,XXX)
This Quarter: [what changed — new savings, paid down debt, market movement]
FIRE Progress: [X years to FI / age XX target]
Next Quarter Goals:
• [Action 1]
• [Action 2]
Action Items Due:
• [Stale items from FIRE_MODEL.md priority list]
Update the files:
Alert JB if:
Trigger: Runs alongside the weekly stock scan (Sunday 10 AM CDT).
/workspace/skills/catalyst-edge/stock_scanner/last_scan.json/workspace/skills/catalyst-edge/fire_config.json#retirement-edge| RSI Range | Signal | Action |
|---|---|---|
| ≤ 30 (core) / ≤ 35 (income) | 🟢 STRONG BUY | FI deployment window |
| 30-40 | 🟢 BUY | Accumulation candidate |
| 40-60 | 🟡 HOLD | No action |
| 60-70 | 🟠 WEAK | Partial profit taking |
| ≥ 70 (core) / ≥ 75 (income) | 🔴 TAKE PROFIT / AVOID | Book gains; not an entry |
VT/VTI/QYLD at RSI ~29-30 simultaneously = historically rare cluster bottom. When 2+ core holdings hit RSI < 30 → FI deployment signal. This has happened <5 times in the past 5 years.
cd /workspace/skills/catalyst-edge/stock_scanner
python3 scan_once.py # runs fresh scan
python3 ../fire_pipeline.py # applies FIRE logic + posts to Discord
/workspace/skills/catalyst-edge/SKILL.md (this)/workspace/skills/catalyst-edge/FIRE_MODEL.md — current numbers/workspace/skills/catalyst-edge/PORTFOLIO_ANALYSIS.md — portfolio details/workspace/skills/catalyst-edge/HISTORICAL_PICKS.md — past picks + performance/workspace/skills/catalyst-edge/fire_config.json — FIRE threshold config/workspace/skills/catalyst-edge/fire_pipeline.py — signal engine/workspace/skills/catalyst-edge/stock_scanner/last_scan.json — latest scan results