Get basic information of a specific fund by institution code. Use when user asks about fund details, 基金基本信息, 基金管理人, 基金经理, 基金类型, 投资目标.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add FTShare-Lab/FTShare-skill --skill fund-basicinfo-single-fund --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fund Basicinfo Single Fund?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ftshare-lab-fund-basicinfo-single-fund)More formats (shields.io, HTML) on the badges page.
---
name: fund-basicinfo-single-fund
description: Get basic information of a specific fund by institution code. Use when user asks about fund details, 基金基本信息, 基金管理人, 基金经理, 基金类型, 投资目标.
---
# 查询指定基金基础信息
## 参数
| 参数 | 类型 | 必填 | 说明 | 示例 |
|------|------|------|------|------|
| `--institution-code` | string | 是 | 6 位数字基金代码 | `000001` |
## 用法
通过主目录 `run.py` 调用(必填 `--institution-code`):
```bash
python <RUN_PY> fund-basicinfo-single-fund --institution-code 000001
```
`<RUN_PY>` 为主 SKILL.md 同级的 `run.py` 绝对路径。脚本输出 JSON 对象,包含基金名称、管理人、经理、类型、投资理念/目标/范围、业绩基准等完整信息,按用户关注点展示。
## 注意
- `institution_code` 必须是 6 位数字
- 响应为对象,不是分页列表
- 若用户只给基金名称,建议先用 `fund-support-symbols-all-funds-paginated` 或 `fund-overview-all-funds-paginated` 查到对应 6 位 `institution-code` 再调用本接口。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...