← 返回 Skills 市场
subscriptionmanager26-png

SaffronAI ETF Data

作者 subscriptionmanager26-png · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install saffronai-etf-data
功能描述
Fetch Indian ETF tracker data (symbol, lastPrice, iNAV, timestamps) from SaffronAI (saffronai.in) and return it as JSON or filtered rows. Use when the user a...
安全使用建议
This skill appears coherent and limited to fetching public ETF data from saffronai.in and converting/filtering it. Before installing: (1) ensure the host environment has 'curl' on PATH (or update the skill to declare that dependency or use Python requests); (2) be aware the script makes network requests to saffronai.in — if that site were compromised it could return unexpected data; (3) review the included Python file if you need stricter validation (it keeps values as strings and does minimal validation); and (4) note the script uses subprocess to run curl, so ensure no untrusted 'curl' wrapper is present on your system. No credentials are requested by this skill.
功能分析
Type: OpenClaw Skill Name: saffronai-etf-data Version: 1.0.0 The skill is a straightforward utility for fetching Indian ETF data from a public endpoint (saffronai.in). The Python script `scripts/saffronai_etf.py` uses `subprocess.run` safely with a hardcoded URL to fetch CSV data via `curl` and provides basic filtering and formatting logic without any signs of malicious intent, data exfiltration, or command injection vulnerabilities.
能力评估
Purpose & Capability
The code and SKILL.md align with the stated purpose (fetch ETF CSV from saffronai.in and convert/filter it). One minor inconsistency: the Python script invokes the external 'curl' binary but the skill metadata lists no required binaries; the skill should declare 'curl' as a dependency or use a pure-Python HTTP client.
Instruction Scope
Runtime instructions are narrowly scoped to fetching the public endpoint, parsing CSV, and returning filtered rows/JSON/CSV. The instructions do not ask the agent to read unrelated files, environment variables, or exfiltrate data to other endpoints.
Install Mechanism
No install spec — the skill is delivered as a small Python script and README. There are no downloads or extract steps and no third-party package installs in the manifest.
Credentials
The skill requires no credentials or environment variables. This is appropriate for accessing a public HTTP endpoint that requires no auth.
Persistence & Privilege
The skill is not always-on and is user-invocable. It allows autonomous invocation (the platform default), which is expected behavior for skills and is not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install saffronai-etf-data
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /saffronai-etf-data 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug saffronai-etf-data
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SaffronAI ETF Data 是什么?

Fetch Indian ETF tracker data (symbol, lastPrice, iNAV, timestamps) from SaffronAI (saffronai.in) and return it as JSON or filtered rows. Use when the user a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 SaffronAI ETF Data?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install saffronai-etf-data」即可一键安装,无需额外配置。

SaffronAI ETF Data 是免费的吗?

是的,SaffronAI ETF Data 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SaffronAI ETF Data 支持哪些平台?

SaffronAI ETF Data 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SaffronAI ETF Data?

由 subscriptionmanager26-png(@subscriptionmanager26-png)开发并维护,当前版本 v1.0.0。

💬 留言讨论