Install
$ agentstack add skill-alphagbm-skills-alphagbm-alert ✓ 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 Alerts
Set intelligent alerts based on price, IV rank, unusual activity, earnings timing, and VRP signals -- each alert fires with full context so you can act immediately.
What This Skill Does
| Alert Type | Description | |------------|-------------| | IV Rank Threshold | Fires when IV rank crosses above or below a specified level (e.g., IV rank > 80) | | Price Level | Fires when price breaks through support, resistance, or a custom level | | Unusual Activity | Fires when unusual options flow is detected on a specified ticker | | Earnings Approaching | Fires N days before a ticker's earnings announcement | | VRP Signal Change | Fires when the Volatility Risk Premium flips (e.g., from negative to positive) | | One-Time vs Recurring | One-time alerts auto-delete after firing; recurring alerts reset and keep watching |
How to Use
Input: An alert configuration command specifying ticker, condition, and threshold.
Output:
- Alert configuration confirmation with summary of what will be monitored
- When triggered: alert notification with full context (what triggered, current values, suggested action)
- Alert management: list active alerts, edit conditions, delete alerts
Example Queries:
alert me when AAPL IV rank above 80— IV rank threshold alertnotify if NVDA drops below 850— Price level alertearnings alert for TSLA— Alert 7 days before TSLA earningsVRP alert AAPL— Notify when AAPL VRP signal changesset price alert SPY 550— Simple price target alertmy alerts— List all active alertsdelete alert 3— Remove a specific alert
Mock Data
Mock data files are located in mock-data/alert/ and include:
active-alerts.json— Sample list of configured alertstriggered-alerts.json— Recently triggered alerts with contextalert-config-response.json— Example alert creation confirmation
API Endpoint
GET /api/user/alerts
POST /api/user/alerts
PUT /api/user/alerts/{alert_id}
DELETE /api/user/alerts/{alert_id}
GET /api/user/alerts/triggered
POST body:
{
"symbol": "AAPL",
"type": "iv_rank_above",
"threshold": 80,
"recurring": true
}
Response fields: alert_id, status, condition_summary, triggered_alerts[], context
Related Skills
| Skill | Relevance | |-------|-----------| | [alphagbm-watchlist](../alphagbm-watchlist/) | Watchlist tickers are natural candidates for alerts | | [alphagbm-iv-rank](../alphagbm-iv-rank/) | IV rank data that powers IV threshold alerts | | [alphagbm-unusual-activity](../alphagbm-unusual-activity/) | Unusual flow detection that powers activity alerts |
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.