← 返回 Skills 市场
Mfapi
作者
Kanak Singhal
· GitHub ↗
· v0.1.0
318
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mfapi
功能描述
Query Indian mutual fund NAV data, scheme info, and history via the free MFapi.in REST API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mfapi - 安装完成后,直接呼叫该 Skill 的名称或使用
/mfapi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Mfapi 是什么?
Query Indian mutual fund NAV data, scheme info, and history via the free MFapi.in REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。
如何安装 Mfapi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mfapi」即可一键安装,无需额外配置。
Mfapi 是免费的吗?
是的,Mfapi 完全免费(开源免费),可自由下载、安装和使用。
Mfapi 支持哪些平台?
Mfapi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mfapi?
由 Kanak Singhal(@kanaksinghal)开发并维护,当前版本 v0.1.0。
推荐 Skills