From kraken-cli
Executes safe crypto withdrawals from Kraken to pre-approved cold storage addresses with balance checks, fee estimation, human approval, status tracking, and verification.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skill to execute this recipe: `kraken-funding-ops`
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
PREREQUISITE: Load the following skill to execute this recipe:
kraken-funding-ops
Withdraw crypto to a pre-approved hardware wallet address with fee checks and status tracking.
CAUTION: Withdrawals are irreversible once confirmed on-chain. Triple-check the address.
kraken balance -o json 2>/dev/nullkraken withdrawal addresses --asset BTC --verified true -o json 2>/dev/nullkraken withdrawal info BTC "cold-storage-btc" 0.5 -o json 2>/dev/nullkraken withdraw BTC "cold-storage-btc" 0.5 -o json 2>/dev/nullkraken withdrawal status --asset BTC -o json 2>/dev/nullkraken balance -o json 2>/dev/null