# Send Kraken Pro to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kraken-pro",
    "name": "Kraken Pro",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/in-liberty420/kraken-pro",
    "canonicalUrl": "https://clawhub.ai/in-liberty420/kraken-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/kraken-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kraken-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "kraken_cli.py",
      "requirements.txt"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "kraken-pro",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T19:39:23.167Z",
      "expiresAt": "2026-05-11T19:39:23.167Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kraken-pro",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kraken-pro",
        "contentDisposition": "attachment; filename=\"kraken-pro-1.0.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "kraken-pro"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kraken-pro"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kraken-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/kraken-pro",
    "agentUrl": "https://openagent3.xyz/skills/kraken-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kraken-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kraken-pro/agent.md"
  }
}
```
## Documentation

### Kraken Skill

Manage your Kraken exchange account via CLI.

### Setup

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)

CommandDescriptionsummaryPortfolio overview (handles flex vs bonded earn correctly)net-worthSingle net worth numberholdingsAsset breakdown with USD valuesbalanceRaw asset quantities

### Market Data (no auth)

CommandDescriptionticker --pair XBTUSDPrice and 24h statspairsTrading pairsassetsAsset list

### Order History (auth required)

CommandDescriptionopen-ordersActive ordersclosed-orders [--limit N]Completed orderstrades [--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.

CommandDescriptionbuy --pair XBTUSD --type market|limit --amount N [--price P] --confirmPlace buy ordersell --pair XBTUSD --type market|limit --amount N [--price P] --confirmPlace sell ordercancel-order --id OXXXXX --confirmCancel specific ordercancel-all --confirmCancel all open orders

Always confirm with the user before placing real orders. Use --validate first.

### Earn/Staking (auth required)

CommandDescriptionearn-positionsCurrent staking allocationsearn-strategiesAvailable yield programsearn-statusPending requestsearn-allocate --strategy-id ID --amount N --confirmStake fundsearn-deallocate --strategy-id ID --amount N --confirmUnstake funds

### Funding (auth required)

CommandDescriptiondeposit-methods --asset BTCDeposit methods for an assetdeposit-address --asset BTCGet deposit addresswithdraw --asset BTC --key NAME --amount N --confirmWithdraw to saved addresswithdraw-statusRecent 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 RequestCommandWhat's my portfolio?summaryBTC price?ticker --pair XBTUSDExport 2025 ledger for taxesledger --start 2025-01-01 --end 2025-12-31 --csvExport trade historytrades --csvBuy 0.1 BTC at marketbuy --pair XBTUSD --type market --amount 0.1 --confirmShow staking positionsearn-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

FeaturePermissionBalances, portfolio, ledgerQuery FundsOrders, trades (view)Query Open/Closed Orders & TradesPlace/cancel ordersCreate & Modify OrdersEarn allocate/deallocateWithdraw FundsWithdrawalsWithdraw FundsMarket dataNone
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: in-liberty420
- Version: 1.0.6
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T19:39:23.167Z
- Expires at: 2026-05-11T19:39:23.167Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/kraken-pro)
- [Send to Agent page](https://openagent3.xyz/skills/kraken-pro/agent)
- [JSON manifest](https://openagent3.xyz/skills/kraken-pro/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/kraken-pro/agent.md)
- [Download page](https://openagent3.xyz/downloads/kraken-pro)