← Back to Skills Marketplace
Nova Net Worth
by
Jesse Wunderlich
· GitHub ↗
· v1.3.1
477
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install nova-net-worth
Description
Query your Nova Net Worth financial data — net worth, accounts, holdings, goals, spending, transactions, AI insights, and health score. Use when the user ask...
Usage Guidance
This skill appears to be what it claims: a client for the Nova Net Worth API that only needs your NOVA_API_KEY. Before installing, consider: (1) only provide a key you trust the service with — prefer a read-only or limited-scope key if Nova supports it; (2) confirm you trust app.novanetworth.com and its privacy/security posture because the script will send all financial queries there; (3) note the small inconsistency in the holdings endpoint path (may cause a command to fail) — treat it as a bug, not evidence of exfiltration; (4) do not paste your API key into public chat or logs; (5) if you want extra assurance, inspect the remainder of the script and test with an account that has minimal data/permissions. If you want, I can point out the exact lines that perform network requests and show what hosts will be contacted.
Capability Analysis
Type: OpenClaw Skill
Name: nova-net-worth
Version: 1.3.1
The OpenClaw skill 'nova-net-worth' is a legitimate client for the Nova Net Worth API. It correctly uses environment variables for the API key (`NOVA_API_KEY`), validates its format, and directs all network communication to the expected `api.novanetworth.com` endpoint (or an optionally configured `NOVA_API_URL`). Command-line arguments are parsed and used to construct URL query parameters via `URLSearchParams`, which inherently handles URL encoding, mitigating injection risks. There is no evidence of intentional malicious behavior, data exfiltration, arbitrary code execution, persistence mechanisms, or prompt injection attempts against the agent within the provided files.
Capability Assessment
Purpose & Capability
Name/description, README, and scripts all align: this is a Nova Net Worth API client that needs only NOVA_API_KEY. One minor inconsistency: the holdings endpoint in the script is mapped to '/api/holdings' (no '/api/v1/agent' prefix used elsewhere), which looks like a likely bug/typo rather than malicious behavior.
Instruction Scope
SKILL.md instructs the agent to run the included Node script and set NOVA_API_KEY. The script reads only NOVA_API_KEY (and an optional NOVA_API_URL) and issues HTTPS requests to the API base URL; it does not read other files, arbitrary env vars, or unrelated system paths.
Install Mechanism
There is no install spec (instruction-only skill) and the only code is an included Node script. No external archives or executables are downloaded by an installer step. Running the script will execute code locally and make network calls to the stated API host.
Credentials
Only NOVA_API_KEY (required) and optional NOVA_API_URL are used. That is proportionate for a client that queries a user's financial data. The script even validates the key has the expected 'nova_' prefix.
Persistence & Privilege
Skill is not always-enabled, does not request elevated or persistent system privileges, and does not modify other skills or global agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nova-net-worth - After installation, invoke the skill by name or use
/nova-net-worth - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.1
- Updated references/api-docs.md with the latest API documentation details.
- No changes to functionality, endpoints, or usage instructions.
v1.3.0
- API base URL defaults to https://api.novanetworth.com instead of https://app.novanetworth.com.
- Updated API documentation links to use https://api.novanetworth.com.
- No user-facing command or behavior changes.
v1.2.0
Added holdings command with --account and --summary flags, prettyHoldings formatter, updated SKILL.md with holdings documentation
v1.1.1
v1.1.1: Fixed metadata — declared NOVA_API_KEY as required env var, removed hard-coded secrets path from SKILL.md. Addresses ClawHub security scan findings.
v1.1.0
v1.1.0: Added /briefing composite endpoint, /transactions with filtering & delta polling, --pretty human-readable output, full OpenAPI 3.0 spec, updated ai-plugin.json
Metadata
Frequently Asked Questions
What is 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 ask... It is an AI Agent Skill for Claude Code / OpenClaw, with 477 downloads so far.
How do I install Nova Net Worth?
Run "/install nova-net-worth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nova Net Worth free?
Yes, Nova Net Worth is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Nova Net Worth support?
Nova Net Worth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nova Net Worth?
It is built and maintained by Jesse Wunderlich (@jessewunderlich); the current version is v1.3.1.
More Skills