← Back to Skills Marketplace
Npsnav
by
Kanak Singhal
· GitHub ↗
· v0.1.0
309
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install npsnav
Description
Query Indian NPS (National Pension System) fund NAV data, scheme info, returns, and history via the free npsnav.in REST API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install npsnav - After installation, invoke the skill by name or use
/npsnav - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Npsnav?
Query Indian NPS (National Pension System) fund NAV data, scheme info, returns, and history via the free npsnav.in REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 309 downloads so far.
How do I install Npsnav?
Run "/install npsnav" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Npsnav free?
Yes, Npsnav is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Npsnav support?
Npsnav is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Npsnav?
It is built and maintained by Kanak Singhal (@kanaksinghal); the current version is v0.1.0.
More Skills