stock-watcher

Manage a personal A-share stock watchlist with 10jqka data.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/zhangyanbo2007/openclaw --skill stock-watcher-zhangyanbo2007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-watcher
Source: https://github.com/zhangyanbo2007/openclaw/tree/main/workspace-fox-avatar/skills/stock-watcher
Command: npx skills add https://github.com/zhangyanbo2007/openclaw --skill stock-watcher-zhangyanbo2007

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages a personal stock watchlist for Chinese A-share stocks, automating storage and quick access to current data to reduce manual tracking and errors.

Core Features & Use Cases

  • Add stocks by 6-digit codes and fetch their names for convenient identification
  • View, list, and delete items from the watchlist, or clear the entire list
  • Summarize recent performance for all watched stocks using data from 10jqka

Quick Start

Add a stock by its 6-digit code to your watchlist and view the updated list.

Frequently Asked Questions about stock-watcher

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

FAQPage Schema
How do I track a personal stock watchlist for Chinese A-share stocks?

A-share stock tracking is done by adding six-digit stock codes from Shanghai, Shenzhen, or STAR markets to a personal watchlist. The tool fetches stock names and current data from 10jqka for convenient identification and summarization.

Can I remove individual stocks or clear my entire A-share watchlist at once?

A-share watchlist management supports removing individual items by their code and clearing the entire list. You can also view and list all currently tracked stocks to keep your watchlist updated.

Does this stock watcher support Hong Kong or US stock codes?

Stock watcher applies exclusively to Chinese A-share stocks using six-digit codes from Shanghai, Shenzhen, and STAR Market. It fetches data specifically from 10jqka, so non-A-share markets are not supported.

How do I add a stock to my watchlist if I only know the six-digit code?

Adding stocks requires entering the six-digit stock code. The watcher automatically fetches and stores the corresponding stock name from 10jqka, allowing you to identify and track performance without manual lookup.

What's the best way to summarize recent performance for all watched stocks?

Summarizing recent performance uses a built-in routine that fetches current data from 10jqka for all watched A-share stocks. It formats concise results, giving you a quick overview of your entire watchlist.

Do I need beautifulsoup4 and requests installed to scrape stock data from 10jqka?

Data scraping from 10jqka requires the requests and beautifulsoup4 dependencies. These libraries handle fetching and parsing web data to retrieve current stock performance for your watchlist.