非凸科技 A 股 K 线数据技能集。覆盖日/周/月/年线 OHLC K 线查询、以及单只股票一分钟级分时价格查询(market.ft.tech)。用户询问 A 股某只股票的历史 K 线、开高低收、成交量成交额、均线(MA5/MA10/MA20),或当日/多日分时、分时图数据时使用。
Security Analysis
high confidenceThe skill's code, instructions, and network calls match its stated purpose (fetching A‑share K‑line and minute price data from market.ft.tech) and request no extra credentials or unusual system access.
Name/description map directly to code and SKILL.md: handlers call market.ft.tech endpoints for OHLC and minute prices and return JSON with MA values. No unrelated services, credentials, or binaries are requested.
Runtime instructions are explicit: run.py dispatches to local handler scripts which perform HTTP GETs to https://market.ft.tech/app with header X-Client-Name: ft-web. Handlers do not read local files, environment variables, or transmit data to other endpoints.
No install spec; skill is instruction+included scripts. There is no remote download or archive extraction. Handlers use Python standard library (urllib), which is proportionate.
The skill declares no required env vars, no credentials, and the handlers do not access other environment variables or config paths. Network access to market.ft.tech is the only external resource used and is appropriate for the stated purpose.
always is false; the skill is user-invocable and can be invoked autonomously (platform default). It does not modify other skills or system settings and does not request permanent privileges.
Guidance
This skill appears internally consistent and limited to fetching stock data from market.ft.tech. Before installing, consider: (1) trustworthiness of the external domain (market.ft.tech) and whether you are comfortable allowing network calls to it; (2) run the included Python scripts in a sandbox or inspect them (they are small and use urllib) if you have strict security needs; (3) note there are no credentials required, so the skill won't leak secrets from environment variables, but it will make outbound HTTP(S) requests — ensure your environment's network policy and privacy expectations allow that; (4) if you plan to deploy widely, monitor for rate limits or unexpected responses from the upstream API.
Latest Release
v1.0.1
ftshare-kline-data 1.0.1 - No file changes detected in this release. - No updates or modifications to functionality or documentation. - Behavior is identical to the previous version.
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 holder data released by ft.tech.
3 stars
Published by @Shawn92 on ClawHub