← 返回 Skills 市场
oct16

TickHub

作者 oct16 · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
93
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tickhub
功能描述
股票实时行情查询技能。支持A股、港股、美股个股的实时价格、涨跌幅、成交量查询。 Use when: 用户询问某只股票的"股价"、"行情"、"涨了没"、"多少钱了"。 NOT for: 历史K线分析、技术指标计算、投资建议推荐。
安全使用建议
Proceed with caution. The main issues: (1) the SKILL.md references official Chinese providers but uses an unverified endpoint (tickhub.net) in the example — that endpoint could log queries, IPs, or return modified data; (2) there is no source repo or homepage to verify who operates the service. Before installing: ask the publisher for the real API endpoints and operator info; prefer skills that call documented official APIs (eastmoney/sina) or provide their source code; if you must use it, test in a sandboxed environment and monitor outbound network requests; never provide credentials to this skill and limit its use to non-sensitive queries until the endpoint/operator is verified.
功能分析
Type: OpenClaw Skill Name: tickhub Version: 0.0.1 The skill is a straightforward stock price query tool designed to fetch real-time market data from an external API (tickhub.net). The instructions in SKILL.md and the metadata in _meta.json are consistent with the stated purpose, and there are no indicators of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
The skill claims to fetch real-time quotes from 东方财富/新浪 but the only concrete API example in SKILL.md calls https://tickhub.net/stock/600519 — an unverified third‑party endpoint. No homepage or source repository is provided to justify using that domain.
Instruction Scope
Instructions are narrowly scoped to extracting a ticker and calling a market-specific realtime API, parsing JSON, and formatting output. However the SKILL.md gives only one concrete external endpoint (tickhub.net) rather than the claimed official providers, which could redirect queries and user data to an unknown operator.
Install Mechanism
Instruction-only skill with no install steps or code files; nothing is written to disk and no packages are fetched during install.
Credentials
The skill declares no environment variables, credentials, or config paths — requested access is minimal and proportional to the stated purpose.
Persistence & Privilege
always is false and the skill has default invocation behavior. It does not request persistent or elevated system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tickhub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tickhub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
init
元数据
Slug tickhub
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TickHub 是什么?

股票实时行情查询技能。支持A股、港股、美股个股的实时价格、涨跌幅、成交量查询。 Use when: 用户询问某只股票的"股价"、"行情"、"涨了没"、"多少钱了"。 NOT for: 历史K线分析、技术指标计算、投资建议推荐。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 TickHub?

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

TickHub 是免费的吗?

是的,TickHub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TickHub 支持哪些平台?

TickHub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TickHub?

由 oct16(@oct16)开发并维护,当前版本 v0.0.1。

💬 留言讨论