基金数据技能集(market.ft.tech)。覆盖基金基本信息、净值历史、累计收益率、基金概览列表、支持基金标的列表。用户询问基金详情、基金净值、基金收益、基金列表时使用。
Security Analysis
high confidenceThe skill's code, instructions, and requested resources are consistent with its stated purpose of fetching fund data from https://market.ft.tech.
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.
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.
No install spec — instruction-only with bundled Python scripts. Nothing is downloaded or written during install; code is executed locally via runpy.
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.
always is false and the skill does not request persistent system-wide privileges or modify other skills. It runs as ordinary code when invoked.
Guidance
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.
Latest Release
v1.0.0
FTShare-fund-data 1.0.0 - Initial release of the FT 基金数据技能集,提供基金基本信息、净值历史、累计收益率、基金概览、和标的列表查询功能。 - 集成统一路由入口,通过 run.py 调用各子 skill,实现灵活的用户意图匹配与参数解析。 - 支持根据基金名称自动映射到 6 位 institution-code。 - 明确子 skill 职责及参数,详细文档示例与调用流程说明。 - 覆盖常见基金查询场景,包括收益、净值、管理人、标的及相关分页检索。
More by @shawn92
Skills of A-share news data released by ft.tech.
49 stars
Skills of ETF data released by ft.tech.
48 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
Published by @shawn92 on ClawHub