← Back to Skills Marketplace
oct16

TickHub

by oct16 · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
93
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tickhub
Description
股票实时行情查询技能。支持A股、港股、美股个股的实时价格、涨跌幅、成交量查询。 Use when: 用户询问某只股票的"股价"、"行情"、"涨了没"、"多少钱了"。 NOT for: 历史K线分析、技术指标计算、投资建议推荐。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tickhub
  3. After installation, invoke the skill by name or use /tickhub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
init
Metadata
Slug tickhub
Version 0.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TickHub?

股票实时行情查询技能。支持A股、港股、美股个股的实时价格、涨跌幅、成交量查询。 Use when: 用户询问某只股票的"股价"、"行情"、"涨了没"、"多少钱了"。 NOT for: 历史K线分析、技术指标计算、投资建议推荐。 It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install TickHub?

Run "/install tickhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TickHub free?

Yes, TickHub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TickHub support?

TickHub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TickHub?

It is built and maintained by oct16 (@oct16); the current version is v0.0.1.

💬 Comments