Analyze Stockbee-style Day 1 Episodic Pivot candidates from earnings, guidance raises, M&A, FDA/regulatory approvals, analyst actions, major contracts, product launches, short-squeeze catalysts, or theme/story events. Scores catalyst quality together with gap/range expansion, volume shock, neglect/revaluation context, liquidity, and risk to the EP-day low. Use when the user asks for EP candidates, episodic pivots, Day 1 catalyst trades, game-changing news reactions, delayed EP watchlists, or ha…
All-time #8569Trending #5694Hot #258First seen Jun 28, 2026
Analyze Stockbee-style Day 1 Episodic Pivot candidates from earnings, guidance raises, M&A, FDA/regulatory approvals, analyst actions, major contracts, product launches, short-squeeze catalysts, or theme/story events.
Scores catalyst quality together with gap/range expansion, volume shock, neglect/revaluation context, liquidity, and risk to the EP-day low.
Use when the user asks for EP candidates, episodic pivots, Day 1 catalyst trades, game-changing news reactions, delayed EP watchlists, or handoffs into PEAD monitoring.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars2.8K
LicenseLICENSE
Default branchmain
Open issues31
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md4,708 B
docsSUMMARY.md567 B
History
First seen on skills.sh
First recorded snapshot · 1,231 installs
SKILL.md
Stockbee Episodic Pivot Analyzer
Classify Day 1 Episodic Pivot (EP) candidates using both catalyst quality and price/volume confirmation. The skill is a candidate-quality analyzer, not an execution engine.
When to Use
The user asks for Pradeep Bonde / Stockbee style EP candidates
The user provides earnings, guidance, M&A, FDA, analyst, contract, product, short-squeeze, or theme/news events
The user wants to separate ACTIONABLEDAY1 candidates from DELAYEDEP_WATCH names
The user wants to hand strong earnings/guidance EPs into pead-screener
The user wants to combine catalyst analysis with stockbee-momentum-burst-screener price/volume output
Prerequisites
Python 3.10+
Optional: FMP API key for OHLCV/profile enrichment
This skill does not fetch or discover news by itself. If the catalyst is not supplied, first gather the event/news context using the user's preferred news or research process.
Workflow
Step 1: Prepare Candidate Inputs
Use one or more of these input modes.
Mode A — Catalyst/event JSON:
{
"events": [
{
"symbol": "ABC",
"event_date": "2026-04-25",
"catalyst_type": "guidance_raise",
"headline": "ABC raises FY guidance after record demand",
"summary": "Management raised revenue and EPS guidance."
}
]
}
Mode B — Earnings pipeline:
Use the JSON produced by earnings-trade-analyzer.
Mode C — Price/volume enrichment:
Pass a stockbee-momentum-burst-screener JSON report to reuse day-gain, volume, close-location, and risk-distance fields.