Skills of A-share fund data released by ft.tech.
v1.0.0基金数据技能集(market.ft.tech)。覆盖基金基本信息、净值历史、累计收益率、基金概览列表、支持基金标的列表。用户询问基金详情、基金净值、基金收益、基金列表时使用。
⭐ 1· 141·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 (A-share fund data from market.ft.tech) matches the included sub-skills and required actions: each handler issues HTTPS requests to market.ft.tech fund API endpoints and returns JSON. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and run.py restrict behavior to selecting a sub-skill and executing its handler; sub-skill SKILL.md files describe only parameterized queries. Handlers only build URLs and perform HTTPS GETs to market.ft.tech; they do not read local secrets, system files, or transmit data to other endpoints.
Install Mechanism
No install spec — instruction-only with bundled Python scripts. Nothing is downloaded or written during install; code is executed locally via runpy.
Credentials
No environment variables, credentials, or external service tokens are required. The handlers only use command-line args and make outbound HTTPS requests to the declared BASE_URL.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It runs as ordinary code when invoked.
Assessment
The skill appears coherent and limited to querying https://market.ft.tech for fund data. Before installing, confirm you trust the market.ft.tech domain (this skill will make outbound HTTPS requests to it) and that the source code bundle is from a trusted publisher (homepage is missing). If you operate in a restricted environment, consider running it in an isolated environment because it executes bundled Python scripts locally. Finally, avoid providing sensitive secrets as query parameters—this skill only needs fund codes and pagination parameters.Like a lobster shell, security has layers — review code before you run it.
latestvk974qrmrqnzkcm4rzj0gk1z1wd83gr6w
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
