A developer-focused tool for querying Indian NPS fund NAVs, historical performance, and scheme metadata through the npsnav.in API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install npsnav
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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 |
Loading
A powerful tool to query Indian mutual fund NAV data, historical performance, and scheme information through the free MFapi.in REST API.

Automate the extraction of live sports market data and probabilities directly from Kalshi using real-time browser interaction.

A specialized utility for downloading high-quality, watermark-free Douyin videos via URL or ID for local processing.

A free, streamlined template designed to help freelancers generate professional project proposals in seconds.

An AI-powered music management skill offering intelligent playback control, feedback-aware recommendations, and automated governance for Spotify.

A sophisticated multi-agent framework for deep A-share market research, industry chain analysis, and automated investment reporting.








































