Install
$ agentstack add skill-ftshare-lab-ftshare-skills-fund-basicinfo-single-fund ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
查询指定基金基础信息
参数
| 参数 | 类型 | 必填 | 说明 | 示例 | |------|------|------|------|------| | --institution-code | string | 是 | 6 位数字基金代码 | 000001 |
用法
通过主目录 run.py 调用(必填 --institution-code):
python fund-basicinfo-single-fund --institution-code 000001
` 为主 SKILL.md 同级的 run.py` 绝对路径。脚本输出 JSON 对象,包含基金名称、管理人、经理、类型、投资理念/目标/范围、业绩基准等完整信息,按用户关注点展示。
注意
institution_code必须是 6 位数字- 响应为对象,不是分页列表
- 若用户只给基金名称,建议先用
fund-support-symbols-all-funds-paginated或fund-overview-all-funds-paginated查到对应 6 位institution-code再调用本接口。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: FTShare-Lab
- Source: FTShare-Lab/FTShare-skills
- License: MIT
- Homepage: https://github.com/ftshare-lab/FTShare-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.