From kraken-cli
Executes Kraken spot buy/sell orders via CLI with price reads, payload validation, human confirmation, execution, and post-trade checks. Use for safe programmatic trading.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:kraken-spot-executionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for:
Use this skill for:
kraken ticker BTCUSD -o json 2>/dev/null
kraken order buy BTCUSD 0.001 --type limit --price 50000 --validate -o json 2>/dev/null
kraken order buy BTCUSD 0.001 --type limit --price 50000 -o json 2>/dev/null
kraken open-orders -o json 2>/dev/null
kraken order cancel <TXID> -o json 2>/dev/null
kraken order cancel-after 60 -o json 2>/dev/null
.error category.rate_limit, read suggestion and docs_url fields, then adapt strategy.npx claudepluginhub krakenfx/kraken-cliReferences Kraken spot and futures order types including market, limit, stop-loss, take-profit, trailing stops, and modifiers like post-only, GTC, IOC with CLI examples.
Places LIMIT/MARKET orders, amends prices/quantities, cancels orders, closes positions via CLI with dry-run previews, preflight checks, and tiered safety model.
Handles BingX spot trading: place/cancel/query orders, view trade fills, manage OCO orders, check commission rates. For BingX spot order placement, cancellation, history, or OCO queries.