A powerful Python-based market data connector for real-time and historical financial analysis across global markets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tickflow
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tickflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TickFlow is a comprehensive market data skill designed for Openclaw Skills users who require high-fidelity financial information. By leveraging the TickFlow Python SDK, this skill enables seamless integration of real-time quotes, K-line (candlestick) data, and deep financial metrics directly into your AI agent workflows. It covers a vast range of markets including A-shares (Shanghai, Shenzhen, Beijing), Hong Kong stocks, US stocks, and major Chinese futures exchanges.
Built for quantitative trading and data analysis, TickFlow provides both a free tier for historical daily data and a premium tier for real-time, minute-level granularity. It supports standardized symbol formats and provides data in developer-friendly structures like pandas DataFrames, making it an essential tool for building sophisticated financial AI agents.
Ensure uv is installed to manage dependencies efficiently:
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
Create a dedicated directory and initialize the project:
mkdir -p python
cd python
cat > pyproject.toml << 'EOF'
[project]
name = "tickflow-workspace"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = ["tickflow[all]>=0.1.17"]
EOF
uv sync
Obtain your key from tickflow.org and export it as an environment variable:
export TICKFLOW_API_KEY="your-api-key"
TickFlow utilizes a unified symbol taxonomy and structured data outputs:
| Market | Suffix | Description |
|---|---|---|
| Shanghai | .SH | A-shares, ETFs, Bonds |
| Shenzhen | .SZ | A-shares, ChiNext, ETFs |
| US Stocks | .US | All US equity markets |
| HK Stocks | .HK | Hong Kong Stock Exchange |
| Futures | .SHF/.DCE | Major Chinese Commodity Futures |
Data Formats:
Loading
A high-performance browser automation skill that enables AI agents to navigate the web, extract structured data, and interact with web apps using natural language.

An AI-driven forecasting engine designed to predict sales trends and automate inventory replenishment planning.

An AI-driven research and design framework that transforms Reddit community discussions into validated 7-day Minimum Viable Product plans.

A professional-grade OCR skill for medical reports that converts images and PDFs into structured clinical data with session-based recovery.

An intelligent AI assistant for drafting, categorizing, and managing professional email communications across multiple languages.

A stable, high-performance JSON interface for retrieving live Fitbit health and recovery data within the Openclaw Skills framework.








































