An agentic coding & trading intelligence tool that lives in your terminal. Built on Claude, it understands your codebase and provides market analysis — all through natural language commands.
npm install -g quantwiseexport ANTHROPIC_API_KEY=sk-ant-...
quantwise# Start interactive session
quantwise
# One-shot command
quantwise -p "explain this project's architecture"
# Pipe input
git diff | quantwise -p "review this diff"- Edit files, fix bugs, refactor code across your codebase
- Answer questions about code architecture and logic
- Execute and fix tests, lint, and other commands
- Git operations: merge conflicts, commits, PRs
- Stock Analysis — real-time quotes, technical analysis, candlestick charts
- Market Environment — global market analysis (US, Europe, Asia, FX, Commodities)
- Market Top/Bottom Detection — O'Neil distribution days, Follow-Through Day signals
- CANSLIM Screener — William O'Neil growth stock methodology
- VCP Screener — Minervini Volatility Contraction Patterns
- Options Strategy — Black-Scholes pricing, Greeks, P/L simulation
- Institutional Flow — 13F filings tracking for smart money signals
- Portfolio Manager — holdings analysis, risk metrics, rebalancing
- Weekly Strategy — automated trading strategy report generation
- Bash — execute shell commands
- File operations — read, write, edit, glob, grep
- Web — fetch URLs, search the web
- Browser — headless browser control (navigate, click, screenshot)
- Debugger — interactive LLDB/GDB debugging
- Psql — interactive PostgreSQL sessions
- Notebook — read and edit Jupyter notebooks
- Notion, Xiaohongshu, stock data, and more
QuantWise ships with 30+ trading & analysis skills. Use them as slash commands:
/stock AAPL
/chart TSLA
/canslim-screener
/market-top-detector
/weekly-trade-strategy
List all available skills: type / in the interactive session.
Add the QuantWise marketplace to Claude Code:
/plugin marketplace add https://github.com/quantumiodb/quantwise
Then install plugins:
/plugin install trading-skills@quantwise
/plugin install macos-tools@quantwise
29 professional trading analysis skills for US equity markets:
- Market Timing — Distribution day detection, FTD bottom confirmation, bubble risk, breadth analysis, macro regime detection
- Stock Screening — CANSLIM, VCP (Minervini), value-dividend, pair trading, institutional flow tracking
- Analysis — Real-time stock workstation, terminal K-line charts, technical/fundamental analysis, sector rotation, news impact
- Strategy — Weekly trade strategy generation, portfolio management, options simulation, backtesting, Druckenmiller-style macro
macOS utilities: speech recognition (dictation), cherry-pick conflict resolver.
Native macOS menubar app (Swift/SwiftUI) — chat interface, speech-to-text, TTS, camera integration, permission management.
cd apps/macos && swift buildBrowser extension for quick access to QuantWise from any webpage.
- Claude Code or compatible CLI
- FMP API key — most screening skills
- Tavily API key — news and web search
MIT