aeon-monitor-kalshi/SKILL.md
Watchlist-driven Kalshi prediction-market monitor with cross-venue arb detection vs paired Polymarket markets (fee + slippage adjusted). Surfaces price moves, volume spikes, resolution proximity, and kill-criterion triggers on tracked positions. Silent on unchanged markets. Requires a CFTC-compliant Kalshi account. Triggers: "watch my kalshi markets", "did anything move on kalshi", "kalshi vs polymarket on X", "alert on price changes for my kalshi watchlist".
npx skillsauth add bankrbot/openclaw-skills aeon-monitor-kalshiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Designed to pair with aeon-monitor-polymarket so the same thesis can be tracked across two regulatory wrappers — CFTC-regulated event contracts on Kalshi vs on-chain on Polymarket.
markets:
- ticker: PRES-2028-DEM
side: NO
entry: 0.62
target: 0.45
kill: 0.78
- ticker: FED-RATE-MAR-25BP
side: YES
entry: 0.34
target: 0.55
kill: 0.20
cross_venue_pairs:
- kalshi: PRES-2028-DEM
polymarket: us-election-2028-winner
fair_spread_bps: 50 # alert if arb opens beyond this
Price move ≥ ±5% in 24h, volume spike > 3× 7-day average, resolution within 7 days, kill criterion hit, cross-venue arb spread > fair_spread_bps after fees and slippage. Silent on unchanged.
# Market detail
curl -s "https://trading-api.kalshi.com/trade-api/v2/markets/${ticker}" \
-H "Authorization: Bearer ${KALSHI_TOKEN}"
# Orderbook
curl -s "https://trading-api.kalshi.com/trade-api/v2/markets/${ticker}/orderbook" \
-H "Authorization: Bearer ${KALSHI_TOKEN}"
For paired markets, compute spread between Kalshi YES and equivalent Polymarket YES. Adjust for:
Surface only when net edge after fees + slippage clears the configured fair-spread threshold.
Kalshi requires a U.S. CFTC-compliant account, so the skill is read-only here. The Polymarket leg of a cross-venue arb can be executed via Bankr Submit / AgenticBets while the operator handles Kalshi manually.
KALSHI_API_TOKEN from your Kalshi account dashboard.
development
Trust + memory layer for Bankr agents. Write a verifiable behavioral track record (decisions, hallucinations) for free, and check the risk/reputation of any agent or token before moving money — paid over x402 on Base.
tools
Cross-chain token swaps, quotes, portfolio and prices across 14 chains via the Suwappu DEX MCP server. Read-only by default; swap execution is opt-in and gated.
development
Build, inspect, configure, and safely transact with Juicebox V6 projects, terminals, rulesets, hooks, tiered NFTs, Revnets, Croptop, Bendystraw, and omnichain deployments. Use for Juicebox protocol questions, contract addresses or ABIs, project creation, payments, cash-outs, tokenomics, hooks, NFT tiers, cross-chain bridges, loan queries, transaction decoding, and Juicebox app/UI development on Ethereum, Optimism, Base, Arbitrum, or their Sepolia testnets.
tools
LP tokenized stocks onchain — range-LP Coinbase tokenized equities (NVDA, AAPL, GOOGL, META) and AERO/USDC on Aerodrome Slipstream (Base) for trading-fee + AERO emission yield. Use when the user wants to LP stocks or Aerodrome pools on Base, open/recenter/exit a Slipstream position, check pool status, NAV, or yields, get a portfolio overview ("how are my LP positions doing?") with P&L and projected APR, run a manage pass, or set up scheduled/price-triggered LP automations in the Bankr console. Auto-routes every position to the higher-yielding side — staked (AERO emissions) vs unstaked (trading fees) — at entry and re-checks on every manage pass. Bundled node scripts do the chain reads, gate checks, and calldata; writes go via the Bankr arbitrary-transaction flow. NOT for perps, spot trading, or Uniswap.