Guotai Haitong Securities Lingxi Watchlist Management
Paste the following prompt into your AI chat to install this skill:
Please install @org-gaflu0dl/lingxi-watchlist-skill according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem Scope
In Guotai Haitong Securities watchlist work, everyday operations often involve querying the “My Watchlist” group, checking current quotes, and adding or removing tickers by name or code. This skill consolidates those actions into a consistent editWatchlist workflow for agents, reducing ad-hoc API calls and lowering the chance of deleting the wrong symbol.
How It Works
- Authorization and boundaries: It uses a cloud authorization link and
pollflow, stores the result ingtht-skill-shared/gtht-entry.json, and keeps project access within the current directory. - List and quotes: It fetches the watchlist via
get_optionalStock, filters only theMy Watchlistgroup, normalizes codes such asSH600519andSZ000001, then batch-queriesmarket/marketdata-toolfor latest price, change percent, and net inflow before rendering a Markdown table. - Add and remove: It accepts standard codes or ticker names, resolves names with
stock_map, and routes all mutations througheditWatchlist addoreditWatchlist removeto preserve validation, group limits, and matching checks. - Deletion safety: Before removal, it must list the affected tickers and wait for explicit user confirmation.
Limits
The current version only manages the My Watchlist group; other groups are still under development. Quote columns depend on fields returned by marketdata-tool, and unknown field mappings may render as --.
Use Cases
- Check the My Watchlist after market open and summarize latest price, change, and net inflow in a table.
- Batch-add named tickers such as CATL and BYD to My Watchlist without manually entering codes.
- Require a listed pending-delete confirmation before removing a ticker to avoid accidental deletion.
- Query quotes restricted to My Watchlist while excluding other groups that are still under development.
Best For
- Guotai Haitong Securities clients who want to maintain their My Watchlist by name or code.
- Investors tracking watchlist quote moves who need table output and net-inflow checks.
- Researchers building a stock pool who batch-add candidates and delete weak tickers after confirmation.
- Securities business teams using agents who need a consistent `editWatchlist` workflow instead of ad-hoc API calls.
Related Skills
Provides compliance self-check and remediation guidance for medical aesthetics and jewelry businesses, covering tax categories, invoicing, and private-account risk.
Covers literature review, data analysis, visualization, drug discovery, paper writing, and grant writing workflows.
A retrieval assistant for Chinese laws and regulations, supporting semantic queries, validity checks, clause location, and regulation comparison with CLI-based output.
Wraps the Tonghuashun finance data MCP service for querying stocks, funds, macro data, news, bonds, global stocks, and indices.