← 返回 Skills 市场
Npsnav
作者
Kanak Singhal
· GitHub ↗
· v0.1.0
309
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install npsnav
功能描述
Query Indian NPS (National Pension System) fund NAV data, scheme info, returns, and history via the free npsnav.in REST API.
安全使用建议
This skill is an instruction-only helper that runs curl against the public npsnav.in API and formats results with jq. Before installing, ensure you are comfortable that queries will be sent to npsnav.in (no sensitive user secrets are required by the skill). Confirm you have curl and jq on PATH. If you plan commercial or high-volume use, verify the API's terms of use and reliability (the SKILL.md states 'free for non-commercial use' and 'no rate limits' — double-check with the site). As always, avoid passing personally identifying or secret data in queries to third-party APIs.
功能分析
Type: OpenClaw Skill
Name: npsnav
Version: 0.1.0
The skill bundle is benign. It provides instructions and examples for querying the npsnav.in REST API using standard command-line tools `curl` and `jq`. There is no evidence of malicious intent, data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the agent. All `curl` commands target the specified `https://npsnav.in/api` domain, and `jq` is used for parsing the API responses.
能力评估
Purpose & Capability
Name/description claim querying NPS NAV data via npsnav.in; declared requirements are only curl and jq which are necessary for the provided curl/jq examples. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to call npsnav.in endpoints and parse JSON/plain responses with jq. It does not ask the agent to read local files, access credentials, or send data to other endpoints beyond the described API.
Install Mechanism
No install spec or downloads are present (instruction-only). This minimizes write-to-disk risk; required tools are standard system utilities (curl, jq).
Credentials
No environment variables, credentials, or config paths are required. The skill's declared needs are proportional to its stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills/config. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install npsnav - 安装完成后,直接呼叫该 Skill 的名称或使用
/npsnav触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
npsnav 0.1.0
- Initial release of the skill.
- Query Indian NPS (National Pension System) fund data, including NAV, scheme info, returns, and history, using the free npsnav.in public API.
- Requires jq and curl.
- No authentication or API keys needed.
- Includes usage examples for common queries (latest NAV lookup, listing schemes, historical data, and more).
- Supports plain text and JSON API queries.
元数据
常见问题
Npsnav 是什么?
Query Indian NPS (National Pension System) fund NAV data, scheme info, returns, and history via the free npsnav.in REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 309 次。
如何安装 Npsnav?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install npsnav」即可一键安装,无需额外配置。
Npsnav 是免费的吗?
是的,Npsnav 完全免费(开源免费),可自由下载、安装和使用。
Npsnav 支持哪些平台?
Npsnav 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Npsnav?
由 Kanak Singhal(@kanaksinghal)开发并维护,当前版本 v0.1.0。
推荐 Skills