Nova Net Worth for Openclaw

A comprehensive financial intelligence skill that allows AI agents to query net worth, portfolio holdings, transactions, and AI-driven financial insights.

jessewunderlich
v1.3.1
Mar 1, 2026
0
463
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install nova-net-worth

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install nova-net-worth using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Nova Net Worth?

The Nova Net Worth skill provides a powerful interface for AI agents to interact with your personal financial data. By leveraging the Openclaw Skills framework, this tool enables developers to build agents that can provide real-time updates on net worth, account balances, and investment performance. It serves as a bridge to the Nova Net Worth Agent API, allowing for sophisticated financial analysis, debt tracking, and goal monitoring directly within an AI-driven workflow.

Whether you need to check your daily financial health score or dive deep into transaction history, this skill translates complex financial datasets into actionable intelligence. It is designed for users who require a programmatic way to manage their wealth and gain insights into their spending habits through the convenience of Openclaw Skills.

Nova Net Worth Use Cases

  • Requesting a comprehensive daily financial briefing or status update.
  • Tracking real-time net worth trends and historical snapshots over various timeframes.
  • Monitoring investment portfolio holdings and calculating exposure by specific stock tickers.
  • Analyzing spending habits across standard Plaid categories like food, travel, and utilities.
  • Checking the progress of financial goals and receiving AI-generated recommendations for improvement.

How Nova Net Worth Works

  1. The skill authenticates with the Nova Net Worth platform using a secure API key provided via environment variables.
  2. When a user asks a financial question, the agent selects the appropriate subcommand such as summary, briefing, or holdings.
  3. The skill queries the Nova API v1 endpoints to fetch raw financial data, including balances and transaction metadata.
  4. Data is processed to handle currency conversion, as all monetary values are returned in cents to ensure precision.
  5. The final output is formatted into either raw JSON for further processing or a human-readable format for direct communication with the user.

Nova Net Worth Setup

To integrate this capability into your Openclaw Skills environment, you must first obtain an API key from app.novanetworth.com under Settings → Integrations. Note that this requires a SuperNova or Galaxy level subscription.

Set your environment variable as follows:

export NOVA_API_KEY=nova_your_key_here

You can then verify the installation by running a summary command:

node scripts/nova-api.js summary --pretty

Nova Net Worth Data Schema & Taxonomy

The Nova Net Worth skill organizes data into several key structures to ensure clarity within the Openclaw Skills ecosystem:

Data Type Description Unit/Format
Net Worth The aggregate value of all connected accounts. Cents (Integer)
Transactions List of recent financial movements with category tags. Plaid Category
Holdings Detailed investment positions including cost basis and gains. Object Array
Health Score A numeric representation of financial stability and habits. 0-100 Score
Goals Progress tracking for specific financial targets. Percentage/Cents

Nova Net Worth Advanced Features

  • Delta Polling: Use the --since flag to fetch only the newest transactions since your last request, optimizing data usage.
  • Composite Briefing: A single command that aggregates net worth, accounts, spending, and insights into one response.
  • AI Insights: Access proprietary financial recommendations generated by Nova's internal models.
  • Multi-Account Aggregation: Summarize total exposure to specific assets across multiple brokerage and bank accounts.
  • Rate Limit Monitoring: Built-in headers to track remaining API calls for Openclaw Skills automation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*