1. Clone
cd ~
git clone https://github.com/songzhiyuan98/tsla-options-war-room-skill.git
cd tsla-options-war-room-skill
2. Install the skill for Claude
mkdir -p ~/.claude/skills/tsla-options-war-room
cp SKILL.md ~/.claude/skills/tsla-options-war-room/
cp -r agents/ ~/.claude/skills/tsla-options-war-room/
3. Optional: data service
pip3 install -r requirements.txt
cp .env.example .env
# Add Twelve Data API key (free tier ~800 calls/day is usually enough)
4. Invoke in chat
Use /tsla-options-war-room in Claude Code or natural-language triggers from the SKILL description. With a key, the skill refreshes snapshots automatically; without a key, lean on screenshots.
Two directories
| Path |
Contents |
~/tsla-options-war-room-skill/ |
Python, fetch_now.py, runtime data folders |
~/.claude/skills/tsla-options-war-room/ |
SKILL.md + agents/ for loading |
Repo tree (summary)
tsla-options-war-room-skill/
├── SKILL.md
├── agents/
├── market_service/ # config, rest_client, snapshot_builder, data/
├── trade_memory/ # state_manager, performance_tracker
├── fetch_now.py
├── run.py # optional daemon
└── schemas/
Trading parameters cheat sheet
| Parameter |
Setting |
| Underlying |
TSLA (context: QQQ, SPY) |
| Option horizon |
7–10 DTE |
| Positioning |
Default 1 lot, max 2 lots |
| Baseline take-profit |
~20%–35% |
| Strong-trend take-profit |
~40%–70% when tape aligns |
Dialog example (compressed)
User: Can I buy TSLA puts here?
Advisor (medium depth sketch): Bias bearish, but price is poor for chasing; give levels and a “wait for bounce” band, offer to fold in QQQ for entry timing.
User: Give the full plan → seven-part report + conclusion box.
Notes
- For education and research only—not investment advice; options risk is extreme.
- Analysis defaults to technicals; surprise fundamentals are out of scope unless you supply them.
- Paper-trade before live capital.