Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Queries and updates portfolio data from Kubera via its API. Returns net worth summaries, asset lists, allocation breakdowns, and individual holding details. Supports filtering, searching, and writing updated values back to Kubera.
Provides scriptable, structured access to Kubera data without opening the web app, making it easy to pipe portfolio figures into other workflows or AI agents.
When to use it
- Check current net worth across all accounts
- Review asset allocation percentages by category
- Search for a specific holding by ticker or account name
- Update the value of a manually tracked asset
- Export full portfolio JSON for analysis in another tool
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What is my current net worth and how is my portfolio allocated?
- 1Run `python3 scripts/kubera.py summary` to fetch net worth and allocation data
- 2Parse the returned total value and asset category breakdown
- 3Extract top holdings from the summary output
- 4Format results into a net worth report with category percentages
Net worth total with percentage breakdown by asset category and a ranked list of top holdings by value
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.