A comprehensive financial data tool for querying real-time A-share market trends, financial statements, and technical indicators.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install a-stock-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 a-stock-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides an extensive suite of tools for A-share market analysis based on the AkShare open-source library. It enables AI agents to retrieve real-time quotes from major Chinese exchanges, including Shanghai, Shenzhen, and Beijing, while also offering deep dives into historical price movements and corporate financial reports. By integrating these Openclaw Skills, developers can build sophisticated financial assistants capable of monitoring market sentiment and performing deep-dive stock research with high-frequency data updates.
To enable these Openclaw Skills, you need to install the core data and analysis libraries in your environment:
pip install akshare
pip install ta-lib
Ensure your Python environment is configured to handle Pandas DataFrames, as all financial data is returned in this structure for optimal manipulation.
The skill returns structured data primarily as Pandas DataFrames. The schema varies by query type:
| Field | Description |
|---|---|
| Code | Stock identifier (e.g., 600519) |
| Name | Company name |
| Latest Price | Current trading price |
| Change % | Percentage fluctuation |
| Turnover | Trading volume and total turnover |
| Field | Description |
|---|---|
| Date | Transaction date |
| Open/Close | Opening and closing prices |
| High/Low | Price range during the period |
| Volume | Number of shares traded |
Loading
A professional financial assistant for logging company expenses and generating formatted summary reports synced to Google Drive.

A comprehensive design framework for building professional, modern, and accessible user interfaces using industry-standard patterns and modern CSS techniques.

A CLI-driven integration for Picnic supermarket that enables AI agents to search products, manage carts, and schedule grocery deliveries.

An automated tool to reconstruct and synchronize AI agent memory files by analyzing session logs and providing narrative summaries.

A professional Python-driven rendering engine that converts Markdown text into high-quality, styled 3:4 aspect ratio images for social media platforms.

A precision Python-powered utility for generating high-resolution QR code images from any text or URL string.








































