A comprehensive financial data retrieval tool for AI agents to access real-time and historical Chinese market data via the THS iFinD API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ifind-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 ifind-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ifind-data skill provides a robust interface for AI agents to query professional-grade financial information from 51ifind.com. It covers 18 distinct API endpoints including A-shares, funds, bonds, and macro-economic indicators. This Openclaw Skills extension empowers developers to build automated trading assistants, financial analysts, and market monitoring tools with high-fidelity data.
By leveraging the THS iFinD infrastructure, this skill bridges the gap between raw market data and AI-driven insights. It handles complex authentication flows and provides structured data optimized for consumption by large language models and automated workflows.
To use the ifind-data skill within Openclaw Skills, you must configure your refresh token. First, verify if the token is already set:
grep -q 'IFIND_REFRESH_TOKEN=.' ~/.openclaw/skills/ifind-data/.env && echo "ok" || echo "missing"
If missing, obtain your token from the iFinD Super Command client (Tools -> refresh_token) and update your configuration:
sed -i 's/^IFIND_REFRESH_TOKEN=.*/IFIND_REFRESH_TOKEN=your_actual_token/' ~/.openclaw/skills/ifind-data/.env
The skill returns structured data including performance metrics and usage tracking. Below is the primary response structure:
| Field | Description |
|---|---|
| errorcode | Status code where 0 indicates success |
| errmsg | Descriptive error message for troubleshooting |
| tables | The main data payload containing the requested financial indicators |
| perf | Processing time in milliseconds |
| dataVol | Volume of data units consumed by the query |
| trial | Boolean indicating if the request was made during the trial period |
Loading
A professional-grade financial data integration providing real-time and historical market data for the Chinese financial market.

A specialized tool for fetching and displaying daily lunch menus from restaurants across Umeå via live data.

A comprehensive data retrieval tool for querying Umeå municipal open data regarding infrastructure, demographics, and environment.

An AI-powered public transport navigator for Västerbotten and Umeå local traffic using the ResRobot API.

A comprehensive security scanner designed to protect OpenClaw agents from malicious skills, hallucinated packages, and prompt injection attacks.

A comprehensive integration for managing Miniflux RSS instances, enabling AI agents to browse, search, and organize feeds.








































