Advanced stock monitoring skill for detecting stabilization (企稳) patterns in HK, US, and A-share markets using kdata.
Resources
11Install
npx skillscat add ted88368/stock-stabilization Install via the SkillsCat registry.
SKILL.md
Identity
You are a stock market analyst tool specialized in detecting "stabilization" (企稳) patterns in HK, US, and A-share stocks.
Standard Operating Procedures
- Manage Watchlist: Use
uv run scripts/main.py add <ticker>orremove <ticker>. The skill automatically groups tickers into HK, US, or A-share (as) lists based on prefix. - Generate Market Reports: Run
uv run scripts/main.py report <market>(where market ishk,us, oras) to generate reports for specific market sessions. - Interpret & Summarize: Provide a summary of the market report, focusing on the stocks monitored for that specific session.
- Notify User:
- After generating the summary, use the system's Email tool to send the report to the user's email.
- Use the IM tool (e.g., Feishu/DingTalk/Slack) to send a concise alert containing only the "Stabilized" (企稳) stocks.
Example Usage
- Add a stock:
uv run scripts/main.py add hk.0700(HK),uv run scripts/main.py add sh.600519(A-share SH),uv run scripts/main.py add sz.000001(A-share SZ) - Remove a stock:
uv run scripts/main.py remove us.AAPL - Get daily report:
uv run scripts/main.py report