company-brief
Generate a comprehensive company snapshot using EODHD data — profile, fundamentals, recent news, sentiment, insider transactions, and key metrics. Use when the…
Analyze options chains, implied volatility, Greeks, and strategy payoffs using EODHD Marketplace options data. Use when the user asks about options, implied volatility, Greeks, or options strategies.
$ npx -y skills add EodHistoricalData/eodhd-claude-skills --skill options-analyzer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/options-analyzerContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze options chains, implied volatility, Greeks, and strategy payoffs using EODHD Marketplace options data. Use when the user asks about options, implied volatility, Greeks, or options strategies.
name: options-analyzer description: >- Analyze options chains, implied volatility, Greeks, and strategy payoffs using EODHD Marketplace options data. Use when the user asks about options, implied volatility, Greeks, or options strategies. version: 0.4.0
Analyze US equity options using EODHD Marketplace data — options chains with Greeks, implied volatility analysis, contract comparison, and strategy evaluation.
Activate when the user asks for:
1. **Identify the underlying** — resolve to `TICKER.US` format (US options only) 2. **Fetch options contracts list** — `us-options-underlyings` for available expirations 3. **Fetch options chain** — `us-options-eod` for specific expiration with Greeks 4. **Fetch underlying price** — `eod` or `real-time` for current price context 5. **Analyze** — IV analysis, strategy payoff, Greeks exposure 6. **Compile options report**
> **Note:** Options endpoints (`us-options-eod`, `us-options-underlyings`) are **not wired into the > `eodhd_client.py` helper** — call them with `curl` per the endpoint docs. Access depends on your plan/tier: > on many paid plans the US options endpoints return data directly (HTTP 200), so don't assume a separate > Marketplace add-on is required — verify against your account before telling the user it's gated. Option > chains can be large (multi-MB); summarize, don't dump raw JSON into the chat.
**Underlying Context**
**Options Chain Summary** | Expiration | Days to Exp | Calls OI | Puts OI | P/C Ratio | ATM IV | |-----------|------------|---------|---------|-----------|--------|
**Selected Chain — [Expiration Date]**
*Calls* | Strike | Last | Bid | Ask | Vol | OI | IV | Delta | Gamma | Theta | Vega | |--------|------|-----|-----|-----|----|----|-------|-------|-------|------|
*Puts* | Strike | Last | Bid | Ask | Vol | OI | IV | Delta | Gamma | Theta | Vega | |--------|------|-----|-----|-----|----|----|-------|-------|-------|------|
**IV Analysis**
**Strategy Analysis** (if requested)
> This is not financial advice. Data is for informational purposes only. > Options trading involves significant risk. Past performance does not guarantee future results.
| Endpoint | Purpose | Cost | Access | |----------|---------|------|--------| | `us-options-underlyings` | Available contracts | 10 calls | Marketplace | | `us-options-eod` | EOD chain with Greeks | 10 calls | Marketplace | | `us-options-contracts` | Historical contract data | 10 calls | Marketplace | | `eod` | Underlying price history | 1 call | Standard | | `technical` | Historical volatility | 5 calls | Standard |
Developer-first financial data for Claude — 150,000+ tickers across 70+ exchanges, powered by EODHD API and an OAuth-secured MCP Server. ⚠ Not financial advice. This plugin delivers AI-generated analysis on top of EODHD market data.
Generate a comprehensive company snapshot using EODHD data — profile, fundamentals, recent news, sentiment, insider transactions, and key metrics. Use when the…
Monitor upcoming and recent earnings — calendar, trends, news context, and options activity around earnings dates. Use when the user asks about earnings…
Comprehensive single-company analysis using EODHD data — profile, fundamentals, price action, news sentiment, insider activity, and technicals, presented as a…
Fetch financial data from EODHD API — historical prices, fundamentals, options, technical indicators, news, sentiment, macro indicators, corporate events, ESG…
Side-by-side comparison of two or more companies using EODHD data — valuation, financials, profitability, performance, and dividends in comparison tables.…
Macro-economic dashboard using EODHD data — GDP, CPI, unemployment, interest rates, Treasury yield curve, real yields, and the economic events calendar. Invoke…