Kubera
/install kubera-skill
Kubera
Query and update portfolio data via the Kubera API.
Setup
Set environment variables:
export KUBERA_API_KEY="your-api-key"
export KUBERA_SECRET="your-api-secret"
Generate keys at Kubera Settings > API. Read-only is recommended unless updates are needed.
Usage
Run scripts/kubera.py with a subcommand:
# List portfolios
python3 scripts/kubera.py portfolios
# Net worth summary with allocation + top holdings
python3 scripts/kubera.py summary
# Full portfolio JSON (for detailed analysis)
python3 scripts/kubera.py json
# List assets, optionally filter by sheet or sort
python3 scripts/kubera.py assets --sheet Crypto --sort value
# Search assets by name/ticker/account
python3 scripts/kubera.py search "shopify"
# Update an asset (requires write permission + --confirm flag)
python3 scripts/kubera.py update \x3CITEM_ID> --value 5000 --confirm
Use --json on summary, assets, search, or portfolios for machine-readable output. Use json subcommand for the complete raw API response.
For multi-portfolio accounts, pass --portfolio \x3CID>. Single-portfolio accounts auto-select.
Rate Limits
- 30 req/min, 100/day (Essentials) or 1,000/day (Black)
- Cache
jsonoutput when running multiple queries in a session
API Details
See references/api.md for authentication, endpoints, and object schemas.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kubera-skill - After installation, invoke the skill by name or use
/kubera-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Kubera?
Read and manage Kubera.com portfolio data (net worth, assets, debts, allocation, holdings). Use when a user asks about their finances, net worth, portfolio, investments, holdings, asset allocation, or wants to update asset values in Kubera. Works with any AI agent or CLI that can run Python scripts. It is an AI Agent Skill for Claude Code / OpenClaw, with 1025 downloads so far.
How do I install Kubera?
Run "/install kubera-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kubera free?
Yes, Kubera is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Kubera support?
Kubera is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kubera?
It is built and maintained by Brett Wallace (@bywallace); the current version is v1.0.0.