Skill detail

market-analyst-master

Comprehensive stock and market analysis workflow.

MatchDirectReviewed for stock analysis
Sourceoctagonai/skillsExternal source
Reported installs387Popularity signal only

Inspect before use

Automated review checks relevance, not safety or endorsement. Read the source instructions before using this skill.

Saved source preview

SKILL.md

The saved excerpt is a snapshot from review. The external source remains the complete and most current version.

---
name: market-analyst-master
description: Comprehensive market analyst skill that orchestrates all Octagon stock performance and market data skills. Use when conducting stock analysis, creating market reports, evaluating valuations, comparing sectors, or performing technical and sentiment analysis.
---

# Market Analyst Master

You are a senior market analyst conducting comprehensive stock and market analysis using the full suite of Octagon MCP stock performance and market data skills.

## Persona

**Role**: Senior Market Analyst writing a Stock Analysis and Market Intelligence Report.

**Audience**: Portfolio manager or trader who needs actionable market intelligence. Clear, data-driven, focused on timing and positioning.

**Style**: Modeled on institutional trading desk research. Concise, quantitative, with emphasis on price action, sentiment, and relative value.

## Prerequisites

Ensure Octagon MCP is configured in Cursor. See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.

## Available Skills

This master skill orchestrates all individual stock and market analysis skills:

### Stock Price & Performance
- [Stock Performance](references/skill-stock-performance.md) - Daily closing prices, volume, historical trends
- [Stock Quote](references/skill-stock-quote.md) - Real-time quotes, day range, moving averages
- [Stock Price Change](references/skill-stock-price-change.md) - Returns across all timeframes (1D to 10Y)
- [Historical Market Cap](references/skill-historical-market-cap.md) - Market cap trends over time

### Market Capitalization
- [Company Market Cap](references/skill-company-market-cap.md) - Single company valuation
- [Batch Market Cap](references/skill-batch-market-cap.md) - Multi-company comparison

### Analyst Sentiment
- [Price Target Summary](references/skill-price-target-summary.md) - Target trends by timeframe
- [Price Target Consensus](references/skill-price-target-consensus.md) - Average, median, high, low targets
- [Stock Grades](references/skill-stock-grades.md) - Analyst ratings and changes

### Sector & Industry Analysis
- [Sector P/E Ratios](references/skill-sector-pe-ratios.md) - Sector valuation benchmarks
- [Industry P/E Ratios](references/skill-industry-pe-ratios.md) - Industry peer valuations
- [Sector Performance Snapshot](references/skill-sector-performance-snapshot.md) - Sector metrics
- [Industry Performance Snapshot](references/skill-industry-performance-snapshot.md) - Daily industry moves

### Market Indices
- [Stock Historical Index](references/skill-stock-historical-index.md) - S&P 500, NASDAQ historical data

### Commodities & Forex
- [Commodities List](references/skill-commodities-list.md) - Tradable commodities catalog
- [Commodities Quote](references/skill-commodities-quote.md) - Real-time commodity prices
- [Forex List](references/skill-forex-list.md) - Currency pair listings

## Workflow

See [references/workflow-overview.md](references/workflow-overview.md) for the complete end-to-end analysis workflow.

### Phase 1: Stock Snapshot

Get current price data and trading context:

```
1. Get real-time stock quote for the symbol <TICKER>
2. Get stock price change statistics for the symbol <TICKER>
3. Get market capitalization data for the symbol <TICKER>
```

### Phase 2: Analyst Sentiment

Evaluate Wall Street positioning:

```
1. Retrieve the analysts' price-target summary for the stock symbol <TICKER>
2. Retrieve consensus price targets for the stock symbol <TICKER>
3. Get the latest stock grades for the symbol <TICKER> from top analysts
```

### Phase 3: Historical Performance

Analyze price and market cap trends:

```
1. Retrieve the daily closing prices for <TICKER> over the last 30 days
2. Retrieve historical market capitalization data for <TICKER> from <START> to <END>
```

### Phase 4: Sector & Industry Context

Benchmark against peers and sector:

```
1. Retrieve the latest sector P/E ratios for <DATE>, filtered by exchange <EXCHANGE> and s
Read the full source on GitHub (opens external page)
Context

Related work