非凸科技 A 股股东数据技能集。覆盖十大股东、十大流通股东、股东户数、股权质押总揽等接口(market.ft.tech)。用户询问 A 股某只股票的历期十大股东、股东结构变动、持股比例、股东人数变化、或全市场股权质押情况时使用。
Security Analysis
high confidenceThe skill's code, instructions, and network usage are consistent with its stated purpose (querying A‑share shareholder data from market.ft.tech) and it does not request unrelated credentials or elevated persistence.
Name/description match the implemented functionality: each sub-skill issues GET requests to https://market.ft.tech endpoints that correspond to the documented interfaces. No unrelated services, binaries, or credentials are requested.
Runtime instructions and SKILL.md restrict behavior to selecting a sub-skill and calling run.py which runs the corresponding handler. Handlers only perform HTTP GETs to market.ft.tech and print JSON. They do not read other system files, environment variables, or transmit data to unexpected endpoints.
There is no install spec; this is an instruction-and-scripts bundle. Code is local and executed directly; nothing is downloaded from external URLs during install.
No environment variables, secrets, or config paths are required. Network access to market.ft.tech is the only external resource used, which is appropriate for a data-fetching skill.
The skill is not marked always:true and does not attempt to modify agent/system configuration or other skills. It runs on demand via subprocess and has no permanent presence or elevated privileges.
Guidance
This skill appears coherent: it simply calls documented GET endpoints on https://market.ft.tech and returns JSON. Before installing, confirm you trust the market.ft.tech domain (it will receive queries containing stock codes), and be aware the skill requires outbound network access. If you need higher assurance, verify the domain ownership and check responses for any unexpected data; run the code in a sandbox or review network logs if you have strict data‑exfiltration policies.
Latest Release
v1.0.0
FTShare-holder-data 1.0.0 — 初始版本发布。 - 提供 A 股十大股东、十大流通股东、股东人数、全市场股权质押总揽、个股股权质押详情、股东增减持六大功能接口。 - 统一路由入口,支持根据用户问题自动匹配并调用各子 skill。 - 清晰参数说明与调用流程,适配多种股东数据查询场景。 - 简易命令行调用:run.py <子skill名> [参数...]。 - 涵盖典型用户问法示例,易于理解与使用。
More by @Shawn92
Skills of A-share news data released by ft.tech.
@shawn92 · 49 stars
Skills of ETF data released by ft.tech.
@shawn92 · 48 stars
Skills of convertible bond data released by ft.tech.
@shawn92 · 46 stars
Skills of macro economy data released by ft.tech.
@shawn92 · 4 stars
Skills of A-share market data released by ft.tech.
4 stars
Skills of A-share fund data released by ft.tech.
@shawn92 · 1 stars
Published by @Shawn92 on ClawHub