← Back to Skills Marketplace
cengsin

Tickflow Realtime

by CengSin · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
195
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tickflow-realtime
Description
使用 TickFlow 数据中心查询实时行情和日K数据。适用于用户想查单个或多个标的的最新价格、涨跌幅、成交量、交易时段,或查询单标的/多标的的日K、最近N根K线、复权K线时。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tickflow-realtime
  3. After installation, invoke the skill by name or use /tickflow-realtime
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tickflow-realtime
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tickflow Realtime?

使用 TickFlow 数据中心查询实时行情和日K数据。适用于用户想查单个或多个标的的最新价格、涨跌幅、成交量、交易时段,或查询单标的/多标的的日K、最近N根K线、复权K线时。 It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.

How do I install Tickflow Realtime?

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

Is Tickflow Realtime free?

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

Which platforms does Tickflow Realtime support?

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

Who created Tickflow Realtime?

It is built and maintained by CengSin (@cengsin); the current version is v0.1.0.

💬 Comments