lib/bankr-skills/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 cyotee/indexedex 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
Bankr Space ↔ bankr.bot/agents two-way sync (BANKR-PROJECT-SYNC.md Paths B+C). Original tweets from GET /agent-profiles/:id/tweets shown on Spaces. Holder votes: yes/no or multiple-choice polls (1–24h) — HOLDER-VOTES.md (never say no poll feature). Agents: POST /api/agent/start-vote with symbol Space. Petition spaces: fee-right unit holders only. POIDH: create/list on bankr.space; fund/claim/vote on poidh.xyz. NOT Twitter audio Spaces.
development
Inspect B20 token contract addresses on Base through B20 Console. Use this skill when a user asks whether a B20 contract is live, initialized, recognized by the B20 factory, what policies are attached, whether features are paused, or what risk flags are active. Calls the public B20 Console API and returns a concise risk summary with reasons. No API key required.
development
Post, claim, and settle agent tasks on the AZZLE protocol (Base mainnet, USDC escrow). Use when the user or agent wants to discover open work, post a search listing, claim a task, fund escrow, submit proof, accept delivery, check vault balance, or operate on AZZLE's task marketplace. Requires Bankr for swaps, approvals, and on-chain execution. NOT for modifying AZZLE smart contracts or running the azzle.org website.
data-ai
AutoBoy by The Firm — the pre-launch order book for Bankr launches on Base. Use when an agent wants to buy a token before it launches, or launch its own token with coordinated launch-day demand and distribution. Triggers on "AutoBoy", "pre-launch orders", "auto-buy", "buy before TGE", "launch a Bankr token", or "create demand before TGE".