Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agentbay-ai avatar

Stock Watcher

  • 1k installs
  • 47 repo stars
  • Updated February 12, 2026
  • agentbay-ai/agentbay-skills

stock-watcher is a Clawdbot agent skill that manages a persistent Chinese A-share stock watchlist with one-command add, remove, list, clear, and performance summary actions.

About

stock-watcher from agentbay-ai/agentbay-skills standardizes Chinese A-share watchlist management for Clawdbot agents. It supports adding stocks by 6-digit codes, viewing formatted watchlists, removing individual tickers, clearing the entire list, and fetching performance summaries for all watched symbols. Installation scripts create a standardized watchlist directory under the user home path to avoid path confusion across sessions. Developers automating equity monitoring workflows reach for stock-watcher when they need repeatable CLI-style watchlist commands instead of ad hoc spreadsheet tracking.

  • Add stocks using 6-digit codes
  • View watchlist with clear formatting
  • Remove individual stocks or clear the entire watchlist
  • Get performance summary for all watched stocks
  • Standardized storage at ~/.clawdbot/stock_watcher/ with easy install/uninstall

Stock Watcher by the numbers

  • 1,009 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #1,044 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/agentbay-ai/agentbay-skills --skill stock-watcher

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1k
repo stars47
Security audit2 / 3 scanners passed
Last updatedFebruary 12, 2026
Repositoryagentbay-ai/agentbay-skills

How do you manage a Chinese A-share stock watchlist?

Maintain a clean, persistent watchlist of Chinese A-share stocks with one-command add, remove, list, and performance summary actions.

Who is it for?

Developers automating Chinese A-share monitoring who want standardized add/list/remove/clear commands with persistent local storage.

Skip if: US equities-only portfolios, live trading execution, or deep fundamental analysis beyond watchlist performance summaries.

When should I use this skill?

User asks to track Chinese A-share codes, update a stock watchlist, or summarize watched ticker performance.

What you get

Persistent watchlist file, formatted ticker list, and performance summary output for tracked A-share codes.

  • persistent watchlist file
  • formatted ticker listing
  • performance summary output

Files

SKILL.mdMarkdownGitHub ↗

Stock Watcher Skill

This skill provides comprehensive stock watchlist management capabilities, allowing users to track their favorite stocks and get performance summaries using real-time data from 同花顺 (10jqka.com.cn).

自选股行情查看

当你要求查看自选股行情时,系统会直接显示以下信息:

  • 每只股票的代码和名称
  • 近期表现指标(涨跌幅等关键数据)
  • 详细信息链接(可点击查看)

无需额外命令,直接为你呈现简洁明了的行情概览。

管理自选股

添加股票

使用股票代码(6位数字)添加到自选股:

  • 例如:添加 600053 九鼎投资

删除股票

通过股票代码删除自选股:

  • 例如:删除 600053

查看自选股列表

显示当前所有自选股的完整列表

清空自选股列表

完全清空所有自选股

数据来源

主要使用同花顺 (10jqka.com.cn) 作为数据源:

  • 股票页面: https://stockpage.10jqka.com.cn/{stock_code}/
  • 支持沪深A股及科创板市场
  • 提供实时行情、技术分析和资金流向数据

自选股管理

文件格式

自选股存储在 ~/.clawdbot/stock_watcher/watchlist.txt

600053|九鼎投资
600018|上港集团
688785|恒运昌

支持操作

1. 添加股票: 验证股票代码格式并添加到自选股 2. 删除股票: 按股票代码精确匹配删除 3. 查看列表: 显示当前自选股 4. 清空列表: 完全清空自选股 5. 行情总结: 获取所有股票的最新数据并提供简洁摘要

行情摘要特点

  • 直接显示关键行情指标,无冗余信息
  • 提供股票详情链接便于深入查看
  • 自动处理网络错误和数据异常
  • 合理控制请求频率(每秒1次)

注意事项

  • 股票代码格式: 使用6位数字代码(如 600053
  • 数据延迟: 行情可能有1-3分钟延迟
  • 网络依赖: 需要网络连接获取实时数据
  • 市场范围: 主要支持A股市场(沪市/深市/科创板)

安装与卸载

安装

运行 scripts/install.sh 脚本自动创建必要的目录结构。

卸载

运行 scripts/uninstall.sh 脚本完全移除所有相关文件。

脚本说明

所有脚本都使用统一的配置文件 config.py 来管理存储路径,确保路径一致性:

  • add_stock.py - 添加股票到自选股
  • remove_stock.py - 从自选股删除股票
  • list_stocks.py - 列出所有自选股
  • clear_watchlist.py - 清空自选股列表
  • summarize_performance.py - 获取股票行情摘要

Related skills

How it compares

Use stock-watcher for lightweight persistent A-share lists; use fuller analysis skills when you need sentiment reports per ticker.

FAQ

Which markets does stock-watcher support?

stock-watcher targets Chinese A-share stocks identified by 6-digit codes, providing add, list, remove, clear, and performance summary commands with standardized local watchlist storage.

How does stock-watcher store watchlists?

stock-watcher installation scripts create a standardized watchlist directory in the user home path so agents always read and write the same persistent file location across sessions.

What commands does stock-watcher expose?

stock-watcher exposes add, view, remove individual tickers, clear entire watchlist, and performance summary actions designed for one-command Clawdbot automation.

Is Stock Watcher safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.