← Back to Skills Marketplace
tickflow-dev

TickFlow Data

by TickFlow · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
699
Downloads
4
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install tickflow
Description
使用 TickFlow Python SDK 获取 A 股、港股、美股、期货等市场的实时行情和 K 线数据
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tickflow
  3. After installation, invoke the skill by name or use /tickflow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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配置、脚本运行方式、常见场景说明
Metadata
Slug tickflow
Version 1.0.2
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 3
Frequently Asked Questions

What is TickFlow Data?

使用 TickFlow Python SDK 获取 A 股、港股、美股、期货等市场的实时行情和 K 线数据. It is an AI Agent Skill for Claude Code / OpenClaw, with 699 downloads so far.

How do I install TickFlow Data?

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

Is TickFlow Data free?

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

Which platforms does TickFlow Data support?

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

Who created TickFlow Data?

It is built and maintained by TickFlow (@tickflow-dev); the current version is v1.0.2.

💬 Comments