← Back to Skills Marketplace
subscriptionmanager26-png

SaffronAI ETF Data

by subscriptionmanager26-png · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install saffronai-etf-data
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install saffronai-etf-data
  3. After installation, invoke the skill by name or use /saffronai-etf-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug saffronai-etf-data
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install SaffronAI ETF Data?

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

Is SaffronAI ETF Data free?

Yes, SaffronAI ETF Data is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SaffronAI ETF Data support?

SaffronAI ETF Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SaffronAI ETF Data?

It is built and maintained by subscriptionmanager26-png (@subscriptionmanager26-png); the current version is v1.0.0.

💬 Comments