18 commands · 4 skills · 3 agents · 23,217 tokens measured

A research desk for Polymarket and Kalshi

Research prediction markets and crypto with Claude Code: find the edge, size it with Kelly, backtest your calls, and run a live Polymarket and crypto terminal. Research-first, read-only by default.

See every command ↓

14-day refunds · works on 3 devices · plain Markdown you can read

18

slash commands

4

skills, auto-loaded

3

specialist agents

23,217

tokens, measured at pack time

Command explorer

Every one of the 18 commands

Nothing hidden behind a demo call. This is the complete /tk command list, the same files that land in your .claude directory.

  • /tk alertTrack & prove

    Set a read-only whale or price alert: poll the data on an interval and notify when a threshold is crossed. No trading.

  • /tk arbResearch

    Find the same event priced differently across venues: devig both, show the gap, and the edge it implies.

  • /tk backtestTrack & prove

    Score your forecast log: ROI, win rate, Brier, the calibration table, max drawdown, and an honest sample-size call.

  • /tk botTerminal & bot

    Generate the autonomous trading bot from TRADER.md: scanner, bull/bear/judge consensus, and a dry-run-default executor.

  • /tk calibrationTrack & prove

    Calibration report on your forecast log: the reliability table, Brier, and an honest skilled-or-lucky verdict.

  • /tk cryptoTerminal & bot

    Scan crypto: rank movers by 24h volume, read one symbol's ticker and book, and hand back the single best setup.

  • /tk decideDecide & size

    Make a full trade decision on one market: research a probability, find the edge, size it with Kelly, or say pass.

  • /tk holdersResearch

    See who holds one market, which side they're on, and how concentrated the smart money is at the top.

  • /tk journalTrack & prove

    Log a forecast or trade to trades.csv, fill in outcomes when markets resolve, and show a running calibration snapshot.

  • /tk portfolioDecide & size

    Your open positions vs your risk caps: total exposure, per-market risk percent, and any cap breaches flagged loud.

  • /tk reportTrack & prove

    Weekly performance report a stakeholder can read: ROI, calibration verdict, best and worst calls, and what changed.

  • /tk researchResearch

    Deep-research one event into a probability q, with the edge vs the live market and the sources behind it.

  • /tk scanResearch

    Scan live markets for edge opportunities, rank them by a transparent score, and surface the single best setup.

  • /tk setupDecide & size

    First-run setup: create TRADER.md, build the venv, check the live data APIs are reachable, and run a first scan.

  • /tk strategyTerminal & bot

    Turn a described crypto strategy into a backtesting.py Strategy, run it on real OHLCV, and report ROI, drawdown, and Sharpe.

  • /tk terminalTerminal & bot

    Launch the live DEEPMIND-RUNTIME trading terminal from your own markets, save a PNG snapshot, and recap the strongest signal.

  • /tk watchlistResearch

    Manage your watchlist in TRADER.md and scan only those markets for edge and whale context.

  • /tk whalesResearch

    Track the biggest live trades, group them by market, and flag where smart money is piling in one-sided.

Flagship: /tk decide

Turn a market price into a sized decision

Take one market from 'should I bet this?' to a sized, risk-capped decision. It pulls the live price, researches a probability with a bull/bear/judge debate, computes the edge and EV, then sizes the bet with quarter-Kelly, or tells you to pass.

1

Read the price and the smart money

It pulls the live Polymarket or Kalshi price, the order book, the whale trades over $3,000, and the largest holders. You see what the crowd is paying and which side the big wallets are on before you commit to a view.

2

Estimate a probability you can defend

A bull case and a bear case each get a number, then a judge weighs them against base rates and the live positioning. Your probability starts at the market price and only moves when you can state the reason in one sentence.

3

Find the edge, then size it

Edge is your probability minus the price. Full Kelly has roughly a one in three chance of halving your bankroll before it doubles, so the kit stakes a quarter of Kelly and caps every bet to your limits. No edge means the price is right and you pass, which is the answer most of the time.

claudekit · /tk decide

Under the hood

4 skills, 3 agents

Skills are knowledge files Claude Code loads automatically when the topic comes up. Agents are read-only specialists a command can dispatch for research or review without polluting your main context.

Skills (4)

Auto-loaded context: the rules, benchmarks, and playbooks the commands cite. Plain Markdown you can open and read.

tk-context

Shared memory: TRADER.md holds your venues, watchlist, bankroll, risk caps, and mode (research, paper, or live).

tk-edge

The quant brain: correct prediction-market Kelly, edge and EV, vig removal, Brier calibration, and bull/bear/judge consensus.

tk-terminal

The live trading terminal engine: read-only Polymarket and crypto data, the scanner, whale flow, and the dashboard renderer.

tk-backtest

Prove an edge is real, not luck: backtest a forecast log for ROI, calibration, and a Kelly bankroll curve with drawdown.

Agents (3)

Dispatched by commands for focused work. Read-only by design: they research and report, they never edit your files.

tk-risk-auditor

Read-only review of a trade or the current book against your risk caps. Catches oversizing, breaches, and correlated bets.

tk-market-researcher

Read-only deep research on one market into a probability, with base rates, recent news, positioning, and sources.

tk-calibration-critic

Read-only honest review of your track record: separates skill from luck, checks the sample size, finds the miscalibration.

Install

One command, ready in your next session

Authenticate the CLI with your license key, then install. The files land in ./.claude (or ~/.claude with -g) and every /tk command shows up immediately.

$ ck install tradekit
  • ·Prefer plugins? The kit also loads via Claude Code’s /plugin install flow; both paths ship the same files.
  • ·One license covers 3 devices. Activate and deactivate from your dashboard whenever you switch machines.
  • ·Install prints a per-file token ledger, so you see exactly what 23,217 measured tokens means before your first session pays for it.

Use cases

What people actually use TradeKit for

How do I find a mispriced market on Polymarket?

/tk-scan ranks every live Polymarket and Kalshi market by an edge score: your model's probability against the price the market is paying. /tk-whales shows the biggest trades and flags where one wallet is loading a single side, and /tk-holders shows how concentrated the smart money is. The markets where your number and the crowd's price disagree are where you look first.

How do you size a bet with the Kelly criterion?

Kelly stakes a fraction of your bankroll equal to your edge divided by the payout if you win. The kit uses the version that is correct for 0-to-1 prediction-market contracts, then takes a quarter of it, because full Kelly has about a one in three chance of halving your bankroll before it doubles. Every stake is also capped to the per-trade and per-day limits in your TRADER.md.

Can AI actually beat prediction markets?

Not reliably, and any tool that promises it is selling you something. On-chain data shows roughly 84% of Polymarket wallets lose money, and a real edge fades once enough people find it. What TradeKit gives you is a sharper probability and disciplined sizing, with you in the loop on every decision. It is a research desk, not a money printer.

Does it work for crypto, not just prediction markets?

Yes. /tk-crypto reads movers, tickers, and order books across 100-plus exchanges through ccxt, all read-only. /tk-strategy turns a described idea into a backtesting.py run on real candles and reports return, max drawdown, and Sharpe. It also tells you plainly that a backtest assumes perfect fills and ignores slippage and fees, so live results come in worse.

Pricing

Two ways to get it

Both come with 14-day refunds and licenses that cover 3 devices.

TradeKit

One-time, the kit as shipped

$99once

  • All 18 commands, 4 skills, 3 agents
  • Yours forever, exactly as shipped
  • Plain Markdown: read and edit everything
  • 14-day refunds, no forms to fight

All-Access

BEST VALUE

Every kit, every update, while active

$49.99/mo

  • All 6 kits: 121 commands, 25 skills, 16 agents
  • Every update and new release while subscribed
  • Swap focus between kits as your work changes
  • 14-day refunds, cancel anytime

FAQ

TradeKit questions, answered

18 slash commands, 4 skills, and 3 agents, written as plain Markdown with small Python engines, measured at 23,217 tokens. The engines read live data from Polymarket, Kalshi, and crypto with no API keys, and the tk-edge skill carries the Kelly, edge, expected value, vig-removal, and Brier-score math. Install it with ck install tradekit or as a Claude Code plugin.