查询所有基金概览信息(分页)
SkillDev toolsGet paginated overview information for all funds. Use when user asks about 基金概览, 所有基金信息, fund overview list, 基金列表概况.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the 查询所有基金概览信息(分页) skill
What this skill tells your AI
The instructions your AI receives, as published by ftshare-lab/ftshare-skill in ftshare-market-data/sub-skills/fund-overview-all-funds-paginated/SKILL.md and read by ahel’s review.
参数
| 参数 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
--page | int | 否 | 页码,从 1 开始(默认 1) | 1 |
--page-size | int | 否 | 每页记录数,最大 1000(默认 20) | 20 |
用法
通过主目录 run.py 调用(可选 --page、--page-size):
python <RUN_PY> fund-overview-all-funds-paginated --page 1 --page-size 20
<RUN_PY> 为主 SKILL.md 同级的 run.py 绝对路径。脚本输出带分页信息的 JSON,每项含基金代码、基金名称、基金类型、规模等概览字段,以表格展示给用户。
注意
- 需要全量数据时,循环请求直到
page > total_pages page-size最大不超过 1000
Signals
- GitHub stars
- 64
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
fund-overview-all-funds-paginated- Source
- github.com/ftshare-lab/ftshare-skill