A high-performance stock market data acquisition and technical analysis engine supporting multiple data sources and intelligent failover.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install market-data-hub
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 market-data-hub using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Market Data Hub is a robust tool designed for developers building financial applications and quantitative trading bots. It serves as a centralized gateway to fetch A-share market data from reliable sources like Tencent Finance, AKShare, and Baostock. By integrating features like automatic rate limiting and circuit breaking, it ensures stable data retrieval even under heavy load, making it a reliable component for any project using Openclaw Skills.
This skill simplifies the process of obtaining clean, structured financial data, allowing you to focus on building trading strategies or analytics dashboards rather than managing raw API connections. Whether you need lightning-fast real-time quotes or deep historical K-line data enriched with technical indicators, this Openclaw Skills implementation provides a unified interface to handle the complexities of financial data pipelines.
To get started with this skill, ensure you have Python 3.8+ installed. Install the necessary dependencies using pip:
pip install akshare baostock pandas requests
You can then initialize the hub and start fetching data immediately:
from src import MarketDataHub
hub = MarketDataHub()
# Get real-time quote for a specific stock
quote = hub.get_realtime_quote('300502')
Market Data Hub standardizes financial data into predictable formats to ensure compatibility across different sources within Openclaw Skills.
| Field | Type | Description |
|---|---|---|
| symbol | String | The stock code (e.g., '300502') |
| price | Float | Current trading price |
| change_pct | Float | Percentage change from previous close |
| volume | Integer | Trading volume |
| source | String | The origin of the data (tencent, akshare, or baostock) |
Historical K-line data is returned as a Pandas DataFrame with standard OHLCV (Open, High, Low, Close, Volume) columns along with calculated technical indicator columns if requested.
Loading
Streamline your customer support by managing Crisp conversations, messages, and resolutions directly through an AI-powered interface.

A powerful AI skill for managing Microsoft Outlook calendars and events through the Microsoft Graph API.

Connect your AI agent to Notion to search databases, manage pages, and synchronize content through a secure MorphixAI proxy.

A powerful Microsoft To Do integration allowing AI agents to manage tasks and lists via the Microsoft Graph API.

A high-performance transcription skill leveraging ElevenLabs Scribe for batch processing and real-time speech-to-text conversion.

Generate professional, brand-aware advertising images directly from product URLs using a multi-phase AI pipeline.








































