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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kubera-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/kubera-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1025 次。
如何安装 Kubera?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kubera-skill」即可一键安装,无需额外配置。
Kubera 是免费的吗?
是的,Kubera 完全免费(开源免费),可自由下载、安装和使用。
Kubera 支持哪些平台?
Kubera 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kubera?
由 Brett Wallace(@bywallace)开发并维护,当前版本 v1.0.0。