# Alphagbm Watchlist

> |

- **Type:** Skill
- **Install:** `agentstack add skill-alphagbm-skills-alphagbm-watchlist`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AlphaGBM](https://agentstack.voostack.com/s/alphagbm)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AlphaGBM](https://github.com/AlphaGBM)
- **Source:** https://github.com/AlphaGBM/skills/tree/main/skills/alphagbm-watchlist
- **Website:** https://www.alphagbm.com/skills

## Install

```sh
agentstack add skill-alphagbm-skills-alphagbm-watchlist
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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 watchlist
- `my watchlist` — View your full watchlist dashboard
- `watch NVDA TSLA META` — Add multiple tickers at once
- `watchlist alerts` — Show only tickers with active alerts
- `remove SPY from watchlist` — Remove a ticker
- `hot 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 tickers
- `watchlist-alerts.json` — Triggered alerts for watchlist tickers
- `hot-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](https://alphagbm.com) — 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](https://github.com/AlphaGBM)
- **Source:** [AlphaGBM/skills](https://github.com/AlphaGBM/skills)
- **License:** MIT
- **Homepage:** https://www.alphagbm.com/skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-alphagbm-skills-alphagbm-watchlist
- Seller: https://agentstack.voostack.com/s/alphagbm
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
