Overview
- Skill Key
- brs999/kalshi-trades
- Author
- brs999
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/brs999/kalshi-trades
- Latest Commit SHA
- 8c0371ad8373972d43417825e926c817b939b03c
Read-only Kalshi OpenAPI scouting skill for market discovery, liquidity checks, and market validation. Use for scanning and ranking Kalshi opportunities. Pair with a separate paper-trading skill if you want open/close execution.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 kalshi-trading 技能。 若已安装,则直接安装 kalshi-trading 技能。
# Kalshi Trading (OpenAPI, Read-Only) Use this skill for Kalshi scouting and market validation only. ## Rules - Use OpenAPI read endpoints for market discovery and validation. - This skill does not place, amend, or cancel orders. - This skill does not include paper ledger execution scripts. ## Primary Commands Exchange status: ```bash node skills/kalshi-trading/scripts/kalshi_openapi_reader.mjs status --pretty ``` Broad market scan: ```bash node skills/kalshi-trading/scripts/kalshi_openapi_reader.mjs markets --status open --limit 1000 --pretty node skills/kalshi-trading/scripts/kalshi_openapi_reader.mjs events --limit 100 --pretty node skills/kalshi-trading/scripts/kalshi_openapi_reader.mjs series --limit 400 --pretty ``` Focused validation: ```bash node skills/kalshi-trading/scripts/kalshi_openapi_reader.mjs market --ticker <TICKER> --pretty node skills/kalshi-trading/scripts/kalshi_openapi_reader.mjs trades --ticker <TICKER> --limit 200 --pretty node skills/kalshi-trading/scripts/kalshi_openapi_reader.mjs orderbook --ticker <TICKER> --pretty ``` ## Optional Integration: Paper Ledger Skill Required If you want paper open/close workflows, install and use a separate paper-trading skill that provides the execution script. This Kalshi skill can supply candidate/market data to that separate skill. ```bash node --experimental-strip-types skills/paper-trading/scripts/paper_trading.ts status --account kalshi --format json --pretty ``` ## Environment Optional override (defaults to Kalshi production API): ```bash export KALSHI_BASE_URL="https://api.elections.kalshi.com/trade-api/v2" ``` ## Tests Run the Kalshi reader smoke tests: ```bash node --test skills/kalshi-trading/tests/kalshi_openapi_reader.test.mjs ```
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.