AI Agent Hub
Back to skills
📊

My Stock Watchlist

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_d83d7c97/wm-watchlist.

About this skill

Problem it solves

When maintaining a personal stock watchlist, the task is not only checking which symbols are currently followed, but also adding or removing positions, creating groups, filtering across CN/HK/US markets, and making auditable changes. wm-watchlist targets this “watchlist maintenance” workflow and separates viewing, incremental updates, group management, and full replacement to avoid turning a single deletion into a full pool overwrite.

Capabilities and workflow

  • Viewing: view returns the full watchlist with holdings and groups; passing market: cn|hk|us projects one market.
  • Incremental changes: add and remove are separate actions; remove is recommended for deletion and cascade controls whether grouped entries are removed too.
  • Group operations: create groups, add/remove symbols from a specific group, rename, and delete groups; creating a group returns a non-empty group_id even when empty.
  • Safe changes: organize performs full replacement and is meant for pool-wide cleanup. It defaults to dry_run=true, so inspect apply.diff and symbols_removed before confirming; deletions require allow_removals=true.
  • Permission boundaries: reads require user:watchlist:read; writes require user:watchlist:write.

Boundaries

This skill is not for whole-market condition screening or finding symbols by indicators. If you need single-stock fundamentals, valuation, or multi-period financial statements, use the corresponding company data skills instead. It focuses on maintaining the personal watchlist state rather than broader market analysis.

Use Cases

  • Review and maintain CN, HK, and US watchlists while organizing a personal stock pool.
  • Preview and confirm adding or removing a symbol before changing the saved watchlist.
  • Create groups for tracked symbols, then append, remove, or restructure those groups.
  • Verify current holdings and group state before watchlist-based backtests to avoid accidental deletion.

Best For

  • Quant analysts maintaining multi-market personal watchlists who need to add/remove symbols and manage groups.
  • Researchers using watchlist-based backtests who need to verify current holdings and group boundaries.
  • Fund-manager assistants organizing research lists who need market-filtered viewing and batch maintenance.
  • Cross-border equity research assistants managing CN/HK/US watchlists and grouped symbol sets.