Skills of A-share announcement data released by ft.tech.
v1.0.1A 股公告与研报数据技能集。覆盖指定日期全市场公告/研报、单只股票公告/研报历史、通过 url_hash 下载公告/研报 PDF(market.ft.tech)。用户询问某天公告列表、某只股票公告或研报、下载公告/研报时使用。
⭐ 47· 349·0 current·0 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 match the code and runtime behavior: every handler issues HTTP GETs to https://market.ft.tech endpoints described in the SKILL.md and returns JSON or writes PDFs. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Runtime instructions are narrow and map to the included handlers. Handlers perform only HTTP GETs to the declared BASE_URL and output JSON or save PDF files. Note: PDF downloads are written to disk (see persistence); handlers may print HTTP error bodies to stderr. They do not read other system files or environment variables.
Install Mechanism
No install specification; code is included and run in-place via run.py. No remote downloads or package installs are performed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The handlers only use network access to the single BASE_URL and command-line args; requested privileges are minimal and proportionate.
Persistence & Privilege
always is false and the skill is user-invocable. It writes downloaded PDFs to disk inside the current working directory (handlers restrict output to be under the base directory). Be aware run.py launches handlers with cwd set to the skill root, so saved files will be placed under the skill directory unless you run it differently.
Assessment
This skill appears to do exactly what it claims: query market.ft.tech endpoints and optionally save PDFs. Before installing, confirm you trust the source (market.ft.tech) and are comfortable the agent may write downloaded PDFs into the skill directory (handlers enforce a same-directory restriction). If you want extra safety, run the skill in an isolated environment or container and review the included scripts; there are no hidden network endpoints, required credentials, or remote install steps.Like a lobster shell, security has layers — review code before you run it.
latestvk97e8knfet8fy12ctp6v9kx37x832spd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
