← 返回 Skills 市场
cengsin

Tickflow Realtime

作者 CengSin · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
195
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tickflow-realtime
功能描述
使用 TickFlow 数据中心查询实时行情和日K数据。适用于用户想查单个或多个标的的最新价格、涨跌幅、成交量、交易时段,或查询单标的/多标的的日K、最近N根K线、复权K线时。
安全使用建议
This package appears to be a straightforward TickFlow HTTP client, but the registry entry is missing the fact that it requires TICKFLOW_API_KEY and the source/homepage is unknown. Before installing or supplying an API key: 1) Verify the skill's origin (repo/owner) and prefer published code from a known source; 2) Inspect the included scripts yourself (they're short and readable) to confirm no hidden endpoints; 3) Provide a least-privilege TickFlow API key (or a scoped/test key) rather than a high-privilege/production key; 4) If you must run it, consider running in a restricted/sandboxed environment and monitor network traffic; 5) Ask the publisher to update registry metadata to declare TICKFLOW_API_KEY as a required credential and to add a homepage/source link — the current metadata omission is the main inconsistency.
功能分析
Type: OpenClaw Skill Name: tickflow-realtime Version: 0.1.0 The skill bundle is a legitimate tool for fetching real-time stock quotes and K-line data from the TickFlow API (api.tickflow.org). The implementation in scripts/tickflow_common.py and the query scripts follows standard practices, using environment variables for authentication and providing clear instructions in SKILL.md to prevent API key leakage. No evidence of malicious behavior, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
The skill's name/description match the included Python scripts: they call TickFlow endpoints for quotes and K-lines and return summaries/tables/JSON. However, the registry metadata lists no required environment variables or primary credential while the SKILL.md and code clearly require an API key (TICKFLOW_API_KEY). This omission is an incoherence between declared metadata and actual capability.
Instruction Scope
SKILL.md and the scripts keep to the stated scope: they read an API key from the environment, call TickFlow endpoints (defaults to https://api.tickflow.org), validate and format responses, and avoid writing the API key to disk or logs. The runtime instructions do not ask the agent to read unrelated files or send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only skill with Python scripts included). Nothing in the manifest downloads or writes remote archives; the code is local and uses standard library urllib for network calls. This is the lower-risk install pattern, but note the repository/source is unknown.
Credentials
The code requires a secret API key via the environment variable TICKFLOW_API_KEY (resolve_api_key raises if missing). Yet the registry metadata did not declare any required env or primary credential. Asking for an API key is reasonable for this purpose, but the metadata omission is a red flag — the skill will fail without the key and the registry listing does not surface that it needs credential input.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system config, and does not persist credentials itself. It behaves as a normal, user-invoked client script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tickflow-realtime
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tickflow-realtime 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of tickflow-realtime skill. - Query real-time market data and daily K-line (candlestick) data using the TickFlow HTTP API. - Supports fetching latest price, percent change, trading volume, and session info for single or multiple symbols. - Provides daily, weekly, or monthly K-line queries; supports both single and batch requests. - API key is managed via the TICKFLOW_API_KEY environment variable for security. - Includes scripts for querying quotes and K-lines, plus shared utilities. - Handles output formatting as concise summaries, tables, or raw JSON upon user request.
元数据
Slug tickflow-realtime
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tickflow Realtime 是什么?

使用 TickFlow 数据中心查询实时行情和日K数据。适用于用户想查单个或多个标的的最新价格、涨跌幅、成交量、交易时段,或查询单标的/多标的的日K、最近N根K线、复权K线时。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。

如何安装 Tickflow Realtime?

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

Tickflow Realtime 是免费的吗?

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

Tickflow Realtime 支持哪些平台?

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

谁开发了 Tickflow Realtime?

由 CengSin(@cengsin)开发并维护,当前版本 v0.1.0。

💬 留言讨论