Skills of A-share kline data released by ft.tech.
v1.0.2非凸科技 A 股 K 线数据技能集。覆盖日/周/月/年线 OHLC K 线查询、以及单只股票一分钟级分时价格查询(market.ft.tech)。用户询问 A 股某只股票的历史 K 线、开高低收、成交量成交额、均线(MA5/MA10/MA20),或当日/多日分时、分时图数据时使用。
⭐ 50· 427·0 current·1 all-time
by@shawn92
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description describe fetching OHLC and minute-level A‑share data; included handlers make HTTPS GET requests to https://market.ft.tech/app/api/v2/... and transform timestamps. The required resources (none) and code behavior align with this purpose.
Instruction Scope
SKILL.md and run.py restrict behavior to locating and invoking the bundled sub-skill handlers. Handlers only call the documented endpoints, parse responses, convert timestamps, and print JSON. There are no instructions to read unrelated files, env vars, or transmit data to other endpoints.
Install Mechanism
No install spec or external downloads; the package is instruction-plus-source only. Nothing is written to disk beyond the included files and no external installers are invoked.
Credentials
The skill requests no environment variables, secrets, or config paths. HTTP requests include a static header (X-Client-Name: ft-web) but no API keys or tokens.
Persistence & Privilege
Skill does not request always:true or system-wide changes. It runs as a normal, user-invoked skill (autonomous invocation allowed by default but not combined with other red flags). Handlers do not modify other skills or global config.
Assessment
This skill appears to do exactly what it claims: run local Python handlers that fetch data from market.ft.tech and return JSON. Before installing, confirm you trust the external domain (market.ft.tech) because the handlers make outbound HTTPS requests to it; if you have network controls or privacy concerns, consider blocking or auditing those requests. Also note the skill runs Python scripts via subprocess (normal for this packaging) and will print errors to stderr on HTTP failures. No credentials are requested.Like a lobster shell, security has layers — review code before you run it.
latestvk971bghxent838z0fx7hk6hhqx833pxv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
