Hithink Finance Shared logo

Hithink Finance Shared

CommunityPopular
HiThink-Tech
hithink-finance-shared

用于 Agent 通过 hithink-finance CLI 做安装后自检、API Key 认证、配置、版本更新、诊断、卸载、Skills 安装/同步/移除,以及 JSON 输出、安全和大结果处理规则;不要用于行情、财务、指数、特色数据或研究取数。

Overview

PublisherHiThink-Tech
RepositoryFinancial-API
Skill namehithink-finance-shared
Stars
3.6K
Forks
311
Bundled files
4
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.

  • 4 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 Shared 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-shared .claude/skills/hithink-finance-shared
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Hithink Finance Shared 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 Shared 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 Shared 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-shared

共享规则和生命周期入口。只放全局约束、认证、输出、安全、更新和 Skills 管理,不承载业务取数路由。

前置条件表

条件操作
第一次接触此 CLI 或怀疑版本漂移运行 hithink-finance version --format jsonhithink-finance capabilities --format json
需要机器读取始终加 --format json
结果可能很大使用命令声明的 --output <path> 落盘;远端 stdout 只返回摘要
需要远端同花顺金融数据服务先确认 auth status 或准备 HITHINK_FINANCE_API_KEY / --api-key-stdin

快速决策

用户意图首选命令 / 路由
检查 CLI 是否可用或版本hithink-finance version --format json
查看真实能力清单hithink-finance capabilities --format json
查看某个命令参数契约hithink-finance schema <capability-id> --format json
获取并保存 API Key先打开 https://fuyao.aicubes.cn/admin 获取 API Key,再运行 hithink-finance auth login --api-key-stdin --format json;交互终端也可运行 hithink-finance auth login 隐藏输入
检查认证状态hithink-finance auth status --format json
查看非敏感配置hithink-finance config show --format json
诊断运行环境hithink-finance doctor --format json
同步/修复配套 Skillshithink-finance skills status --format jsonhithink-finance skills sync --format json
更新 CLIhithink-finance update --check --format json 只检查;确认后用 hithink-finance update --format json 更新到最新版
预览卸载hithink-finance uninstall --plan --format json

References

需要了解读取
JSON 输出、大结果、安全规则global-rules.md
API Key、profile、配置优先级auth-and-config.md
version、doctor、update、uninstalllifecycle.md
skills status/sync/removeskills-management.md

权限表

能力凭据
本地 data/db/market panel通常不需要 API Key,除非需要同步或初始化远端 dump
symbol/market remote/special/financials/index/fund/futures/options/valuation需要统一 API Key
skills/update/uninstall需要本机文件系统权限;不要写全局非 CLI 管理目录

边界声明

  • 业务取数请求必须切到 symbol、market、special-data、financials、index、fund、futures、options、valuation、data 或 research skill。
  • 不要把 API Key 写入命令、配置文件、日志、Markdown、Git 或对话正文;优先 stdin 或系统凭据库。
  • 不要把 stderr 更新提示、诊断详情或完整大数据结果当作最终答案原样展开。

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 Shared AI skill do?

用于 Agent 通过 hithink-finance CLI 做安装后自检、API Key 认证、配置、版本更新、诊断、卸载、Skills 安装/同步/移除,以及 JSON 输出、安全和大结果处理规则;不要用于行情、财务、指数、特色数据或研究取数。

Why use Hithink Finance Shared on TypingMind?

Because you install it once and use it with any model. Hithink Finance Shared 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 Shared 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-shared. 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 Shared?

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 Shared?

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

Is the Hithink Finance Shared 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 👇