nova-net-worth
Query your Nova Net Worth financial data — net worth, accounts, holdings, goals, spending, transactions, AI insights, and health score. Use when the user asks about their finances, money, net worth, account balances, investment holdings, portfolio, stocks, financial goals, spending habits, budget, savings, investments, debt, transactions, or financial health. Requires NOVA_API_KEY environment variable (API key from app.novanetworth.com → Settings → Integrations).
Why use this skill?
Integrate your Nova Net Worth data with OpenClaw. Track net worth, transactions, investment holdings, and financial health via natural language commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jessewunderlich/nova-net-worthWhat This Skill Does
The nova-net-worth skill provides the OpenClaw agent with a powerful interface to query your personal financial data from the Nova Net Worth platform. By leveraging the Nova Agent API v1, this skill allows your agent to aggregate disparate financial information—including bank account balances, investment portfolios, real-time transaction logs, and AI-driven financial health insights—into a single, queryable source of truth. It functions as a bridge between your private financial data and your agent's reasoning capabilities, enabling you to ask complex questions about your money, budget, and long-term investment goals without manual dashboard navigation.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface:
clawhub install openclaw/skills/skills/jessewunderlich/nova-net-worth
Once installed, you must authenticate the skill by setting the NOVA_API_KEY environment variable. Generate your key by navigating to app.novanetworth.com → Settings → Integrations. Export this in your shell configuration or .env file:
export NOVA_API_KEY=nova_your_key_here
Note: This skill requires a SuperNova or Galaxy subscription plan to function.
Use Cases
- Automated Financial Briefing: Ask your agent for a morning rundown of your net worth, recent account activity, and top spending categories.
- Investment Monitoring: Aggregate holdings across multiple accounts to calculate total exposure to specific assets or track performance via historical snapshots.
- Spending Analysis: Identify anomalies in your monthly cash flow by filtering transactions by category (e.g., 'FOOD_AND_DRINK') or time frame.
- Goal Tracking: Get status updates on your savings targets, checking if you are on track to meet your yearly financial milestones.
Example Prompts
- "Hey, give me a quick morning briefing on my finances and check if I've overspent on dining out this month."
- "What is my total exposure to Apple stock across all my brokerage accounts, and how has my net worth changed over the last 90 days?"
- "Summarize my financial health score and suggest any adjustments based on my recent transaction history."
Tips & Limitations
- Efficiency: Whenever possible, use the
briefingcommand. It is optimized to pull multiple data points in a single API call, reducing latency and API overhead. - Output Format: By default, all commands return raw JSON. If you are interacting with the output directly in your agent terminal, append
--prettyto any command for a human-readable display. - Data Privacy: This skill interacts with sensitive financial data. Ensure your
NOVA_API_KEYis kept secure and never committed to public source control repositories. The skill is read-only regarding transactions and balances, providing a layer of safety against accidental financial actions.
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-jessewunderlich-nova-net-worth": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
meeting-transcripts
Capture meeting transcripts from Fireflies.ai via polling or webhooks. Auto-fetches transcripts, extracts action items/decisions/summaries, and writes structured markdown to memory. Use when user asks to check for meeting transcripts, set up meeting capture, or review past meetings. Supports cron-based polling (every 30 min) and real-time webhooks.
deepgram-transcribe
Transcribe audio via Deepgram Nova-3 API (5.26% WER, 40x faster than Whisper, built-in speaker diarization). Use when user asks to transcribe audio, podcasts, meetings, voice recordings, or voice memos. Supports mp3, wav, m4a, ogg, flac, webm, aiff. Falls back to OpenAI Whisper skill if DEEPGRAM_API_KEY is not set.