# Send Kraken 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",
    "name": "Kraken",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/TheSethRose/kraken",
    "canonicalUrl": "https://clawhub.ai/TheSethRose/kraken",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/kraken",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kraken",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "kraken_api.py",
      "kraken_cli.py",
      "requirements.txt"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "kraken",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:27:30.311Z",
      "expiresAt": "2026-05-06T17:27:30.311Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kraken",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kraken",
        "contentDisposition": "attachment; filename=\"kraken-1.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "kraken"
      },
      "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"
    },
    "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",
    "downloadUrl": "https://openagent3.xyz/downloads/kraken",
    "agentUrl": "https://openagent3.xyz/skills/kraken/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kraken/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kraken/agent.md"
  }
}
```
## Documentation

### Kraken Crypto Skill

Use the kraken_cli.py wrapper to query your Kraken account.

### Setup

Export your Kraken API credentials.

export KRAKEN_API_KEY="your_api_key"
export KRAKEN_API_SECRET="your_api_secret"

You can also create a .env file in the skill directory.

### 1. Primary Commands

Use these commands for portfolio queries. They calculate totals automatically.

CommandDescriptionsummaryPortfolio overview with correct totalsnet-worthTotal net worth calculationperformanceReturns compared to depositsholdingsAsset breakdown with USD valuesstakingStaking positions and rewards

### Example Output summary

TOTAL NET WORTH
  Main Wallet (Equity):    $544.95
  Earn Wallet (Bonded):    $81.89
  TOTAL:                   $626.84

AUTO EARN (Flexible) in Main Wallet
  BTC   : $493.92 (rewards: $0.03)
  ETH   : $50.66 (rewards: $0.11)

BONDED STAKING in Earn Wallet
  SOL   : $66.73 (rewards: $0.89)
  DOT   : $15.16 (rewards: $0.55)

  Total Staking Rewards:   $1.71

The wrapper separates Auto Earn from Bonded staking to avoid double counting.

### 2. Raw API Commands

These commands use kraken_api.py for detailed data. Use them for specific information not covered by primary commands.

### Market Data Public

CommandDescriptionUse Caseticker --pair XXBTZUSDCurrent price and 24h statsPrice checksohlc --pair XXBTZUSDHistorical candlesChart datadepth --pair XXBTZUSDOrder bookLiquidity analysisrecent-trades --pair XXBTZUSDLive tradesMarket activityassetsAsset names and decimalsAsset lookupspairsValid trading pairsPair discoverystatusExchange statusConnectivity checktimeServer timeAPI health check

### Account Data Private

CommandDescriptionUse CasebalanceRaw asset quantitiesDetailed holdingsbalance-exBalance with reserved fundsMargin analysisportfolioTrade balance in USDRaw equity dataopen-ordersActive ordersOrder managementclosed-ordersCompleted ordersOrder historytradesTrade execution historyTrade analysisledgerAll transactionsTransaction trackingledger --asset ZUSDFiltered by assetAsset historyvolume30 day volumeFee tier info

### Earn Data Private

CommandDescriptionUse Caseearn-positionsRaw staking allocationsDetailed staking dataearn-strategiesAvailable yield programsStrategy discoveryearn-statusPending stakesAllocation monitoringearn-dealloc-status --refid IDPending unstakesDeallocation monitoring

### Funding Private

CommandDescriptionUse Casedeposits-methodsAvailable deposit methodsDeposit optionsdeposits-address --asset BTCWallet addressReceiving crypto

### Double Counting Warning

Do not add balance and earn-positions together.

Kraken has two staking types.

Auto Earn Flexible assets stay in the Main wallet. These are included in portfolio equity.
Bonded Staking assets move to the Earn wallet. These are not in portfolio equity.

The summary command handles this correctly. If you use raw commands manually follow this logic.

Correct calculation is Total equals Portfolio Equity plus Bonded Earn Only.
Incorrect calculation is Total equals Portfolio Equity plus All Earn Allocations.

### API Response Notes

ohlc returns a list under the pair key.
depth bids and asks are nested under the pair key.
recent-trades returns a list containing price, volume, time, side, type, and misc.
earn-strategies uses the items key with apr_estimate.

### 4. Example Usage

User RequestBot ActionWhat is my crypto portfolio?Run summaryWhat is my net worth?Run net-worthHow am I performing?Run performanceShow my holdingsRun holdingsShow my stakingRun stakingWhat is BTC price?Run ticker --pair XXBTZUSDShow my open ordersRun open-ordersShow my trade historyRun tradesGet my BTC deposit addressRun deposits-address --asset BTC

### 5. API Key Permissions Required

FeaturePermissionBalance and PortfolioQuery FundsOrders and Trades and LedgersQuery FundsEarn AllocationsEarnDeposit AddressesQuery FundsMarket DataNone
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TheSethRose
- Version: 1.1.2
## 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-04-29T17:27:30.311Z
- Expires at: 2026-05-06T17:27:30.311Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/kraken)
- [Send to Agent page](https://openagent3.xyz/skills/kraken/agent)
- [JSON manifest](https://openagent3.xyz/skills/kraken/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/kraken/agent.md)
- [Download page](https://openagent3.xyz/downloads/kraken)