返回顶部
k

kraken-pro

Manage Kraken exchange accounts — portfolio, market data, trading, earn/staking, ledger export. REST API via python-kraken-sdk. Use when the user wants to check crypto portfolio, get prices, place/cancel orders, manage staking, export ledger for taxes, deposit/withdraw funds, or interact with Kraken in any way.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.6
安全检测
已通过
721
下载量
0
收藏
概述
安装方式
版本历史

kraken-pro

# Kraken Skill Manage your Kraken exchange account via CLI. ## Setup ```bash pip3 install -r requirements.txt ``` Set credentials via environment variables or OpenClaw config (`skills.entries.kraken-pro.env`). Get API key: https://www.kraken.com/u/security/api ## Commands Run: `python3 kraken_cli.py <command> [options]` All commands accept `--json` for raw JSON output. ### Portfolio (auth required) | Command | Description | |---------|-------------| | summary | Portfolio overview (handles flex vs bonded earn correctly) | | net-worth | Single net worth number | | holdings | Asset breakdown with USD values | | balance | Raw asset quantities | ### Market Data (no auth) | Command | Description | |---------|-------------| | ticker --pair XBTUSD | Price and 24h stats | | pairs | Trading pairs | | assets | Asset list | ### Order History (auth required) | Command | Description | |---------|-------------| | open-orders | Active orders | | closed-orders [--limit N] | Completed orders | | trades [--limit N] [--csv] | Trade execution history (CSV for export) | ### Ledger (auth required) ``` ledger [--start YYYY-MM-DD] [--end YYYY-MM-DD] [--asset BTC] [--type trade|deposit|withdrawal|staking] [--csv] [--limit N] ``` Auto-paginates (Kraken returns max 50/request). `--csv` dumps raw Kraken data. ### Trading (auth required) All trading commands require `--confirm`. Use `--validate` for dry-run. | Command | Description | |---------|-------------| | buy --pair XBTUSD --type market\|limit --amount N [--price P] --confirm | Place buy order | | sell --pair XBTUSD --type market\|limit --amount N [--price P] --confirm | Place sell order | | cancel-order --id OXXXXX --confirm | Cancel specific order | | cancel-all --confirm | Cancel all open orders | **Always confirm with the user before placing real orders. Use `--validate` first.** ### Earn/Staking (auth required) | Command | Description | |---------|-------------| | earn-positions | Current staking allocations | | earn-strategies | Available yield programs | | earn-status | Pending requests | | earn-allocate --strategy-id ID --amount N --confirm | Stake funds | | earn-deallocate --strategy-id ID --amount N --confirm | Unstake funds | ### Funding (auth required) | Command | Description | |---------|-------------| | deposit-methods --asset BTC | Deposit methods for an asset | | deposit-address --asset BTC | Get deposit address | | withdraw --asset BTC --key NAME --amount N --confirm | Withdraw to saved address | | withdraw-status | Recent withdrawal status | **Withdrawal notes:** - Addresses must be pre-configured in Kraken's web UI (can't add via API) - Can't list saved address names via API — ask the user for the key name - Addresses are per-asset: a SOL address won't work for USDC withdrawals even if it's the same wallet. Each asset needs its own entry. - `--key` is the saved address name in Kraken, not the actual address ## Example Usage | User Request | Command | |---|---| | What's my portfolio? | summary | | BTC price? | ticker --pair XBTUSD | | Export 2025 ledger for taxes | ledger --start 2025-01-01 --end 2025-12-31 --csv | | Export trade history | trades --csv | | Buy 0.1 BTC at market | buy --pair XBTUSD --type market --amount 0.1 --confirm | | Show staking positions | earn-positions | ## Kraken Pair Naming Kraken uses non-standard names: XBT (not BTC), XETH (not ETH), Z-prefix for fiat (ZUSD, ZCAD). When unsure of a pair name, run `pairs --json` and grep for the asset. ## Portfolio Logic Kraken has two earn types: - **Auto Earn (flex):** in main wallet, included in trade balance equity - **Bonded staking:** separate earn wallet, NOT in trade balance `summary` calculates: **Total = Trade Balance Equity + Bonded Staking Only** ## API Permissions | Feature | Permission | |---------|-----------| | Balances, portfolio, ledger | Query Funds | | Orders, trades (view) | Query Open/Closed Orders & Trades | | Place/cancel orders | Create & Modify Orders | | Earn allocate/deallocate | Withdraw Funds | | Withdrawals | Withdraw Funds | | Market data | None |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 kraken-pro-1776420063 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 kraken-pro-1776420063 技能

通过命令行安装

skillhub install kraken-pro-1776420063

下载 Zip 包

⬇ 下载 kraken-pro v1.0.6

文件大小: 8.96 KB | 发布时间: 2026-4-17 19:27

v1.0.6 最新 2026-4-17 19:27
Remove .env reference from error message.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部