LaunchKit · 2026
Back to Skills

stock-watcher

Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing.

60
17.6k downloads
by @robin797860

Setup & Installation

openclaw skills install @robin797860/stock-watcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install stock-watcher

What This Skill Does

Manages a personal stock watchlist stored locally, with support for adding, removing, listing, and clearing stocks by 6-digit code. Fetches live performance data for Chinese A-share markets (Shanghai, Shenzhen, STAR Market) from 同花顺 (10jqka.com.cn). Market data may have a 1-3 minute delay.

Keeps a persistent local watchlist and pulls live market data without opening a browser or logging into a trading platform.

When to use it

  • Checking today's price changes across tracked A-share stocks
  • Adding a stock by code after researching a new position
  • Removing a holding from the watchlist after selling
  • Getting a quick performance snapshot before market open
  • Clearing the entire watchlist when rebalancing a portfolio

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Show me how my watchlist is doing today

AGENT
  1. 1Read stock codes and names from ~/.clawdbot/stock_watcher/watchlist.txt
  2. 2Fetch current market data for each stock from stockpage.10jqka.com.cn
  3. 3Parse price change percentages and key performance metrics
  4. 4Format a concise summary with each stock's code, name, and change indicator
OUTPUT

A list showing each tracked stock's code, name, and recent price change percentage, with links to detail pages on 10jqka.com.cn