← 返回 Skills 市场
Nova Net Worth
作者
Jesse Wunderlich
· GitHub ↗
· v1.3.1
477
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nova-net-worth - 安装完成后,直接呼叫该 Skill 的名称或使用
/nova-net-worth触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 477 次。
如何安装 Nova Net Worth?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nova-net-worth」即可一键安装,无需额外配置。
Nova Net Worth 是免费的吗?
是的,Nova Net Worth 完全免费(开源免费),可自由下载、安装和使用。
Nova Net Worth 支持哪些平台?
Nova Net Worth 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nova Net Worth?
由 Jesse Wunderlich(@jessewunderlich)开发并维护,当前版本 v1.3.1。
推荐 Skills