← 返回 Skills 市场
etherstrings

同花顺 iFinD 接入 Skill

作者 Wu Bo Yu · GitHub ↗ · v0.5.1 · MIT-0
cross-platform ✓ 安全检测通过
371
总下载
0
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install tonghuashun-ifind
功能描述
Use when the user needs Tonghuashun iFinD market, report, factor, screening, calendar, or other financial data, and all data must come from iFinD after succe...
安全使用建议
This skill appears to do what it says: a local Python CLI/skill that exchanges an iFinD refresh_token for an access_token and routes natural-language queries to the iFinD API (quantapi.51ifind.com). Before installing or giving tokens: 1) Only provide the iFinD refresh_token if you trust the skill/operator — the refresh_token grants access to your iFinD account and is stored locally in the skill's token_state.json. 2) Do NOT share your iFinD username/password; the skill explicitly asks for refresh_token only. 3) If you enable the optional LLM routing (IFIND_ROUTE_LLM_ENABLED and IFIND_ROUTE_LLM_API_KEY), be aware user queries (or routing plans) will be sent to the configured LLM provider — this may leak sensitive query content. 4) Inspect scripts/install_skill.sh locally before running it and confirm installation path (~/.openclaw/workspace/skills/tonghuashun-ifind-skill). 5) If you need stronger isolation, run the skill in a restricted environment or use an account whose tokens you can revoke. Overall the package is internally coherent with its stated purpose; the primary risk is the sensitive refresh_token and any optional LLM usage, not malicious mismatches.
功能分析
Type: OpenClaw Skill Name: tonghuashun-ifind Version: 0.5.1 The skill bundle provides a natural language interface for the Tonghuashun iFinD financial data API. It implements a structured CLI (`ifind_cli.py`) that handles authentication by exchanging user-provided refresh tokens for access tokens, which are stored locally in the user's home directory. The logic includes both local rule-based routing and an optional LLM-based router (`llm_routing.py`) to map natural language queries to specific API endpoints. The instructions in `SKILL.md` and `openai.yaml` are security-conscious, explicitly directing the agent not to request passwords and to avoid echoing sensitive tokens back to the user. No evidence of malicious behavior, such as unauthorized data exfiltration or hidden command execution, was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (iFinD natural-language query entry) matches the files and behavior: python CLI and runtime package that call iFinD HTTP endpoints (default base_url quantapi.51ifind.com). Required binary (python3) is appropriate. The skill is not requesting unrelated cloud credentials or unrelated system access.
Instruction Scope
Runtime instructions explicitly require the user to copy an iFinD refresh_token and use auth-set-refresh-token/auth-set-tokens; queries are always routed to iFinD. This is within scope for the stated purpose. Notable: the skill documents an optional LLM-based router that will send queries to an OpenAI‑compatible service if the operator sets IFIND_ROUTE_LLM_ENABLED and provides an API key — enabling that will transmit user queries (or routing plans) to a third-party LLM. That behavior is documented but is a privacy consideration.
Install Mechanism
No remote download/install spec is embedded in the registry metadata; the package contains Python scripts to run locally. There are no network-based installers or hidden download URLs in the provided files. The SKILL.md tells the installer to run scripts/install_skill.sh — check that script locally before running it (not provided in the manifest excerpt).
Credentials
The skill does not request unrelated environment variables and needs only the iFinD tokens (refresh_token/access_token) to function — this is proportional. The optional LLM routing requires an API key (IFIND_ROUTE_LLM_API_KEY / OPENAI_API_KEY) only when explicitly enabled; that env var is not mandatory but will expose queries to a third-party LLM if set. The skill stores tokens locally (~/.openclaw/.../token_state.json) which is expected but means the stored credentials should be protected.
Persistence & Privilege
The skill stores token state in a skill-scoped file and does not request always:true or system-wide privileges. It does not modify other skills or system configs. Autonomous invocation is allowed by default but that is platform normal; there is no evidence it force-enables itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tonghuashun-ifind
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tonghuashun-ifind 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.1
修正 ClawHub 发布入口,保留既有 tonghuashun-ifind slug,并继续使用强制 iFinD token 鉴权和自然语言路由。
v0.5.0
改为强制 iFinD refresh_token 鉴权,移除浏览器登录和公开免费源兜底,增强面向同花顺用户的自然语言查询、口语简称纠偏和交易日路由。
v0.4.5
新增能力矩阵、命名接口目录 endpoint-list/endpoint-call,并补强免费源与 iFinD 的能力边界说明。
v0.4.4
移除错误收款码并替换为你自己的猫头像支付宝/微信收款码;同步更新 README 与 skill 平台展示。
v0.4.3
统一捐赠入口为爱发电与 JusticePlutus 收款码;修正 Hermes GitHub skill 源地址;更新 skill 文档展示。
v0.4.2
补充国内可用赞助入口;新增爱发电主页和本地支付宝/微信收款码;更新 README 展示。
v0.4.1
补充全面例子文档;统一 README、usage 和 skill 外部地址说明;完善所有命令面的真实 A 股示例。
v0.4.0
新增 A 股通用榜单、个股画像、资金流稳定路由;榜单查询在 iFinD 不可用时自动回退到东方财富公开排行接口;补充路由与使用文档说明。
v0.3.3
新增涨停数据查询稳定路由;今天的A股涨停数据在 iFinD 不可用时自动回退到东方财富公开涨停池;补充路由与使用文档说明。
v0.3.2
新增腾讯财经公开行情源兜底:个股最新价、历史走势、大盘快照在 iFinD 查询失败时自动回退;补充 Agent use cases 和 fallback 文档。
v0.3.1
补充 Agent 可直接参考的 use cases 案例库,并把案例入口接入 SKILL.md 与 usage 文档。
v0.3.0
新增常见查询路由:支持个股最新价、历史走势、大盘快照、基础财务指标;新增 smart-query/quote-realtime/quote-history/market-snapshot/fundamental-basic,并补充文档 fallback 规则。
v0.2.0
补齐 refresh_token 自动续期,文档切换为中文并增加捐赠说明
元数据
Slug tonghuashun-ifind
版本 0.5.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 13
常见问题

同花顺 iFinD 接入 Skill 是什么?

Use when the user needs Tonghuashun iFinD market, report, factor, screening, calendar, or other financial data, and all data must come from iFinD after succe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 371 次。

如何安装 同花顺 iFinD 接入 Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tonghuashun-ifind」即可一键安装,无需额外配置。

同花顺 iFinD 接入 Skill 是免费的吗?

是的,同花顺 iFinD 接入 Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

同花顺 iFinD 接入 Skill 支持哪些平台?

同花顺 iFinD 接入 Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 同花顺 iFinD 接入 Skill?

由 Wu Bo Yu(@etherstrings)开发并维护,当前版本 v0.5.1。

💬 留言讨论