Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Check your Bitpanda crypto portfolio, wallet balances, and trade history via CLI using your API key with read-only access.
Check your Bitpanda crypto portfolio, wallet balances, and trade history via CLI using your API key with read-only access.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Check Bitpanda crypto portfolio, wallet balances, and trade history via CLI.
API key is read from (in order): BITPANDA_API_KEY environment variable ~/.openclaw/credentials/bitpanda/config.json โ {"api_key": "..."} Generate at: https://web.bitpanda.com/my-account/apikey Recommended scopes: Balance, Trade, Transaction
bitpanda portfolio # Non-zero wallets grouped by crypto/fiat/index bitpanda wallets # All non-zero wallets with balances bitpanda transactions --limit 20 # Recent trades bitpanda transactions --flow buy # Buy trades only bitpanda transactions --flow sell # Sell trades only bitpanda asset BTC # Current price + your balance
Read-only โ no trading or transfers Assets in Bitpanda Earn/Staking are not exposed by the API and won't show in balances The asset command uses the public ticker (no auth needed) for prices Pagination is automatic Requires: curl, jq, bc
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.