Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Alphagbm Watchlist

ASecurity

Monitor a list of tickers for key changes in price, IV rank, unusual activity, earnings dates, and score changes. Supports custom watchlists and a default "hot options" list. Triggers: "add AAPL to watchlist", "my watchlist", "watch NVDA TSLA META", "watchlist alerts", "remove SPY from watchlist", "hot options", "what's on my watchlist", "watchlist summary", "daily watchlist"

17 stars
0 votes
0 copies
1 views
Added 9/4/2026
dataapi

Works with

api

Security Analysis

A100/100

Scanned 9/4/2026

Install to Claude Code

$npx -y skills add gabrielmoreira/agent-skills-mirror --skill alphagbm-watchlist --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Alphagbm Watchlist?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Alphagbm Watchlist
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gabrielmoreira-alphagbm-watchlist/badge)](https://www.skillsdirectory.com/skills/gabrielmoreira-alphagbm-watchlist)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: alphagbm-watchlist
description: |
  Monitor a list of tickers for key changes in price, IV rank, unusual activity, earnings dates,
  and score changes. Supports custom watchlists and a default "hot options" list.
  Triggers: "add AAPL to watchlist", "my watchlist", "watch NVDA TSLA META",
  "watchlist alerts", "remove SPY from watchlist", "hot options",
  "what's on my watchlist", "watchlist summary", "daily watchlist"
globs:
  - "mock-data/watchlist/**"
---

# 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.*

Attribution

gabrielmoreiragabrielmoreira
View sourceMore from gabrielmoreira →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

662660 votes

Weather

Get current weather and forecasts (no API key required).

484900 votes
View all in data →