Skills of A-share index data released by ft.tech.
v1.0.0A 股指数数据技能集(market.ft.tech)。覆盖单只指数详情、指数分页列表(排序/筛选)、指数 K 线(日/周/月/年线)、指数分钟级分时。用户询问某只指数行情、指数列表、指数 K 线或分时时使用。
⭐ 0· 79·0 current·0 all-time
by@shawn92
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implemented handlers. All handlers make GET requests to market.ft.tech endpoints described in the SKILL.md and return JSON; no unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md describes routing to sub-skills and how to invoke run.py. The runtime handlers only perform HTTP GET requests to the documented endpoints and print JSON. There are no instructions to read arbitrary files, environment variables, or to exfiltrate data to other domains.
Install Mechanism
No install spec or external downloads. This is an instruction/script bundle (Python scripts) that run locally; nothing is fetched or extracted during install.
Credentials
The skill declares no required env vars, credentials, or config paths. The code does not access environment variables or secrets; it only uses hardcoded BASE_URL and a fixed request header (X-Client-Name).
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. It contains Python scripts that will be executed when invoked, which is normal for a code-bearing skill.
Assessment
This skill is internally consistent: it only issues GET requests to https://market.ft.tech and returns the responses. Things to consider before installing: (1) the skill contains executable Python code stored with the skill bundle — installing it allows that code to run locally when the skill is invoked, so review the files (already included) if you need to be certain; (2) the skill makes network requests to market.ft.tech — ensure you trust that domain and its data/privacy posture; (3) there are no credential requests, but the skill will transmit whatever query parameters you pass (e.g., index codes) to the external service; (4) if you require stricter control, run the skill in a sandboxed environment or review/modify the handlers to restrict network access.Like a lobster shell, security has layers — review code before you run it.
latestvk97cfxw949fw9y7hg2v137vb7983gw6s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
