A 股可转债数据技能集(market.ft.tech)。覆盖可转债全量列表、单只可转债基础信息(转股价、转股价值、到期日、发行规模等)、单标的历史 K 线(支持可转债)。用户询问可转债列表、某只转债详情、转股价/转股价值、转债 K 线/历史行情时使用。
Security Analysis
high confidenceThe skill's code, instructions, and requirements align with its stated purpose: it runs local handler scripts to query market.ft.tech endpoints for convertible-bond data and does not request credentials or install extra software.
Name/description match the code and SKILL.md: all handlers call https://market.ft.tech endpoints to fetch convertible-bond lists, base data, candlesticks, or trade-date info. No unrelated binaries, env vars, or services are requested.
SKILL.md instructs the agent to execute run.py which in turn runs local handler scripts; those handlers only build HTTP requests to market.ft.tech and print JSON. They do not read arbitrary files, access extra env vars, or transmit data to other endpoints. Note: the skill runs local Python scripts (sub-skills) via subprocess, which is expected for this architecture.
No install spec or external downloads. The skill is instruction+script based and relies on standard Python library (urllib); nothing is written to disk at install time beyond the existing files.
The skill declares no required environment variables, credentials, or config paths. All HTTP calls are unauthenticated to the documented market.ft.tech endpoints, matching the stated purpose.
always is false and the skill does not modify other skills or system-wide settings. The skill can be invoked autonomously (default), which is normal for skills; this combined with no broad credentials keeps risk low.
Guidance
This skill appears internally consistent: it executes local handler scripts that call https://market.ft.tech to fetch convertible-bond data and does not request secrets or install software. Before installing, confirm you trust the source and the market.ft.tech domain (the skill will make network requests to it). Also ensure the skill files come from a trusted publisher because run.py executes the local sub-skill scripts—if those files were tampered with, they could perform other actions. If you need stricter control, run the scripts in an isolated environment or review the handler code line-by-line (the repository is short and readable).
Latest Release
v1.0.2
- 新增 `cb-candlesticks` 子技能,支持可转债及 A 股的单标的历史 K 线查询 - 新增 `get-nth-trade-date` 子技能,用于获取前 N 个交易日(辅助查询近 N 天 K 线) - 更新描述和能力总览,支持可转债历史行情及 N 日交易日前置查询 - 扩展「询问方式与子 skill 对应表」及调用示例,覆盖 K 线与日历查询场景
More by @shawn92
Skills of A-share news data released by ft.tech.
49 stars
Skills of ETF data released by ft.tech.
48 stars
Skills of macro economy data released by ft.tech.
4 stars
Skills of A-share market data released by ft.tech.
@Shawn92 · 4 stars
Skills of A-share holder data released by ft.tech.
@Shawn92 · 3 stars
Skills of A-share fund data released by ft.tech.
1 stars
Published by @shawn92 on ClawHub