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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bywallace/kubera-skillWhat This Skill Does
The Kubera skill provides a powerful interface for interacting with your personal financial data stored on Kubera.com. By leveraging the Kubera API, this skill allows you to retrieve real-time insights into your net worth, asset allocation, and individual holdings directly through the OpenClaw agent. It functions as a bridge between your financial dashboard and your terminal or AI assistant, supporting both read operations for analysis and authenticated write operations to update specific asset values. Whether you are tracking a diversified crypto portfolio, traditional stocks, or manual assets, this tool centralizes your data management without requiring you to switch between browser tabs.
Installation
To begin, ensure you have the OpenClaw environment active. Install the skill using the command: clawhub install openclaw/skills/skills/bywallace/kubera-skill. Once installed, you must configure your authentication credentials. Navigate to your Kubera account settings under the API section to generate your API Key and Secret. Export these as environment variables in your local environment: export KUBERA_API_KEY="your-api-key" and export KUBERA_SECRET="your-api-secret". For safety, it is highly recommended to use a Read-Only API key unless you explicitly require the ability to update asset values through the agent.
Use Cases
- Portfolio Monitoring: Get a quick, high-level summary of your total net worth and asset allocation across all connected accounts.
- Asset Analysis: Filter through complex portfolios by searching for specific tickers, account names, or asset types.
- Data Export: Generate machine-readable JSON reports of your financial status for custom analysis or local logging.
- Portfolio Maintenance: Manually update the value of private assets or manual holdings that do not sync automatically.
Example Prompts
- "Check my total net worth and tell me how my crypto assets are performing today."
- "Show me a list of all assets in my 'Retirement' portfolio sorted by current value."
- "Search for my Shopify holdings and update the value to 5500, please confirm the change."
Tips & Limitations
- Rate Limits: Be mindful of your account tier. Essentials users are limited to 30 requests per minute and 100 per day. If you are a power user, consider caching API outputs to avoid unnecessary calls.
- Multi-Portfolio Support: If you manage multiple portfolios under one account, always specify the
--portfolio <ID>flag to ensure the agent retrieves data from the correct source. - Security: Always use the
--confirmflag when performing update operations to prevent accidental modifications to your sensitive financial data. Avoid hardcoding your API credentials in scripts; always use environment variables.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bywallace-kubera-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution