stock-watcher

Manage a Chinese stock watchlist and summarize performance from 10jqka.com.cn.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/wewetv1987-cell/openclaw-backup --skill stock-watcher-wewetv1987-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-watcher
Source: https://github.com/wewetv1987-cell/openclaw-backup/tree/main/skills/stock-watcher
Command: npx skills add https://github.com/wewetv1987-cell/openclaw-backup --skill stock-watcher-wewetv1987-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of manually tracking Chinese A-share stocks by keeping a simple, standardized personal watchlist and showing concise performance updates on demand.

Core Features & Use Cases

  • Add and remove stocks using six-digit stock codes with duplicate checks and basic validation.
  • View and clear watchlists from a single standardized local storage location for consistent management.
  • Summarize performance for watched stocks using live data from 10jqka.com.cn, including quick links for deeper review.
  • Use case: A user who follows several Shanghai, Shenzhen, or STAR Market stocks can maintain one clean watchlist and quickly check which names are moving.

Quick Start

Ask the stock-watcher skill to add 600053 to your watchlist and then show the current list or a performance summary.

Frequently Asked Questions about stock-watcher

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

FAQPage Schema
How do I track Chinese A-shares using a Python watchlist?

You can track Chinese A-shares by managing a local watchlist with Python scripts that add, remove, and validate six-digit stock codes for Shanghai, Shenzhen, and STAR markets.

How do I get a performance summary for my Chinese stock watchlist?

To get a performance summary, the Skill scrapes live data from 10jqka.com.cn for your tracked stocks and displays recent performance updates with quick links for deeper review.

Does this stock tracking tool support STAR Market codes?

Yes, the stock tracking tool supports STAR Market codes alongside Shanghai and Shenzhen stocks, applying validation and duplicate checks to six-digit codes added to your watchlist.

What is the best way to scrape 10jqka.com.cn for stock data?

The best way to scrape 10jqka.com.cn for stock data within this tool is using Python scripts with the requests and beautifulsoup4 libraries, which include built-in rate limiting and error handling.

Why does my stock watchlist scraping stop working when checking multiple A-shares?

Your stock watchlist scraping might stop working due to built-in rate limiting designed to prevent request blocking when fetching live performance data from 10jqka.com.cn.

Can I clear my entire stock watchlist at once using Python?

Yes, you can clear your entire stock watchlist at once using Python scripts that manage a standardized local storage file, allowing you to reset or review tracked stocks on demand.