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 Unusual Activity

ASecurity

Detects unusual options activity and smart money signals. Monitors volume/OI ratio spikes, large block trades, unusual strike/expiry combinations, and net premium flow. Triggers: "unusual options activity", "smart money AAPL", "large trades NVDA", "who's buying TSLA puts", "options flow", "block trades", "sweep orders", "unusual volume", "dark pool activity", "whale trades"

17 stars
0 votes
0 copies
0 views
Added 9/4/2026
datagoapi

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-unusual-activity --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Alphagbm Unusual Activity?

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

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

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

Download with Pro
Files
SKILL.md
---
name: alphagbm-unusual-activity
description: |
  Detects unusual options activity and smart money signals. Monitors volume/OI ratio spikes,
  large block trades, unusual strike/expiry combinations, and net premium flow.
  Triggers: "unusual options activity", "smart money AAPL", "large trades NVDA",
  "who's buying TSLA puts", "options flow", "block trades", "sweep orders",
  "unusual volume", "dark pool activity", "whale trades"
globs:
  - "mock-data/unusual-activity/**"
---

# AlphaGBM Unusual Options Activity

Detects unusual options activity and classifies smart money signals to help you follow institutional positioning.

## What This Skill Does

| Concept | Description |
|---------|-------------|
| Volume/OI Ratio | When today's volume far exceeds open interest, it signals new positioning |
| Block Trade | A single large transaction (typically 100+ contracts) executed at one price |
| Sweep Order | Aggressive order that sweeps across multiple exchanges to get filled fast — indicates urgency |
| Premium Flow | Net dollar amount of call vs put premium — shows directional conviction |
| Sentiment Classification | Categorizes activity as bullish sweep, bearish block, hedging, or earnings positioning |
| Historical Accuracy | How often past unusual activity correctly predicted direction |

## How to Use

**Input:** A ticker symbol or market-wide scan request.

**Output:**
- Unusual activity list: timestamp, strike, expiry, type (call/put), volume, OI, premium, trade classification
- Sentiment classification per trade (bullish sweep, bearish block, hedging, earnings positioning)
- Net premium flow (calls vs puts in dollar terms)
- Historical accuracy: how often similar signals preceded the expected move
- Aggregated smart money score

**Example Queries:**
- `unusual options activity` — Market-wide scan of today's most unusual trades
- `smart money AAPL` — Institutional flow signals for Apple
- `large trades NVDA` — Block and sweep orders for NVIDIA
- `who's buying TSLA puts` — Bearish flow analysis for Tesla
- `options flow SPY` — Net premium flow for S&P 500 ETF

## Mock Data

Mock data files are located in `mock-data/unusual-activity/` and include:
- `aapl-unusual-trades.json` — Recent unusual trades for AAPL
- `market-wide-scan.json` — Top 20 unusual activity signals across all tickers
- `flow-summary.json` — Aggregated premium flow by sector

## API Endpoint

```
GET /api/options/unusual-activity/{symbol}
GET /api/options/unusual-activity/scan
```

Query parameters:
- `min_premium` (int, default 100000) — Minimum trade premium in dollars
- `min_vol_oi_ratio` (float, default 3.0) — Minimum volume-to-OI ratio
- `trade_type` (string) — Filter: "sweep", "block", "all"
- `sentiment` (string) — Filter: "bullish", "bearish", "all"

Response fields: `trades[]`, `net_premium_flow`, `sentiment_summary`, `smart_money_score`, `historical_accuracy`

## Related Skills

| Skill | Relevance |
|-------|-----------|
| [alphagbm-options-score](../alphagbm-options-score/) | Combines unusual activity into the overall options score |
| [alphagbm-market-sentiment](../alphagbm-market-sentiment/) | Market-wide context for interpreting flow signals |

---

*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 →