Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By austron24
AI-assisted research and trading workflow for Kalshi prediction markets. Includes commands for opportunity scanning, deep research, critical analysis, scoring, and position management.
npx claudepluginhub austron24/kalshi-trader-pluginScan for alpha opportunities and spawn parallel research agents
Spawn parallel creative research agents for events from the previous /alpha scan
Spawn parallel senior analyst agents to critically review all research for events from previous scans
Final investment recommendations with full context - reads all research, advises user, executes approved trades
Review all open positions with parallel subagents. Decides HOLD or SELL for each position.
Unconventional researcher that explores non-obvious angles, correlations, and outside-the-mainstream sources for a Kalshi event.
Deep-dive researcher for a Kalshi event. Researches the underlying event and all its brackets, recommends optimal bracket(s) to trade.
Scores an event's research quality and opportunity potential on a 0-100 scale. Reads all research docs and outputs a simple parseable score with recommended ticker.
Deep-dive researcher for a specific Kalshi market. Researches both sides of a bet, documents findings in the market's research folder.
Reviews an open position against its thesis and current market conditions. Recommends SELL or HOLD.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills-first Claude Code plugin for Octagon market intelligence, prediction market research, and financial analysis workflows.
Paper-trade across Kalshi, Polymarket, Alpaca, and Coinbase from a Claude Code session. Onboarding collects API keys; a tiny Node helper handles scan/order/ledger for all rails. v1 is paper-only.
Track institutional options flow, unusual activity, and smart money movements
Multi-agent cryptocurrency intelligence system with 7 specialized AI agents, 65 MCP tools, cognitive learning, and self-evolving capabilities for comprehensive market analysis and paper trading.
Use Alva Agent for investing workflows: ask market questions with live financial context, set alerts, build or remix Playbooks, connect accounts, and backtest strategies on Alva Cloud.
Finance research, trading, risk, and portfolio Agent Skills grounded in LLMQuant Data. Bundles every llmquant-* category skill under skills/.
A Claude Code plugin for AI-assisted research and trading on Kalshi prediction markets.
We have an edge in research depth, not speed. This plugin leverages AI's ability to:
pip install kalshi-cli
/plugin install github:austron24/kalshi-trader-plugin
claude --plugin-dir /path/to/kalshi-trader-plugin
After installation, the following commands are available:
/kalshi-trader:alpha [criteria]Scan for alpha opportunities and spawn parallel research agents.
/kalshi-trader:alpha # Default: markets closing 1-4 weeks out
/kalshi-trader:alpha fed # Markets related to "fed"
/kalshi-trader:alpha --closes-before 2025-02-01
What it does:
market-researcher agents/kalshi-trader:creativeRun unconventional research on markets from previous /alpha scan.
/kalshi-trader:creative
What it does:
/alpha in conversationcreative-researcher agents/kalshi-trader:critiqueSenior analyst critical review of all research.
/kalshi-trader:critique
What it does:
senior-analyst agents/kalshi-trader:scoreScore and rank all researched markets.
/kalshi-trader:score
What it does:
judge agents to score each market 0-100/kalshi-trader:finalize [tickers]Final investment recommendations with trade execution.
/kalshi-trader:finalize # Analyze top markets from /score
/kalshi-trader:finalize TICKER1 TICKER2 # Analyze specific markets
What it does:
Note: This command does NOT spawn subagents. It reads everything directly for full context.
/kalshi-trader:positionsDaily position review. Run this daily.
/kalshi-trader:positions
What it does:
position-reviewer agentsThe plugin includes these specialized agents:
| Agent | Purpose |
|---|---|
market-researcher | Initial deep-dive research on market fundamentals |
creative-researcher | Unconventional angles, contrarian perspectives |
senior-analyst | Critical review, identifies flawed reasoning |
judge | Scores markets 0-100 for ranking |
position-reviewer | Reviews positions, recommends HOLD/SELL |
1. /kalshi-trader:alpha # Find opportunities
2. /kalshi-trader:creative # Explore unconventional angles
3. /kalshi-trader:critique # Critical review
4. /kalshi-trader:score # Rank opportunities
5. /kalshi-trader:finalize # Get recommendations, execute trades
6. /kalshi-trader:positions # Daily: review and manage positions
The plugin creates and uses these directories in your project:
your-project/
├── research/
│ └── markets/
│ └── <TICKER>/
│ ├── YYYY-MM-DD-initial-research.md
│ ├── YYYY-MM-DD-creative-research.md
│ ├── YYYY-MM-DD-senior-review.md
│ ├── score.txt
│ └── thesis.md # Created by /finalize
├── state/ # Optional
│ ├── current-state.md
│ └── session-log.md
└── learnings/ # Optional
├── strategies-that-worked.md
└── strategies-that-failed.md