{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kalshi-agent",
    "name": "Kalshi Agent",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JThomasDevs/kalshi-agent",
    "canonicalUrl": "https://clawhub.ai/JThomasDevs/kalshi-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kalshi-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kalshi-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "install.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kalshi-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/kalshi-agent",
    "agentPageUrl": "https://openagent3.xyz/skills/kalshi-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kalshi-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kalshi-agent/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Kalshi Agent Skill",
        "body": "CLI tool for trading prediction markets on Kalshi."
      },
      {
        "title": "Installation",
        "body": "npm install -g kalshi-cli"
      },
      {
        "title": "Configuration",
        "body": "Get API credentials at: https://kalshi.com/api\nPlace your RSA private key at ~/.kalshi/private_key.pem\nSet your access key in ~/.kalshi/.env:\n\nKALSHI_ACCESS_KEY=your_access_key_id\n\nOr run kalshi setup-shell to add it to your shell config."
      },
      {
        "title": "Browse & Research",
        "body": "# List open markets (default 20)\nkalshi markets\nkalshi markets -l 50\nkalshi markets --status settled\n\n# Search by keyword, ticker, or category\nkalshi search \"Super Bowl\"\nkalshi search soccer\nkalshi search hockey\nkalshi search KXWO-GOLD-26\n\n# Search with filters\nkalshi search politics --min-odds 5     # hide markets where either side < 5%\nkalshi search soccer --expiring          # sort by soonest expiry, show expiry column\nkalshi search soccer -e -m 2 -l 20      # combine flags: expiring, 2% min-odds, 20 results\n\n# Browse all active series (interactive — pick a number to drill down)\nkalshi series\nkalshi series soccer\nkalshi series --all                      # include series with no active markets\nkalshi series -e                         # sort by soonest expiry\n\n# View single market detail\nkalshi detail KXWO-GOLD-26-NOR\n\n# View orderbook depth\nkalshi orderbook KXWO-GOLD-26-NOR"
      },
      {
        "title": "Search Behavior",
        "body": "Search uses a multi-strategy approach:\n\nDirect ticker lookup — tries the query as a market ticker, event ticker (KX prefix), or series ticker\nSeries matching — dynamically searches all Kalshi series by title, category, and tags (e.g. \"soccer\" matches series tagged \"Soccer\")\n\nIf many series match, shows an interactive numbered list — enter a number to drill into that series' markets\nIf few series match, fetches and displays markets directly\n\n\nMarket title search — falls back to searching open market titles/tickers\n\nCommon sport/category aliases are expanded automatically (e.g. \"nfl\" also searches \"football\")."
      },
      {
        "title": "Interactive Series Lists",
        "body": "Both kalshi search and kalshi series display numbered tables when listing series. After the table, you're prompted:\n\nEnter # to drill down (or q to quit):\n\nPick a number to load that series' open markets inline. The prompt loops so you can explore multiple series without re-running the command."
      },
      {
        "title": "Portfolio",
        "body": "# Check balance\nkalshi balance\n\n# View positions\nkalshi positions\n\n# View open orders\nkalshi orders"
      },
      {
        "title": "Trading",
        "body": "# Buy 10 YES contracts at 68c each\nkalshi buy KXSB-26 10 68\n\n# Buy NO contracts\nkalshi buy KXWO-GOLD-26-NOR 5 32 --side no\n\n# Sell (same syntax)\nkalshi sell KXWO-GOLD-26-NOR 5 40 --side no\n\n# Skip confirmation prompt\nkalshi buy KXSB-26 10 68 --force\n\n# Cancel an open order\nkalshi cancel <order-id>"
      },
      {
        "title": "Notes",
        "body": "Prices are in cents (68 = $0.68 = 68% implied probability)\nPrices display as both dollars and percentages (e.g. $0.68 (68%))\n--side defaults to yes if not specified\nbuy and sell show a cost/proceeds summary and ask for confirmation (bypass with --force)\n--min-odds / -m filters out markets where either side's bid is below a percentage threshold (default 0.5%)\n--expiring / -e sorts results by soonest expiry, adds an \"Expires\" column, and excludes already-expired entries\nExpiry times are human-readable: \"8h 35m\", \"Fri 04:00PM\", \"Apr 01\", \"Jan 01, 2027\"\nEvent tickers start with KX (e.g. KXWO-GOLD-26); market tickers have more segments (e.g. KXWO-GOLD-26-NOR)\nMarket tables show outcome names (e.g. \"Norway\" instead of raw tickers) when available"
      },
      {
        "title": "API Reference",
        "body": "Full API docs: https://docs.kalshi.com/api-reference/"
      }
    ],
    "body": "Kalshi Agent Skill\n\nCLI tool for trading prediction markets on Kalshi.\n\nInstallation\nnpm install -g kalshi-cli\n\nConfiguration\nGet API credentials at: https://kalshi.com/api\nPlace your RSA private key at ~/.kalshi/private_key.pem\nSet your access key in ~/.kalshi/.env:\nKALSHI_ACCESS_KEY=your_access_key_id\n\n\nOr run kalshi setup-shell to add it to your shell config.\n\nCommands\nBrowse & Research\n# List open markets (default 20)\nkalshi markets\nkalshi markets -l 50\nkalshi markets --status settled\n\n# Search by keyword, ticker, or category\nkalshi search \"Super Bowl\"\nkalshi search soccer\nkalshi search hockey\nkalshi search KXWO-GOLD-26\n\n# Search with filters\nkalshi search politics --min-odds 5     # hide markets where either side < 5%\nkalshi search soccer --expiring          # sort by soonest expiry, show expiry column\nkalshi search soccer -e -m 2 -l 20      # combine flags: expiring, 2% min-odds, 20 results\n\n# Browse all active series (interactive — pick a number to drill down)\nkalshi series\nkalshi series soccer\nkalshi series --all                      # include series with no active markets\nkalshi series -e                         # sort by soonest expiry\n\n# View single market detail\nkalshi detail KXWO-GOLD-26-NOR\n\n# View orderbook depth\nkalshi orderbook KXWO-GOLD-26-NOR\n\nSearch Behavior\n\nSearch uses a multi-strategy approach:\n\nDirect ticker lookup — tries the query as a market ticker, event ticker (KX prefix), or series ticker\nSeries matching — dynamically searches all Kalshi series by title, category, and tags (e.g. \"soccer\" matches series tagged \"Soccer\")\nIf many series match, shows an interactive numbered list — enter a number to drill into that series' markets\nIf few series match, fetches and displays markets directly\nMarket title search — falls back to searching open market titles/tickers\n\nCommon sport/category aliases are expanded automatically (e.g. \"nfl\" also searches \"football\").\n\nInteractive Series Lists\n\nBoth kalshi search and kalshi series display numbered tables when listing series. After the table, you're prompted:\n\nEnter # to drill down (or q to quit):\n\n\nPick a number to load that series' open markets inline. The prompt loops so you can explore multiple series without re-running the command.\n\nPortfolio\n# Check balance\nkalshi balance\n\n# View positions\nkalshi positions\n\n# View open orders\nkalshi orders\n\nTrading\n# Buy 10 YES contracts at 68c each\nkalshi buy KXSB-26 10 68\n\n# Buy NO contracts\nkalshi buy KXWO-GOLD-26-NOR 5 32 --side no\n\n# Sell (same syntax)\nkalshi sell KXWO-GOLD-26-NOR 5 40 --side no\n\n# Skip confirmation prompt\nkalshi buy KXSB-26 10 68 --force\n\n# Cancel an open order\nkalshi cancel <order-id>\n\nNotes\nPrices are in cents (68 = $0.68 = 68% implied probability)\nPrices display as both dollars and percentages (e.g. $0.68 (68%))\n--side defaults to yes if not specified\nbuy and sell show a cost/proceeds summary and ask for confirmation (bypass with --force)\n--min-odds / -m filters out markets where either side's bid is below a percentage threshold (default 0.5%)\n--expiring / -e sorts results by soonest expiry, adds an \"Expires\" column, and excludes already-expired entries\nExpiry times are human-readable: \"8h 35m\", \"Fri 04:00PM\", \"Apr 01\", \"Jan 01, 2027\"\nEvent tickers start with KX (e.g. KXWO-GOLD-26); market tickers have more segments (e.g. KXWO-GOLD-26-NOR)\nMarket tables show outcome names (e.g. \"Norway\" instead of raw tickers) when available\nAPI Reference\n\nFull API docs: https://docs.kalshi.com/api-reference/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JThomasDevs/kalshi-agent",
    "publisherUrl": "https://clawhub.ai/JThomasDevs/kalshi-agent",
    "owner": "JThomasDevs",
    "version": "0.5.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kalshi-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/kalshi-agent",
    "agentUrl": "https://openagent3.xyz/skills/kalshi-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kalshi-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kalshi-agent/agent.md"
  }
}