← Back to Skills Marketplace
kanaksinghal

Mfapi

by Kanak Singhal · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
318
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mfapi
Description
Query Indian mutual fund NAV data, scheme info, and history via the free MFapi.in REST API.
Usage Guidance
This skill appears to do exactly what it says: query the public MFapi.in service for mutual fund NAVs. It requires curl and jq (or Python 3 to run the included script) and does not ask for any API keys. Things to consider before installing: (1) the included script will download and cache the full scheme list (~37k records) to /tmp/mfapi-schemes.json — this consumes bandwidth and disk space and the file may be world-readable on multi-user systems (the data itself is public). (2) There are no rate-limit guarantees from the API; avoid automated high-frequency polling to prevent abuse. (3) Ensure curl/jq/python are installed from trusted sources. Overall the components, instructions, and file access are coherent with the stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: mfapi Version: 0.1.0 The skill bundle is benign. Both the `SKILL.md` documentation and the `scripts/get_nav.py` Python script align perfectly with the stated purpose of querying Indian mutual fund data from `api.mfapi.in`. The Python script safely performs network requests exclusively to the documented API endpoint and uses `/tmp/mfapi-schemes.json` for temporary caching, which is a standard practice. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent.
Capability Assessment
Purpose & Capability
Name/description (query MFapi.in for NAVs/scheme info) match the requested binaries (curl, jq) and the included Python script. There are no unrelated credentials, binaries, or config paths requested; everything requested is proportionate to the stated functionality.
Instruction Scope
SKILL.md instructs the agent to call https://api.mfapi.in and to use curl/jq or the provided Python script. The Python script downloads the full scheme list (~37k entries) and caches it in /tmp/mfapi-schemes.json (auto-refresh after 24h or on cache-miss). This is within scope but note the large cached download and that the script writes to /tmp.
Install Mechanism
No install spec is provided (instruction-only). Examples use system packages (curl, jq) and the included Python script uses only the Python standard library. There are no external archive downloads or opaque install steps.
Credentials
No environment variables or credentials are required. The script only communicates with api.mfapi.in and does not request unrelated secrets or access to other services.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It creates a local cache at /tmp/mfapi-schemes.json which is ephemeral but world-readable on many systems; this is expected for caching public data but worth noting on multi-user systems.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mfapi
  3. After installation, invoke the skill by name or use /mfapi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the mfapi skill: - Query Indian mutual fund NAV data, scheme info, and history via the free MFapi.in REST API. - No authentication or API keys required; API is open and free. - Supports scheme search, full scheme listing, latest NAV, and historical NAV data endpoints. - Includes a Python script for fetching latest NAV by ISIN with local caching of the full scheme list. - Extensive usage examples and endpoint documentation provided in SKILL.md. - Requires `curl` and `jq` for CLI usage.
Metadata
Slug mfapi
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mfapi?

Query Indian mutual fund NAV data, scheme info, and history via the free MFapi.in REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 318 downloads so far.

How do I install Mfapi?

Run "/install mfapi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mfapi free?

Yes, Mfapi is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Mfapi support?

Mfapi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mfapi?

It is built and maintained by Kanak Singhal (@kanaksinghal); the current version is v0.1.0.

💬 Comments