Install
$ agentstack add skill-alphagbm-skills-alphagbm-watchlist ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AlphaGBM Watchlist
Monitor your favorite tickers for meaningful changes -- price moves, IV shifts, unusual activity, upcoming earnings, and score changes -- all in one dashboard.
What This Skill Does
| Feature | Description | |---------|-------------| | Custom Watchlists | Create and manage personal lists of tickers to track | | Hot Options List | Default curated list of tickers with the most interesting options activity | | Price Alerts | Flags significant price moves (gap up/down, breakout, breakdown) | | IV Rank Changes | Highlights tickers where IV rank crossed key thresholds (e.g., above 80 or below 20) | | Unusual Activity | Surfaces any unusual options flow on watchlist tickers | | Earnings Approaching | Warns when a watchlist ticker has earnings within the next 7 days | | Priority Ranking | Notifications ranked by importance so you see what matters first |
How to Use
Input: Watchlist management command or query.
Output:
- Watchlist dashboard: each ticker with current price, daily change, IV rank, next earnings date
- Alert flags: what changed since last check (price breakout, IV spike, unusual flow, etc.)
- Daily summary: priority-ranked notifications across all watchlist tickers
- Quick actions: suggested trades based on watchlist alerts
Example Queries:
add AAPL to watchlist— Add a ticker to your custom watchlistmy watchlist— View your full watchlist dashboardwatch NVDA TSLA META— Add multiple tickers at oncewatchlist alerts— Show only tickers with active alertsremove SPY from watchlist— Remove a tickerhot options— View the curated high-activity options list
Mock Data
Mock data files are located in mock-data/watchlist/ and include:
user-watchlist.json— Sample user watchlist with 10 tickerswatchlist-alerts.json— Triggered alerts for watchlist tickershot-options.json— Curated hot options list
API Endpoint
GET /api/user/watchlist
POST /api/user/watchlist
DELETE /api/user/watchlist/{symbol}
GET /api/user/watchlist/alerts
GET /api/analytics/hot-options
POST body: { "symbol": "AAPL" } or { "symbols": ["NVDA", "TSLA", "META"] }
Response fields: watchlist[], alerts[], daily_summary, hot_options[]
Related Skills
| Skill | Relevance | |-------|-----------| | [alphagbm-stock-analysis](../alphagbm-stock-analysis/) | Deep dive on any watchlist ticker | | [alphagbm-alert](../alphagbm-alert/) | Set specific alert conditions on watchlist tickers | | [alphagbm-unusual-activity](../alphagbm-unusual-activity/) | Unusual flow data that triggers watchlist notifications |
Powered by AlphaGBM — Real-data options & research intelligence. 10K+ users.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AlphaGBM
- Source: AlphaGBM/skills
- License: MIT
- Homepage: https://www.alphagbm.com/skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.