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/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.
data-ai
Claim and withdraw payments from Metr (metrpay.com) merchant account.
development
AI-powered crypto trading agent, wallet API, and LLM gateway via natural language. Use when the user wants to trade crypto, trade tokenized stocks and ETFs (spot or leveraged), check portfolio balances (with PnL and NFTs), view token prices, search tokens, transfer crypto, manage NFTs, use leverage (Hyperliquid or Avantis), bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, call or deploy x402 paid API endpoints, browse the web, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, Unichain, World Chain, Arbitrum, BNB Chain, and Robinhood Chain.
testing
Urizen — an AI equity-research desk + the first autonomous fund on Robinhood Chain (4663), as an agent skill. Real charts & technicals for any tokenized US stock, SEC fundamentals + filings + insider activity, Wall Street analyst consensus, financial news, the macro calendar (Fed/CPI/jobs), live prediction-market odds, and on-chain price — plus the fund's live strategies, book, execution tape, and one-token exposure via $URI. Public, key-less, CORS-open REST on chain 4663. Triggers on: "urizen", "research a stock", "tokenized stock", "SEC fundamentals", "analyst rating", "economic calendar", "prediction market odds", "copy trade the fund", "urizen book", "buy $URI".
development
List tokens on CoinHero via consignment deals on Base — deposit ERC-20 inventory, earn USDC when the protocol buys your token for CoinHero card games. Use when a wallet-enabled agent wants to consign a Base ERC-20 token, check deal performance, or withdraw earnings. Requires a CoinHero dashboard API key and a wallet (EOA) on Base mainnet with at least $50 USD worth of the token to deposit.