Loading...
Loading...
Custom Watchlist Tracking Radar. Monitors users' custom watchlists and generates scheduled morning/evening briefings. Based on the Longbridge Open Platform, it scans 7-dimensional catalyst signals including earnings beats, policy changes, abnormal capital flows, insider trading, and analyst rating changes, and generates pre-market/post-market incremental briefings grouped by market. Supports four markets: US stocks, A-shares, Hong Kong stocks, and Singapore stocks. This skill is triggered when users ask investment-related questions such as "What should I pay attention to today?", "Show me the morning briefing", "Morning report", "Evening report", "Review", "Any news on my watchlist", "morning briefing", "catalyst update", etc.
npx skill4agent add longbridge/skills longbridge-catalyst-radarResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
longbridge <command>https://openapi.longbridge.com/mcp| Intent | Trigger Word Examples | Action |
|---|---|---|
| 1. View Morning Briefing (Default) | "Morning report", "What's today's news", "morning briefing" | Full market scan → Template 1 |
| 2. View Specific Market | "Any signals for A-shares", "Hong Kong stock morning report" | Single market scan → Template 2 |
| 3. View Specific Stock | "How's NVDA recently", "Check Moutai" | Stock full_scan → Temporary format |
| 4. View Panorama Profile | "Panorama scan of NVDA", "Tencent profile card" | 7-dimensional full scan → Profile card format |
| 5. Manage Watchlist | "Add PDD to watchlist", "Remove SE" | Call Watchlist API |
| 6. Adjust Settings | "Increase sensitivity", "Only show morning reports for A-shares" | Update user preferences |
| 7. Historical Review | "What signals did NVDA have last week", "Review" | Retrieve historical records |
| 8. Cross-Market Linkage | "US semiconductor surge, which A-shares are affected" | Linkage analysis → Template 4 |
| Dimension | US Stocks | A-shares | Hong Kong Stocks | Singapore |
|---|---|---|---|---|
| 1. Finance & Performance | ✅ | ✅ | ✅ | ✅ |
| 2. Capital & Trading | ✅ (including options) | ✅* (Dragon & Tiger List, Northbound Capital, Margin Trading & Short Selling) | ✅* (CCASS, Short Selling Ratio, Warrants/CBBCs Outstanding) | ✅ |
| 3. Insiders & Institutions | ✅ | ✅ | ✅ | ⚠️ |
| 4. Policy & Regulation | ✅ | ✅ | ✅ | ✅ |
| 5. Corporate Events | ✅ | ✅ | ✅ | ✅ |
| 6. Market Sentiment | ✅ | ✅ | ✅ | ⚠️ |
| 7. Technical Analysis | ✅ | ✅ | ✅ | ✅ |
| Document | Content | When to Read |
|---|---|---|
| longbridge-api-map | Longbridge API calling rules, API parameters and return fields for each dimension | Before executing data acquisition |
| briefing-templates | Four Markdown output templates for morning/evening briefings and filling rules | Before assembling output |
| intent-mapping | Trigger words, recognition logic and execution operations for user intent classification | When parsing user instructions |