非凸科技A股市场数据技能集。覆盖 A 股股票列表、实时行情、IPO信息、大宗交易、融资融券、个股详情与估值等接口。
Security Analysis
high confidenceThe skill's code and runtime instructions are consistent with its description: it only performs read-only HTTP GET requests to the documented market endpoints and does not request credentials or access local sensitive data.
The skill name/description describe A‑share market data and the code implements exactly that: each sub-skill issues GET requests to the documented endpoints. One sub-skill intentionally uses a different host (https://ftai.chat) and the SKILL.md explicitly calls this out, so the extra domain is explained.
Runtime instructions direct the agent to run run.py which subprocesses the per-subskill handler scripts. The handlers only build URLs and perform urllib HTTP GETs, parse JSON, and print results. They do not read local files, read environment variables, or transmit data to any endpoints beyond the documented domains.
There is no install spec (instruction-only), and the packaged code contains only small Python scripts. Nothing is downloaded or installed at runtime; handlers use the standard library for HTTP requests.
The skill declares no required environment variables, credentials, or config paths and the code does not access such secrets. The requested privileges are proportional to a read-only market-data skill.
always is false; the skill is user‑invocable and allows autonomous invocation (disable-model-invocation: false), which is the platform default. There is no request for permanent system presence or modification of other skills/config.
Guidance
This skill appears to be a straightforward market-data wrapper that issues HTTP GETs to https://market.ft.tech and one endpoint at https://ftai.chat and returns JSON. Before installing, confirm you trust those domains and the skill author (source/homepage unknown). If you operate in a sensitive environment, consider running the code in a sandbox or behind network controls so you can observe outbound requests. Because the skill can be invoked autonomously by the agent (platform default), be aware it may make network calls when used by automated flows; no credentials or local files are accessed by the scripts.
Latest Release
v1.0.0
Initial release with unified routing for A-share (A股) market data. - Provides a unified entry point for querying FT AI’s A-share data skills. - Supports sub-skills including: full stock list, real-time quotes, IPO info, block trades, margin trading details, and individual stock stats/valuation. - Handles user requests by mapping intent to the correct sub-skill and invoking it via run.py. - Standardizes calling convention using run.py located alongside SKILL.md for flexible deployment. - Includes clear parameter requirements and usage examples for each available sub-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 holder data released by ft.tech.
3 stars
Skills of A-share fund data released by ft.tech.
@shawn92 · 1 stars
Published by @Shawn92 on ClawHub