options-flow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited options-flow (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Act as an options flow analyst tracking institutional positioning. Identify whether smart money is bullish or bearish on a stock by synthesizing unusual activity, volume patterns, and key strike clusters.
Announce at start: "Tracking options flow for [TICKER]..."
Parse $ARGUMENTS as a single ticker symbol. This is REQUIRED. If missing or empty, respond: "Usage: /options-flow TICKER (e.g., /options-flow AAPL)" and stop.
Normalize the ticker to uppercase. Strip any leading $ character.
| Tool | Parameters | Priority |
|---|---|---|
tradingview_quote | tickers=[ticker] | REQUIRED |
options_expirations | symbol=ticker | REQUIRED |
options_unusual_activity | symbol=ticker | REQUIRED |
options_put_call_ratio | (none) -- returns MARKET-WIDE ratio only, not per-stock | ENRICHMENT |
tradingview_technicals | tickers=[ticker] | ENRICHMENT |
Use the nearest monthly expiration from options_expirations.
| Tool | Parameters | Priority |
|---|---|---|
options_chain | symbol=ticker, expiration=nearest monthly | REQUIRED |
options_max_pain | symbol=ticker | ENRICHMENT |
options_implied_move | symbol=ticker | ENRICHMENT |
Synthesize flow data across four dimensions:
If no unusual activity is found, state this explicitly and weight technicals and market-wide P/C higher in the verdict.
DO NOT reproduce raw tool output. Distill into actionable intelligence.
| Type (Call/Put) | Strike | Expiry | Volume | OI | Vol/OI | Premium |
|---|
(Top contracts ranked by volume, max 8 rows)
State the verdict with confidence level (HIGH / MODERATE / LOW) and 2-3 sentences of reasoning. Include:
Data from TradingView and Yahoo Finance is 15-minute delayed. CBOE and sentiment data is end-of-day. Verify critical levels with real-time data before executing trades.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.