Skills of A-share holder data released by ft.tech.

v1.0.0

非凸科技 A 股股东数据技能集。覆盖十大股东、十大流通股东、股东户数、股权质押总揽等接口(market.ft.tech)。用户询问 A 股某只股票的历期十大股东、股东结构变动、持股比例、股东人数变化、或全市场股权质押情况时使用。

50· 306·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk979h9fy5hyfw3xk7gz06m7ssx82s71s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments