Ted88368

stock_stabilization

Advanced stock monitoring skill for detecting stabilization (企稳) patterns in HK, US, and A-share markets using kdata.

Ted88368 0 Updated 3mo ago

Resources

11
GitHub

Install

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

  1. Manage Watchlist: Use uv run scripts/main.py add <ticker> or remove <ticker>. The skill automatically groups tickers into HK, US, or A-share (as) lists based on prefix.
  2. Generate Market Reports: Run uv run scripts/main.py report <market> (where market is hk, us, or as) to generate reports for specific market sessions.
  3. Interpret & Summarize: Provide a summary of the market report, focusing on the stocks monitored for that specific session.
  4. 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

Categories