← All skills
Tencent SkillHub · Data Analysis

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query your Nova Net Worth financial data — net worth, accounts, holdings, goals, spending, transactions, AI insights, and health score. Use when the user ask...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api-docs.md, scripts/nova-api.js

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.3.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Nova Net Worth API Skill

Query your complete financial picture from Nova Net Worth via the Agent API v1.

Setup

Set the NOVA_API_KEY environment variable with your Nova API key: export NOVA_API_KEY=nova_your_key_here Generate your API key at: app.novanetworth.com → Settings → Integrations Requires SuperNova ($19.99/mo) or Galaxy (enterprise) subscription.

Quick Start

For any "how are my finances?" or daily briefing question, use the composite endpoint: node scripts/nova-api.js briefing --pretty

Available Commands

Run scripts/nova-api.js with a subcommand: # Full financial briefing (RECOMMENDED — one call gets everything) node scripts/nova-api.js briefing node scripts/nova-api.js briefing --pretty # Human-readable format # Net worth summary node scripts/nova-api.js summary # All accounts with balances, grouped by type node scripts/nova-api.js accounts # Recent transactions with filtering node scripts/nova-api.js transactions node scripts/nova-api.js transactions --days 7 --limit 20 node scripts/nova-api.js transactions --category FOOD_AND_DRINK node scripts/nova-api.js transactions --account acct_123 node scripts/nova-api.js transactions --since 2026-02-20T00:00:00Z # Delta polling # Financial goals with progress node scripts/nova-api.js goals # Monthly spending by category node scripts/nova-api.js spending node scripts/nova-api.js spending --months 3 # AI-generated financial insights node scripts/nova-api.js insights # Net worth trend over time node scripts/nova-api.js history node scripts/nova-api.js history --days 90 # Financial health score breakdown node scripts/nova-api.js health # Investment holdings and positions node scripts/nova-api.js holdings # All holdings node scripts/nova-api.js holdings --pretty # Human-readable with gain/loss node scripts/nova-api.js holdings --account acct_123 # Filter by account node scripts/nova-api.js holdings --summary # Aggregate by ticker across accounts All commands support --pretty for human-readable output or --json (default) for raw JSON.

When to Use Which Endpoint

User QuestionCommandWhy"How are my finances?" / "Financial update"briefingEverything in one call"What's my net worth?"summaryQuick headline number"Show my accounts" / "How much in savings?"accountsAll accounts with balances"What did I spend on food?" / "Recent purchases"transactions --category FOOD_AND_DRINKFilterable transaction list"Monthly spending breakdown"spendingCategories with comparison"Am I on track for my goals?"goalsProgress tracking"Any financial insights?"insightsAI recommendations"Net worth trend this year"history --days 365Historical snapshots"How's my financial health?"healthScore with recommendations"What stocks do I own?" / "Show my portfolio"holdings --prettyPositions with gain/loss"Total exposure by ticker"holdings --summaryAggregated across accounts

Response Format

All responses: { success: true, data: {...}, meta: { requestId, timestamp } } Money values are in cents (integer) with a currency field. Divide by 100 for display. Example: 45840017 = $458,400.17

Transaction Categories (Plaid)

Common categories for filtering: FOOD_AND_DRINK, RENT_AND_UTILITIES, TRANSPORTATION, GENERAL_MERCHANDISE, TRANSFER_OUT, TRANSFER_IN, LOAN_PAYMENTS, ENTERTAINMENT, PERSONAL_CARE, MEDICAL, TRAVEL, INCOME, UNCATEGORIZED

Rate Limits

SuperNova: 100 requests/hour Galaxy: 1,000 requests/hour Headers: X-RateLimit-Remaining shows remaining calls

Delta Polling

For efficient monitoring, use --since with the timestamp of your last request: node scripts/nova-api.js transactions --since 2026-02-25T12:00:00Z This returns only new transactions since that time, minimizing data transfer.

Environment

NOVA_API_KEY (required) — Your Nova API key starting with nova_. Generate at app.novanetworth.com → Settings → Integrations. NOVA_API_URL (optional) — API base URL, defaults to https://api.novanetworth.com

API Documentation

OpenAPI spec: https://api.novanetworth.com/api-docs/openapi.yaml Interactive docs: https://novanetworth.com/api-docs AI plugin: https://novanetworth.com/.well-known/ai-plugin.json

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/api-docs.md Docs
  • scripts/nova-api.js Scripts