A powerful tool to query Indian mutual fund NAV data, historical performance, and scheme information through the free MFapi.in REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mfapi
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 mfapi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The mfapi skill enables AI agents to interact with the Indian mutual fund ecosystem by fetching real-time and historical financial data. It leverages the open-access MFapi.in REST API to retrieve Net Asset Values (NAV), scheme categories, and fund house details without requiring API keys or complex authentication. This makes it an essential component for developers building Openclaw Skills focused on financial monitoring, portfolio tracking, or investment analysis.
By providing a bridge between global ISIN codes and internal scheme identifiers, the skill ensures high data integrity for automated workflows. Whether you are tracking a specific Growth plan or analyzing Dividend Reinvestment options, this skill provides the programmatic access needed to automate Indian financial data retrieval efficiently.
To utilize these Openclaw Skills, ensure that curl and jq are available on your system. No API keys or registration are required for the underlying service.
# Install dependencies on Debian/Ubuntu
sudo apt install -y curl jq
# Install dependencies on macOS
brew install curl jq
If you intend to use the ISIN-to-NAV resolution feature, ensure Python 3 is installed to execute the included caching and lookup scripts.
The skill organizes data through two primary structures: Metadata and NAV Data. The metadata provides classification details, while the data array contains time-stamped values.
| Field | Type | Description |
|---|---|---|
| schemeCode | Integer | The unique internal identifier for a mutual fund scheme |
| isinGrowth | String | The International Securities Identification Number for the Growth option |
| nav | String | The Net Asset Value represented as a string with 5-decimal precision |
| date | String | The date of the NAV entry in DD-MM-YYYY format |
| fund_house | String | The name of the Asset Management Company (AMC) |
Local caching of the complete scheme list is managed at /tmp/mfapi-schemes.json to optimize performance across the dataset of ~37,000 schemes.
Loading
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.

A comprehensive end-to-end workflow for keyword research, SERP analysis, and high-ranking content generation.

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

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








































