ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

Kraken

Skill by thesethrose

Why use this skill?

Seamlessly manage your Kraken crypto exchange portfolio with the Kraken AI skill. Track staking rewards, net worth, and market data.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/thesethrose/kraken
Or

What This Skill Does

The Kraken skill for OpenClaw is a powerful interface designed to bridge your AI agent with the Kraken cryptocurrency exchange. It leverages a dual-wrapper system: kraken_cli.py for high-level portfolio analysis and kraken_api.py for granular, low-level data extraction. This skill allows you to retrieve real-time market data, monitor staking positions, analyze your transaction history, and view your total net worth directly through natural language prompts. By abstracting the complexity of the Kraken API, it provides a clean, human-readable summary of your finances while still offering deep access to raw market data like order books, OHLC candles, and trading pairs.

Installation

To install this skill, use the following OpenClaw command in your terminal:

clawhub install openclaw/skills/skills/thesethrose/kraken

Once installed, you must authenticate the agent by providing your API credentials. You can set these as environment variables in your system or by creating a .env file within the skill directory. Required variables include KRAKEN_API_KEY and KRAKEN_API_SECRET. Ensure these keys have the appropriate read permissions enabled on your Kraken account to allow for portfolio and trade data retrieval.

Use Cases

This skill is perfect for traders and investors who need constant updates on market conditions and portfolio health. It is highly effective for calculating total net worth, tracking yield from staking rewards across both bonded and flexible earn programs, and conducting technical analysis by pulling historical OHLC or liquidity depth data. It can also be used to audit transaction histories or check the status of specific order fills.

Example Prompts

  1. "What is my total net worth across all my Kraken wallets?"
  2. "Show me the current price of Bitcoin and the 24-hour change."
  3. "Summarize my staking rewards for SOL and DOT in the earn wallet."

Tips & Limitations

For accurate reporting, the skill distinguishes between Auto Earn (flexible) and Bonded Staking, preventing double counting in your net worth reports. Always use the primary commands like summary or holdings for quick portfolio checks, and reserve the raw API commands like ledger or depth for specific, granular analysis. Note that this skill is primarily for data retrieval; do not attempt to use it for high-frequency trading unless you have verified your API permissions. Always exercise caution when storing API keys in plain text; using a secure .env file with restricted file permissions is highly recommended.

Metadata

Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-thesethrose-kraken": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#finance#kraken#trading#blockchain
Safety Score: 3/5

Flags: network-access, file-read, external-api