kraken-cliUse a Bash CLI to query Kraken Spot and Futures APIs, inspect account state, run guarded trading and funding actions, and work with Kraken websocket payloads...
Install via ClawdBot CLI:
clawdbot install oscraters/kraken-cliGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/oscraters/kraken-skill.gitAudited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
A retail investor uses the Kraken CLI to regularly check account balances, monitor market tickers for their trading pairs, and track deposit methods for different assets. This provides a consolidated view of their cryptocurrency holdings across spot and futures accounts without needing to log into the web interface.
A quantitative trading firm integrates the Kraken CLI into their automated trading pipelines to execute guarded orders with confirmation flags, retrieve real-time market data for analysis, and manage futures positions. The tool's structured output and environment-based secret management make it suitable for automated workflows.
A cryptocurrency fund uses the CLI to manage withdrawals, allocate funds to earn strategies for yield generation, and handle subaccount transfers between different investment vehicles. The confirmation requirement for state-changing operations provides an additional safety layer for treasury management.
A developer building trading bots uses the Kraken CLI to test API calls, inspect websocket payloads for real-time data streams, and validate order placement logic before deploying to production. The local Bash tool approach allows for rapid iteration without complex SDK integration.
A crypto exchange operations team uses the CLI to monitor system health through market time checks, verify API connectivity, and troubleshoot issues with private endpoints. The tool's refusal to run with missing config ensures operational integrity during monitoring procedures.
A software-as-a-service platform integrates the Kraken CLI to provide clients with automated trading, portfolio rebalancing, and yield optimization services. The platform charges subscription fees based on assets under management and trading volume, leveraging the CLI's guarded operations for secure execution.
A data analytics company uses the Kraken CLI to collect real-time market data, account metrics, and trading signals from Kraken's APIs. They process this data into insights, reports, and API endpoints that are sold to institutional clients, hedge funds, and research firms.
An asset management firm builds automated investment strategies using the Kraken CLI for order execution, earn strategy allocation, and futures hedging. They manage client portfolios and charge management fees based on performance and assets under management, using the CLI's confirmation requirements for risk control.
💬 Integration Tip
Ensure all required environment variables (KRAKEN_API_KEY, KRAKEN_API_BASE_URL) are properly configured via OpenClaw secret refs before integration, and implement the --confirm flag for all state-changing operations in automated workflows.
Scored Apr 19, 2026
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Generate or refine agent-usable CLIs for existing software/codebases using the CLI-Anything methodology. Use when the user wants to turn a GUI app, desktop t...
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Avoid common Bash mistakes — quoting traps, word splitting, and subshell gotchas.