stock-watcher

Manage a Chinese A-share watchlist with script-based CRUD workflows.

47|4|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/agentbay-ai/agentbay-skills --skill stock-watcher-agentbay-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-watcher
Source: https://github.com/agentbay-ai/agentbay-skills/tree/main/stock-watcher
Command: npx skills add https://github.com/agentbay-ai/agentbay-skills --skill stock-watcher-agentbay-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Track and monitor a personal stock watchlist for Chinese A-shares, reducing manual tracking effort by providing a centralized, easily updateable list.

Core Features & Use Cases

  • Add stocks to watchlist using 6-digit stock codes
  • View watchlist with clear formatting
  • Remove individual stocks from watchlist
  • Clear entire watchlist with one command
  • Get performance summary for all watched stocks
  • Standardized storage path - no more path confusion!
  • Easy installation/uninstallation

Quick Start

Add a stock to your watchlist by running the add_stock.py script with a six-digit stock code.

Frequently Asked Questions about stock-watcher

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

FAQPage Schema
How do I track my Chinese A-shares watchlist without checking each stock manually?

You can track your Chinese A-shares watchlist by using a centralized script-based tool to add, remove, and summarize stock performance. It fetches recent data from 10jqka to provide a concise overview, reducing manual tracking effort.

How do I add a stock to my watchlist using a 6-digit code?

To add a stock to your watchlist, run the add_stock.py script and provide a six-digit stock code. The tool enforces a standardized storage path to organize your tracked A-shares without path confusion.

Can I get a performance summary for all stocks in my watchlist at once?

Yes, you can generate a performance summary for all watched stocks at once. The tool uses a lightweight data fetcher to retrieve recent performance data from 10jqka, providing a concise overview for your entire watchlist.

Does this watchlist tool work with stock data from 10jqka?

Yes, this watchlist tool works with stock data from 10jqka. It uses a lightweight data fetcher powered by requests and beautifulsoup4 to retrieve and parse recent performance data for Chinese A-shares.

What is the best way to clear my entire stock watchlist?

The best way to clear your entire stock watchlist is to use the built-in command that removes all tracked stocks at once. This simplifies list management alongside individual stock removal and addition scripts.