Summary
price-target-summary Installation Command Prompt $ npx skills add https://github.com/octagonai/skills --skill price-target-summary
octagonai/skills
Retrieve analysts' price target summary for any stock using Octagon MCP. Use when evaluating analyst sentiment, upside/downside potential, consensus expectations, and tracking target trends over time.
npx skills add octagonai/skills --skill price-target-summary
price-target-summary Installation Command Prompt $ npx skills add https://github.com/octagonai/skills --skill price-target-summary
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
call-summary Installation Command Prompt $ npx skills add https://github.com/anthropics/knowled…
2.5K installsGo back through the previous year of work and create a Notion doc that groups relevant links in…
1.5K installs会议纪要整理工作流:汇总指定时间范围?
668.7K installs会议纪要整理工作流:汇总指定时间范围?
431.1K installsSummarizes WeChat group chat highlights into a structured digest using the local wx-cli binary …
8.8K installs会议纪要整理工作流:汇总指定时间范围?
3.8K installsOther skills from octagonai/skills · top by installs.
npx skills add octagonai/skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
6,746 B
SUMMARY.md
228 B
Retrieve aggregated analyst price target data across multiple timeframes using the Octagon MCP server.
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.
Determine the ticker symbol for the company you want to analyze (e.g., AAPL, MSFT, GOOGL).
Use the octagon-agent tool with a natural language prompt:
Retrieve the analysts' price-target summary for the stock symbol <TICKER>.
MCP Call Format:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve the analysts' price-target summary for the stock symbol AAPL."
}
}
The agent returns price target data across timeframes:
| Timeframe | Number of Analysts | Average Price Target |
|---|---|---|
| Last Month | 9 | $305.72 |
| Last Quarter | 16 | $312.80 |
| Last Year | 48 | $282.91 |
| All Time | 229 | $219.71 |
Key Insights: Trend analysis comparing timeframes
Data Sources: octagon-stock-data-agent (aggregating StreetInsider, TheFly, Benzinga, etc.)
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
Basic Query:
Retrieve the analysts' price-target summary for the stock symbol AAPL.
With Current Price Context:
What are the analyst price targets for TSLA compared to its current price?
Trend Focus:
How have analyst price targets for NVDA changed over the past year?
Coverage Analysis:
How many analysts cover Microsoft and what are their price targets?
Range Request:
What are the highest and lowest analyst price targets for AMZN?
| Aspect | Description |
|---|---|
| Definition | Analyst's expected stock price |
| Timeframe | Typically 12 months forward |
| Basis | Fundamental and technical analysis |
| Purpose | Guide for fair value |
| Type | Description |
|---|---|
| Average | Mean of all targets |
| Median | Middle value |
| High | Most bullish target |
| Low | Most bearish target |
| Consensus | Weighted average |
| Timeframe | What It Shows |
|---|---|
| Last Month | Most recent sentiment |
| Last Quarter | Near-term trend |
| Last Year | Annual evolution |
| All Time | Historical context |
| Pattern | Interpretation |
|---|---|
| Rising targets | Growing optimism |
| Falling targets | Increasing concern |
| Stable targets | Consensus maintained |
| Diverging targets | Uncertainty/debate |
Upside = (Target Price - Current Price) / Current Price × 100%
| Upside | Interpretation |
|---|---|
| >20% | Significant upside expected |
| 10-20% | Moderate upside |
| 0-10% | Near fair value |
| <0% | Downside risk |
| Analysts | Coverage Level |
|---|---|
| 30+ | Heavily covered |
| 15-30 | Well covered |
| 5-15 | Moderate coverage |
| <5 | Limited coverage |
| Level | Characteristics |
|---|---|
| Heavy | More consensus reliability |
| Moderate | Good perspective diversity |
| Light | Less reliable consensus |
| Minimal | Limited institutional interest |
| Factor | Strong Consensus | Weak Consensus |
|---|---|---|
| Range | Tight (low to high) | Wide spread |
| Recent Changes | Aligned direction | Mixed revisions |
| Analyst Count | Many participants | Few analysts |
| Spread | Interpretation |
|---|---|
| Narrow | High agreement |
| Moderate | Normal debate |
| Wide | Significant disagreement |
| Pattern | Signal |
|---|---|
| Upgrades increasing | Improving outlook |
| Downgrades increasing | Deteriorating outlook |
| Mixed revisions | Uncertainty |
| No changes | Status quo |
| Catalyst | Common Result |
|---|---|
| Strong earnings | Target increases |
| Weak earnings | Target decreases |
| Guidance change | Aligned revision |
| Sector news | Coordinated moves |
| Source | Description |
|---|---|
| StreetInsider | Financial news aggregator |
| TheFly | Real-time news |
| Benzinga | Market intelligence |
| Sell-side Firms | Investment bank research |
| Factor | Note |
|---|---|
| Timeliness | Recent targets more relevant |
| Reputation | Weight by analyst track record |
| Conflicts | Consider investment banking ties |
| Methodology | Different valuation approaches |
Should I buy AAPL based on analyst targets?
Is MSFT overvalued relative to analyst expectations?
How has analyst sentiment on GOOGL changed this year?
Compare analyst targets for major cloud stocks.
| Skill | Combined Use |
|---|---|
| stock-quote | Current price vs. target |
| analyst-estimates | Targets + earnings expectations |
| income-statement | Fundamentals behind targets |
| stock-performance | Price trend vs. target evolution |