← 返回 Skills 市场
tickflow-dev

TickFlow Data

作者 TickFlow · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
699
总下载
4
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install tickflow
功能描述
使用 TickFlow Python SDK 获取 A 股、港股、美股、期货等市场的实时行情和 K 线数据
安全使用建议
This skill appears coherent for using the TickFlow Python SDK. Before installing: 1) Inspect the install script at https://astral.sh/uv/install.sh before running it (avoid blind curl | sh). Prefer installing 'uv' from your OS/package manager or review the script contents. 2) Run dependency installs in an isolated environment (virtualenv/container) to limit scope. 3) Only set TICKFLOW_API_KEY if you trust the TickFlow service; store the key in a secure secrets manager or your shell profile with appropriate file permissions. 4) Consider pinning package versions and reviewing the tickflow package on PyPI/GitHub for legitimacy. If you want lower risk, you can skip the 'uv' installer and use an alternate Python environment (pip/venv) to install tickflow.
功能分析
Type: OpenClaw Skill Name: tickflow Version: 1.0.2 The 'tickflow' skill is a legitimate integration for the TickFlow financial data SDK, providing market data for A-shares, HK/US stocks, and futures. The SKILL.md file contains standard environment setup instructions using the 'uv' package manager and provides comprehensive Python examples for fetching quotes, K-line data, and financial metrics. While it suggests installing 'uv' via a shell script and modifying shell configuration files (~/.zshrc) to persist an API key, these are standard developer workflows for this type of tool and do not exhibit malicious intent or hidden exfiltration logic.
能力评估
Purpose & Capability
Name/description (TickFlow Python SDK for market data) align with required binaries (python3, uv) and required env var (TICKFLOW_API_KEY). The declared requirements are what you'd expect for a Python SDK-based market-data skill.
Instruction Scope
SKILL.md instructions stay on task: install uv, create a python workspace, add tickflow[all] as a dependency, run uv sync/run, and set TICKFLOW_API_KEY. There are no instructions to read unrelated files, harvest other credentials, or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no registry install spec in the package metadata, but SKILL.md instructs installing 'uv' by piping a script from https://astral.sh/uv/install.sh (curl | sh / irm | iex). This is a download-and-execute pattern and is higher risk than using a vetted package manager; dependencies (tickflow[all]) will be pulled via the Python tool (uv) from package repositories (PyPI).
Credentials
Only TICKFLOW_API_KEY is requested and is justified by the documented 'complete service' usage. The skill also documents a free mode that does not require the key. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always:false, no required config paths, no instructions to modify other skills or global agent settings. The skill is instruction-only and does not request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tickflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tickflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
tickflow 1.0.2 - 文档示例中的 `tf.instruments.get` 替换为 `tf.instruments.batch`,与 SDK 接口对齐,并修正相应代码演示。 - 其他文档内容和功能保持不变。
v1.0.1
- 增加对港股(HK)和美股(US)市场的实时行情与历史 K 线支持,A 股、期货市场支持不变 - 文档新增港股、美股的代码格式说明与批量查询示例 - 更新常用市场后缀表,补充美股、港股、及更多期货代码后缀 - 快速开始和示例部分统一支持 A 股、港股、美股混合查询 - 补充美股/港股复权 K 线与除权因子等特性说明 - 注意事项中强调多市场混查能力及美/港股相关特性
v1.0.0
Initial release of TickFlow skill—A股、期货等多市场行情&数据一站式获取 - 提供通过 TickFlow Python SDK 获取A股、期货等市场的实时行情与K线数据能力 - 支持多市场、多标的和多周期类型(分钟线、日线、周线、月线等) - 内含代码示例,支持行情、K线、财务数据、标的信息批量查询 - 免费模式下可获取历史日K线与标的信息,无需API Key - 完整模式支持实时行情、分钟K线、财务指标等,需配置API Key - 文档涵盖环境依赖、API Key配置、脚本运行方式、常见场景说明
元数据
Slug tickflow
版本 1.0.2
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 3
常见问题

TickFlow Data 是什么?

使用 TickFlow Python SDK 获取 A 股、港股、美股、期货等市场的实时行情和 K 线数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 699 次。

如何安装 TickFlow Data?

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

TickFlow Data 是免费的吗?

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

TickFlow Data 支持哪些平台?

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

谁开发了 TickFlow Data?

由 TickFlow(@tickflow-dev)开发并维护,当前版本 v1.0.2。

💬 留言讨论