view --main kalshi-trades-skill-dlya-analiza-rynka-kalshi.md
kalshi-trades: Скилл для анализа рынка Kalshi
readonly
--- lines
---
name: kalshi-trades
description: 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.
homepage: https://docs.kalshi.com
user-invocable: true
disable-model-invocation: true
metadata:
{
"openclaw":
{
"emoji": "📊",
"requires": { "bins": ["node"] }
}
}
---
# Kalshi Trades (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 {baseDir}/scripts/kalshi-trades.mjs status --pretty
```
Broad market scan:
```bash
node {baseDir}/scripts/kalshi-trades.mjs markets --status open --limit 1000 --pretty
node {baseDir}/scripts/kalshi-trades.mjs events --limit 100 --pretty
node {baseDir}/scripts/kalshi-trades.mjs series --limit 400 --pretty
```
Focused validation:
```bash
node {baseDir}/scripts/kalshi-trades.mjs market --ticker <TICKER> --pretty
node {baseDir}/scripts/kalshi-trades.mjs trades --ticker <TICKER> --limit 200 --pretty
node {baseDir}/scripts/kalshi-trades.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 {baseDir}/tests/kalshi-trades.test.mjs
```
Инициализация мануала...
//
$ ls -R related_skills/
package.json
$ install --global
skills.sh
npx skills add https://github.com/openclaw/skills/tree/main/skills/brs999/kalshi-trades
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы