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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install kubera-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install kubera-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/kubera-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: kubera description: 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. ---
Query and update portfolio data via the Kubera API.
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.
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 <ITEM_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 . Single-portfolio accounts auto-select.
json output when running multiple queries in a sessionSee references/api.md for authentication, endpoints, and object schemas.
安装 Kubera 后,可以对 AI 说这些话来触发它
Help me get started with Kubera
Explains what Kubera does, walks through the setup, and runs a quick demo based on your current project
Use Kubera to read and manage Kubera
Invokes Kubera with the right parameters and returns the result directly in the conversation
What can I do with Kubera in my finance & investment workflow?
Lists the top use cases for Kubera, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/kubera-skill/ 目录(个人级,所有项目可用),或 .claude/skills/kubera-skill/(项目级)。重启 AI 客户端后,用 /kubera-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Kubera 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Kubera 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Kubera
Identifies repetitive steps in your workflow and sets up Kubera to handle them automatically