Bitpanda
Skill by florianbeer
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/florianbeer/bitpandaBitpanda Portfolio Skill
Check Bitpanda crypto portfolio, wallet balances, and trade history via CLI.
Auth
API key is read from (in order):
BITPANDA_API_KEYenvironment variable~/.openclaw/credentials/bitpanda/config.json→{"api_key": "..."}
Generate at: https://web.bitpanda.com/my-account/apikey Recommended scopes: Balance, Trade, Transaction
Commands
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
Notes
- Read-only — no trading or transfers
- Assets in Bitpanda Earn/Staking are not exposed by the API and won't show in balances
- The
assetcommand uses the public ticker (no auth needed) for prices - Pagination is automatic
- Requires:
curl,jq,bc
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-florianbeer-bitpanda": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Librenms
Skill by florianbeer
network-scanner
Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.
gurkerl
Gurkerl.at grocery shopping via MCP - search products, manage cart, orders, recipes, favorites.
laravel-forge
Manage Laravel Forge servers, sites, deployments, databases, integrations, and more via the Forge API.
netatmo
Control Netatmo thermostat and read weather station data. Use for heating control (set temperature, change mode), checking indoor/outdoor temperatures, CO₂ levels, humidity, noise, and pressure readings.