Stock Watcher for Openclaw

A professional stock market monitoring tool for managing personalized A-share watchlists with automated performance summaries.

robin797860
v1.0.0
Feb 6, 2026
87
36.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install stock-watcher

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install stock-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Stock Watcher?

The Stock Watcher skill is a dedicated utility for traders and investors focusing on the Chinese A-share market. By integrating with real-time data from 10jqka.com.cn, this tool allows users to maintain a persistent watchlist of stocks across Shanghai, Shenzhen, and the STAR Market. As part of the Openclaw Skills ecosystem, it provides a streamlined way to get market snapshots without manually browsing complex financial websites. It simplifies the technical process of data retrieval, providing a developer-friendly interface for market observation.

This skill eliminates the need for manual searching by aggregating key performance indicators, such as price fluctuations and technical trends, directly into a consolidated view. Whether you are tracking a single ticker or a diverse portfolio, the skill ensures you have high-quality financial data at your fingertips through a standardized local management system.

Stock Watcher Use Cases

  • Track daily price movements and percentage changes for specific A-share stocks.
  • Maintain a clean and organized list of tickers for long-term monitoring.
  • Receive quick summaries of recent stock performance directly within your agent interface.
  • Efficiently manage a high volume of stocks using simple command-line based interactions.

How Stock Watcher Works

  1. The user adds a 6-digit stock code to the local watchlist storage using the provided Python scripts.
  2. The skill validates the code format and stores the entry in a structured pipe-delimited text file.
  3. Upon request for a summary, the system sequentially fetches the latest market data from the 10jqka stock pages for every item in the list.
  4. Performance metrics are parsed, filtered for redundancy, and formatted into a concise summary.
  5. The skill provides direct links to detailed stock pages for users who require deeper technical analysis.

Stock Watcher Setup

To get started with this skill from the Openclaw Skills library, follow these steps to initialize your environment:

./scripts/install.sh

The installation script creates the necessary directory structure at ~/.clawdbot/stock_watcher/ and configures the watchlist.txt file. To remove the skill and all associated data, run:

./scripts/uninstall.sh

Stock Watcher Data Schema & Taxonomy

The skill organizes its internal data using a simple flat-file structure managed by a central configuration file. This ensures consistency across different management scripts.

Component Path / Detail
Watchlist Storage ~/.clawdbot/stock_watcher/watchlist.txt
Configuration config.py (Manages storage paths)
Data Source 10jqka.com.cn (Tonghuashun)

Entry Format: Stocks are stored using the pattern stock_code|stock_name (e.g., 600053|九鼎投资).

Stock Watcher Advanced Features

  • Intelligent rate-limiting (1 request per second) to ensure stable data fetching and compliance with source constraints.
  • Native support for multiple markets including Shanghai (SH), Shenzhen (SZ), and the STAR Market (科创板).
  • Automated error handling to gracefully manage network timeouts or invalid stock tickers.
  • Integrated performance summarization that removes noise and focuses on actionable market indicators.
  • Persistent local storage allowing for easy backup or manual editing of your stock lists.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*