A comprehensive financial data skill providing real-time market index details, K-line charts, and minute-level pricing data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ftshare-index-data
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 ftshare-index-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
FTShare Index Data is a specialized financial intelligence tool designed for Openclaw Skills to fetch and analyze global and domestic stock market indices. It provides a unified entry point to access detailed market information from market.ft.tech, ranging from basic index descriptions to high-frequency price movements. This skill is essential for developers and traders who need structured financial data for market monitoring, trend analysis, and automated financial reporting.
The tool operates through a robust routing system that maps natural language queries to specific sub-skills, ensuring high accuracy in retrieving symbols, price points, and historical performance metrics. By integrating this into your workflow, you gain programmatic access to essential financial indicators like PE/PB ratios and moving averages (MA5/MA10/MA20).
To use FTShare Index Data within Openclaw Skills, ensure you have Python installed and the skill directory is accessible. All scripts include the required X-Client-Name: ft-web headers by default.
# Locate the execution script
# <RUN_PY> is the absolute path to run.py in the skill folder
# Example: Get details for a specific index
python <RUN_PY> index-detail --index 000001.XSHG
# Example: Get K-line data for a specific period
python <RUN_PY> index-ohlcs --index 000001.XSHG --span DAY1 --limit 50
The skill organizes financial data into several key taxonomies to ensure clarity and precision in analysis:
| Data Category | Fields Included |
|---|---|
| Basic Info | Symbol (Code), Full Name, Short Name, PB, PE_TTM |
| Market Detail | Current Point, Change Amount, Change Rate, Volume, Turnover |
| OHLC Data | Open, High, Low, Close, Volume, Amount, MA5, MA10, MA20 |
| Time Series | Timestamps (ms), Price Points (since today/trade days ago) |
| Metadata | Trade Dates, Pagination info (page_no, page_size) |
Loading
A powerful skill for AI agents to search, summarize, and systematically log academic research papers from ArXiv.

Access global barcode data and product details seamlessly through the Go-UPC integration for AI agents.

An evidence-first web retrieval skill for AI agents that leverages Tavily-native controls for high-precision search, extraction, and site mapping.

An AI-powered video editing skill that transforms raw footage into polished social media content via simple chat commands or automated workflows.

A comprehensive DeFi planning tool that generates optimized liquidity provision strategies and direct deep links for PancakeSwap across multiple blockchains.

A comprehensive automation skill for visualizing Tencent Cloud architectures and managing governance through risk assessments and compliance dashboards.








































