FTShare-fund-data

基金数据技能集(market.ft.tech)。覆盖基金基本信息、净值历史、累计收益率、基金概览列表、支持基金标的列表。用户询问基金详情、基金净值、基金收益、基金列表时使用。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "FTShare-fund-data" with this command: npx skills add shawn92/ftshare-fund-data

FT 基金数据 Skills

本 skill 是 FTShare-fund-data统一路由入口

根据用户问题,从下方「能力总览」或「询问方式与子 skill 对应表」匹配对应子 skill,然后通过 run.py 执行并解析响应。

所有接口均以 https://market.ft.tech 为基础域名。


调用方式(唯一规则)

run.py 与本文件(SKILL.md)位于同一目录。执行时:

  1. 取本文件的绝对路径,将末尾 /SKILL.md 替换为 /run.py,得到 <RUN_PY>
  2. 调用:python <RUN_PY> <子skill名> [参数...]
# 示例(<RUN_PY> 为实际绝对路径)
python <RUN_PY> fund-basicinfo-single-fund --institution-code 000001
python <RUN_PY> fund-cal-return-single-fund-specific-period --institution-code 159619 --cal-type 1Y
python <RUN_PY> fund-nav-single-fund-paginated --institution-code 000001 --page 1 --page-size 50
python <RUN_PY> fund-overview-all-funds-paginated --page 1 --page-size 20
python <RUN_PY> fund-support-symbols-all-funds-paginated --page 1 --page-size 20

run.py 内部通过 __file__ 自定位,无论安装在何处都能正确找到各子 skill 的脚本。


基金 — 询问方式与子 skill 对应表

询问方式(用户常说的词)子 skill
基金基本信息、某只基金详情基金管理人/基金经理基金类型/投资目标fund-basicinfo-single-fund
基金累计收益率近1年/近3个月收益YTD 收益基金收益曲线fund-cal-return-single-fund-specific-period
基金净值单位净值/累计净值日增长率基金净值历史fund-nav-single-fund-paginated
基金概览所有基金信息基金列表概况fund-overview-all-funds-paginated
支持的基金列表基金代码清单所有基金标的fund-support-symbols-all-funds-paginated

能力总览

  • fund-basicinfo-single-fund:查询指定基金基础信息(名称、管理人、经理、类型、投资目标等)。必填:--institution-code(6 位基金代码)。若用户仅给基金名称,先通过 fund-support-symbols-all-funds-paginatedfund-overview-all-funds-paginated 映射代码再查。
  • fund-cal-return-single-fund-specific-period:查询指定基金在指定区间的累计收益率时间序列。必填:--institution-code--cal-type(1M/3M/6M/1Y/3Y/5Y/YTD)。建议先完成名称到代码映射后再调用。
  • fund-nav-single-fund-paginated:查询指定基金净值历史(分页)。必填:--institution-code;可选:--page--page-size。建议先完成名称到代码映射后再调用。
  • fund-overview-all-funds-paginated:查询所有基金概览信息(分页)。可选:--page--page-size
  • fund-support-symbols-all-funds-paginated:查询所有支持基金的标的列表(分页)。可选:--page--page-size

使用流程

  1. 记录本文件绝对路径,将 /SKILL.md 替换为 /run.py 得到 <RUN_PY>
  2. 理解用户意图,从「询问方式与子 skill 对应表」或「能力总览」匹配子 skill 名称。
  3. 若用户给的是基金名称而非代码:先调用 fund-support-symbols-all-funds-paginatedfund-overview-all-funds-paginated 获取候选,确定 6 位 institution-code
  4. (可选)读取 sub-skills/<子skill名>/SKILL.md 了解接口与参数。
  5. 执行python <RUN_PY> <子skill名> [参数...],获取 JSON 输出(详情/净值/收益统一使用 --institution-code)。
  6. 解析并输出:以表格或要点形式展示给用户;若候选不唯一,先让用户确认再查询指标。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gigo Lobster Resume

🦞 GIGO · gigo-lobster-resume: 续跑入口:v2 stable 当前会清理旧 checkpoint 并从头重跑;保留此 slug 作为旧 checkpoint 兼容入口。 Triggers: 继续试吃 / 恢复评测 / resume tasting / continue lobster...

Registry SourceRecently Updated
General

YiHui CONTEXT MODE

context-mode is an MCP server that saves 98% of your context window by sandboxing tool outputs. It routes large file reads, shell outputs, and web fetches th...

Registry SourceRecently Updated
General

xinyi-drink

Use when users ask about 新一好喝/新一咖啡 drinks, stores, menu, activities, Skill用户大礼包, today drink recommendations, afternoon tea, feeling sleepy, or personalized...

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated