A 股 ETF 数据技能集(market.ft.tech)。覆盖单只 ETF 详情、ETF 分页列表(排序/筛选)、ETF K 线(日/周/月/年线)、ETF 分钟级分时、ETF PCF 列表与下载。用户询问某只 ETF 行情、ETF 列表、ETF K 线、分时或 PCF 申购赎回清单时使用。
Security Analysis
high confidenceThe skill's code, instructions, and requirements are consistent with its stated purpose (fetching ETF data from https://market.ft.tech); it makes only expected HTTPS requests and does not request secrets or elevated privileges.
Name/description match the implemented behavior: all sub-skills perform GET requests to https://market.ft.tech for ETF details, lists, K-lines, prices, PCF files and components. No unrelated credentials, binaries, or platform APIs are requested.
SKILL.md and sub-skill SKILL.md files instruct the agent to run the included Python handlers (run.py -> sub-skills/*/scripts/handler.py). Handlers only build URLs, call the market.ft.tech endpoints, process JSON/ timestamps, and output JSON or write downloaded PCF files. They do not read arbitrary system files or access environment variables.
No install spec; the package contains Python scripts that run in-place. No external installers, downloaded archives, or untrusted URLs are used by the skill itself.
The skill requires no environment variables, credentials, or config paths. All network calls go to the declared base domain. No secrets are requested or used.
always is false and the skill does not modify other skills or system configuration. It will run handlers on invocation; autonomous model invocation is allowed by default (disable-model-invocation=false) which is normal for skills and is not combined with other red flags here.
Guidance
This skill appears coherent and only issues HTTPS GETs to https://market.ft.tech and prints or saves the responses. Before installing or enabling it, consider: 1) Trust the data provider (market.ft.tech) — network calls will expose your agent's IP and request metadata to that host. 2) Downloaded PCF files are written only inside the current working directory (the skill enforces a safe path), but avoid running it from sensitive directories. 3) The skill runs included Python scripts locally (run.py launches handlers); if you need stronger isolation, run it in a sandbox or with restricted network access. 4) If you require offline or auditable execution, review the provided handler code (no obfuscation detected) and verify the domain and expected endpoints.
Latest Release
v1.0.1
**新增多项子技能,扩展 ETF 数据查询能力。** - 新增 `etf-component`:支持查询单只 ETF 成份股列表。 - 新增 `etf-pre-single`:支持查询单只 ETF 盘前数据(申购赎回单位、净值、现金差额等)。 - 新增 `get-nth-trade-date`:支持获取前 N 个交易日,便于查询近 N 日 K 线。 - SKILL.md 增补上述新子技能的参数说明、调用示例、典型应用场景与组合查询流程。 - 子技能表、能力总览、使用说明均同步更新,提升 ETF 查询的流程化体验。
More by @shawn92
Skills of A-share news data released by ft.tech.
49 stars
Skills of convertible bond data released by ft.tech.
46 stars
Skills of macro economy data released by ft.tech.
4 stars
Skills of A-share market data released by ft.tech.
@Shawn92 · 4 stars
Skills of A-share holder data released by ft.tech.
@Shawn92 · 3 stars
Skills of A-share fund data released by ft.tech.
1 stars
Published by @shawn92 on ClawHub