LaunchKit · 2026
Back to Skills

kubera-skill

Read and manage Kubera.com portfolio data (net worth, assets, debts, allocation, holdings)

0
803 downloads
by @bywallace

Setup & Installation

openclaw skills install @bywallace/kubera-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install kubera-skill

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.

INPUT

User asks: What is my current net worth and how is my portfolio allocated?

AGENT
  1. 1Run `python3 scripts/kubera.py summary` to fetch net worth and allocation data
  2. 2Parse the returned total value and asset category breakdown
  3. 3Extract top holdings from the summary output
  4. 4Format results into a net worth report with category percentages
OUTPUT

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.

Kubera accountKubera API key and secret, generated at Kubera Settings > APIKUBERA_API_KEY and KUBERA_SECRET environment variables