NPS NAV Skill for Openclaw

A developer-focused tool for querying Indian NPS fund NAVs, historical performance, and scheme metadata through the npsnav.in API.

kanaksinghal
v0.1.0
Mar 1, 2026
0
775
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install npsnav

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install npsnav using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is NPS NAV Skill?

The NPS NAV Skill is a specialized utility designed to simplify the retrieval of National Pension System data for the Indian market. By leveraging the npsnav.in REST API, this integration for Openclaw Skills allows users to programmatically access scheme-specific information, including current Net Asset Values, management data, and return percentages over various timeframes. It is built to be lightweight, requiring no authentication and serving as a bridge between financial data sources and automated workflows.

This tool is particularly valuable for developers building personal finance trackers or researchers analyzing the Indian pension landscape. As one of the many available Openclaw Skills, it focuses on providing high-quality, structured data with minimal overhead, ensuring that users can integrate real-time pension fund tracking into their local environments quickly.

NPS NAV Skill Use Cases

  • Monitoring daily NAV fluctuations for specific NPS schemes like Tier I or Tier II accounts.
  • Extracting historical data for long-term trend analysis and performance benchmarking.
  • Generating automated financial summaries within a broader suite of Openclaw Skills.
  • Discovering new NPS funds and scheme codes using keyword-based filtering.

How NPS NAV Skill Works

  1. The skill queries the npsnav.in API endpoints using standard HTTP requests.
  2. It fetches metadata or specific fund values based on an 8-character scheme code starting with SM.
  3. Using jq, the skill parses the JSON response to extract relevant fields such as 1-year, 3-year, and 5-year returns.
  4. The processed data is then made available for display or further automation within the Openclaw Skills framework.

NPS NAV Skill Setup

This skill requires the installation of curl and jq for data fetching and parsing. No API keys are necessary for non-commercial use.

# On Ubuntu/Debian
sudo apt-get install curl jq

# On macOS
brew install curl jq

NPS NAV Skill Data Schema & Taxonomy

The skill organizes NPS data into three primary levels of detail: scheme metadata, point-in-time NAVs, and historical series.

Endpoint Data Content Primary Keys
/api/schemes Scheme Index Scheme Code, Scheme Name
/api/latest Global Snapshot NAV, Date, Scheme Name
/api/detailed Performance 1Y, 3Y, 5Y Returns, NAV
/api/historical Time-Series Date, NAV

NPS NAV Skill Advanced Features

  • Multi-scheme data extraction using the minimal-footprint /api/latest-min endpoint.
  • Dynamic filtering of Pension Fund Managers (PFMs) through CLI-based regular expressions.
  • Integration ready for Openclaw Skills that support scheduled financial notifications.
  • Support for both plain-text NAV retrieval for simple scripting and complex JSON for application development.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*