openclaw-stock-skill

Query Chinese stock market data via a zero-dependency Python client.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kyriswu-2/openclaw-stock-skill --skill openclaw-stock-skill-kyriswu-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-stock-skill
Source: https://github.com/kyriswu-2/openclaw-stock-skill/tree/main
Command: npx skills add https://github.com/kyriswu-2/openclaw-stock-skill --skill openclaw-stock-skill-kyriswu-2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables quick access to Chinese stock market data and analyses (A-share行情、上证/深证/创业板指数、个股K线、涨跌停统计、资金流向、基本面、板块表现、港股美股行情、基金可转债、财经新闻和研报) using a lightweight local client that calls the cloud Akshare service, minimizing setup effort and dependencies.

Core Features & Use Cases

  • Zero-dependency client: Python standard library only, no need to install akshare, pandas, or Docker.
  • Cloud-backed data access: main.py sends queries to the default Akshare service and returns stock data.
  • Versatile data coverage: supports A-share, indices, stock K-lines, funds, sectors, news, and more.

Quick Start

Run the client with a Chinese stock query, e.g., python3 main.py --query '贵州茅台最近30天K线'.

Frequently Asked Questions about openclaw-stock-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Chinese A-share stock data and K-lines without installing dependencies?

You can retrieve Chinese A-share stock data and K-lines using a zero-dependency Python client that queries a cloud Akshare service. It requires only the Python standard library, eliminating the need to install akshare, pandas, or Docker locally.

What kind of Chinese stock market data can I look up using Akshare?

Using the Akshare-backed client, you can look up A-share quotes, stock K-lines, volume, fundamentals, sector trends, indices, Hong Kong/US market quotes, funds, and financial news for routine market analysis.

Can I query Hong Kong and US stock quotes with a lightweight Python client?

Yes, you can query Hong Kong and US stock quotes using the lightweight Python client. It delegates requests to a fixed default cloud Akshare service URL to return real-time market data without local dependencies.

How do I fetch a 30-day K-line for a specific stock like Kweichow Moutai?

To fetch a 30-day K-line for a specific stock, run the client with a natural language query such as: python3 main.py --query '贵州茅台最近30天K线'. The client sends this query to the cloud Akshare service and returns the data.

Does this zero-dependency stock data client work without Docker or pandas?

Yes, the zero-dependency stock data client works without Docker or pandas. It is built entirely on the Python standard library and handles data retrieval by communicating directly with a remote cloud Akshare service.

What are the limitations of using a cloud service for Chinese stock market analysis?

The main limitation of using this cloud service for Chinese stock market analysis is the reliance on a fixed default service URL. Users must have internet connectivity to access the Akshare service, as no local data processing or caching is implemented.