Hithink Finance Fund logo

Hithink Finance Fund

CommunityPopular
HiThink-Tech
hithink-finance-fund

用于 Agent 通过 hithink-finance CLI 查询基金档案、公司、经理、财务、诊断、资讯、募集、持仓、净值、收益、持有人结构、在线回测、通用指标、QDII 额度、ETF/LOF 快照和 ETF 历史;A 股行情转 hithink-finance-market,基金代码搜索转 hithink-finance-symbol。

Overview

PublisherHiThink-Tech
RepositoryFinancial-API
Skill namehithink-finance-fund
Stars
3.6K
Forks
311
Bundled files
34
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 34 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by HiThink-Tech on GitHub. Read the source before you install it.

Installation

Install the Hithink Finance Fund AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/HiThink-Tech/Financial-API.git /tmp/Financial-API
mkdir -p .claude/skills
cp -r /tmp/Financial-API/hithink-finance-cli/skills/hithink-finance-fund .claude/skills/hithink-finance-fund
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Hithink Finance Fund in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Hithink Finance Fund on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Hithink Finance Fund is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

hithink-finance-fund

基金资料、机构与经理、财务、业绩、披露和场内行情入口。根据基金类型、标识来源与市场形态选择稳定命令。

前置条件表

条件操作
开始任何 CLI 调用先读取并遵循 hithink-finance-shared
不确定命令是否存在或参数是否变化运行 hithink-finance capabilities --format json,再运行 hithink-finance schema <id> --format json
需要执行下表某个命令先读取对应 reference 文件,不要只凭命令名猜参数
结果可能是全市场、分页、多标的或长区间使用命令声明的 --output <path> 落盘;远端 stdout 只返回摘要

快速决策

用户意图首选命令 / 路由
基金档案fund profile
基金持仓fund holdings
基金净值fund nav
基金区间收益fund returns
基金持有人结构fund holders
基金在线回测先用 fund backtest-indicators 获取指标规则,再调用 fund backtest-result
基金画线/表格指标fund indicators-line / fund indicators-table
QDII 额度汇总/列表fund quota-summary / fund quota-list
基金公司详情fund company-detail
基金经理资料/经历/业绩/风格fund manager-detail/manager-experience/manager-performance/manager-style
基金财务指标/利润表/资产负债表fund financial-indicators/income-statements/balance-sheets
基金诊断fund diagnostics
基金资讯fund news
在售或待售基金fund offerings
历史股票/债券持仓先用对应 report-dates,再调用 stock-historybond-history
ETF/LOF 快照fund snapshot
ETF 历史日线fund history
基金代码或名称搜索切到 hithink-finance-symbol

Shortcuts

命令何时使用
fund asset-allocationQuery fund asset allocation
fund backtest-indicatorsList indicators supported by the fund backtest service
fund backtest-resultRun a stateless online fund backtest
fund balance-sheetsQuery fund balance sheets
fund bond-historyQuery historical fund bond holdings; rank is populated only for the top 10
fund bond-report-datesQuery fund bond holding report dates
fund company-detailQuery fund company detail
fund diagnosticsQuery fund diagnostics
fund dividendsQuery fund dividend records
fund drawdownsQuery fund drawdown periods
fund financial-indicatorsQuery fund financial indicators
fund historyQuery forward-adjusted daily ETF price history
fund holdersQuery fund holder structure by disclosure scope
fund holdingsQuery fund portfolio holdings
fund income-statementsQuery fund income statements
fund indicators-historyQuery historical fund performance indicators with data timestamp/item only and no top-level thscode/interval
fund indicators-lineQuery line-oriented fund indicators
fund indicators-tableQuery table-oriented fund indicators
fund industry-allocationQuery fund industry allocation
fund manager-detailQuery fund manager detail
fund manager-experienceQuery fund manager experience
fund manager-performanceQuery fund manager performance
fund manager-styleQuery fund manager investment style
fund navQuery fund net asset value series
fund newsQuery cursor-paginated public fund article metadata with has_more and no total
fund offeringsQuery active or upcoming fund offerings
fund profileQuery fund profile detail
fund quota-listQuery QDII fund quotas by category
fund quota-summaryQuery QDII quota summaries by category
fund returnsQuery fund interval returns
fund snapshotQuery exchange-traded fund market snapshot
fund stock-historyQuery historical fund stock holdings; rank is populated only for the top 10
fund stock-report-datesQuery fund stock holding report dates
fund top-holdersQuery top fund holders

原生命令与 schema

bash
hithink-finance capabilities --format json
hithink-finance schema <capability-id> --format json
hithink-finance fund <command> --help

使用原生命令前必须先看 schema;schema 是当前 CLI 参数契约,reference 是决策和边界补充。

权限表

命令类型要求
远端服务查询API Key 来自系统凭据库、HITHINK_FINANCE_API_KEY--api-key-stdin
本地 DuckDB 查询/导出本地库存在且 schema 兼容;可用全局 --db <path> 指定
删除、迁移、修复等有副作用操作先预览或说明影响;需要用户明确确认时才加 --yes

边界声明

  • 按基金查询的能力使用单个 thscode 唯一定位基金。
  • 复杂对象和数组参数使用 JSON 字符串;绝对时间使用 Unix 毫秒,动态字段与局部空值保持原义。
  • fund snapshot 只支持 ETF/LOF;fund history 只支持 ETF、固定 1d 且窗口最多 5 年。
  • 基金数据不是投资建议,不要据此扩写买卖或收益承诺。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Hithink Finance Fund AI skill do?

用于 Agent 通过 hithink-finance CLI 查询基金档案、公司、经理、财务、诊断、资讯、募集、持仓、净值、收益、持有人结构、在线回测、通用指标、QDII 额度、ETF/LOF 快照和 ETF 历史;A 股行情转 hithink-finance-market,基金代码搜索转 hithink-finance-symbol。

Why use Hithink Finance Fund on TypingMind?

Because you install it once and use it with any model. Hithink Finance Fund is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Hithink Finance Fund in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/HiThink-Tech/Financial-API/tree/main/hithink-finance-cli/skills/hithink-finance-fund. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Hithink Finance Fund?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Hithink Finance Fund?

As many as you like. As long as a model supports skills, you can use Hithink Finance Fund with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Hithink Finance Fund AI skill free?

Yes. It is published on GitHub by HiThink-Tech under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇