Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Show me how my watchlist is doing today
- 1Read stock codes and names from ~/.clawdbot/stock_watcher/watchlist.txt
- 2Fetch current market data for each stock from stockpage.10jqka.com.cn
- 3Parse price change percentages and key performance metrics
- 4Format a concise summary with each stock's code, name, and change indicator
A list showing each tracked stock's code, name, and recent price change percentage, with links to detail pages on 10jqka.com.cn