Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

price-target-consensus价格目标共识

Agent Skill

price-target-consensus 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,493

周安装

61

GitHub Stars

37

下载量

478
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:price-target-consensus(价格目标共识)
来源仓库:https://github.com/octagonai/skills
仓库路径:skills/price-target-consensus
安装命令:
npx skills add https://github.com/octagonai/skills --skill price-target-consensus
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/octagonai/skills --skill price-target-consensus

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 支持基于关键词、任务场景或来源线索进行信息筛选,适用于研究类工作流程。
  • 通过 GitHub 仓库安装,需确认权限范围和命令执行能力后再使用。
  • 建议结合原始 README 和安装命令核验具体功能与限制条件。
  • 注意维护状态及是否触发联网、文件读写等操作。

SKILL.md

Price Target Consensus

Retrieve consensus price target metrics including average, median, high, and low targets using the Octagon MCP server.

Prerequisites

Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.

Workflow

1. Identify the Stock

Determine the ticker symbol for the company you want to analyze (e.g., AAPL, MSFT, GOOGL).

2. Execute Query via Octagon MCP

Use the octagon-agent tool with a natural language prompt:

Retrieve consensus price targets for the stock symbol <TICKER>.

MCP Call Format:

{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve consensus price targets for the stock symbol AAPL."
  }
}

3. Expected Output

The agent returns consensus price target data:

MetricValue
Consensus Target$303.11
Median Target$315.00
Target High$350.00
Target Low$220.00

Data Sources: octagon-stock-data-agent

4. Interpret Results

See references/interpreting-results.md for guidance on:

  • Understanding consensus vs. median
  • Analyzing the target range
  • Calculating upside/downside
  • Evaluating analyst agreement

Example Queries

Basic Query:

Retrieve consensus price targets for the stock symbol AAPL.

With Price Context:

What is the consensus price target for TSLA and how does it compare to current price?

Range Focus:

What are the highest and lowest analyst price targets for NVDA?

Comparison:

Compare consensus price targets for AAPL, MSFT, and GOOGL.

Upside Analysis:

What upside does the consensus target imply for AMZN?

Understanding the Metrics

Consensus Target

AspectDescription
DefinitionAverage of all analyst targets
CalculationSum of targets / Number of analysts
UseGeneral market expectation
LimitationSkewed by outliers

Median Target

AspectDescription
DefinitionMiddle value of all targets
Calculation50th percentile
UseCentral tendency, outlier-resistant
AdvantageLess affected by extremes

Target High

AspectDescription
DefinitionMost bullish analyst target
RepresentsBest-case scenario
UseMaximum upside potential
CautionMay be overly optimistic

Target Low

AspectDescription
DefinitionMost bearish analyst target
RepresentsWorst-case scenario
UseDownside risk assessment
CautionMay be overly pessimistic

Calculating Potential

Upside/Downside Formulas

Consensus Upside = (Consensus Target - Current Price) / Current Price × 100%
Maximum Upside = (Target High - Current Price) / Current Price × 100%
Downside Risk = (Target Low - Current Price) / Current Price × 100%

Example Calculations

If AAPL trades at $270.01:

MetricTargetPotential
Consensus$303.11+12.3% upside
Median$315.00+16.7% upside
High$350.00+29.6% upside
Low$220.00-18.5% downside

Range Analysis

Spread Calculation

Range = Target High - Target Low
Spread % = Range / Consensus Target × 100%

Interpreting Spread

Spread %Interpretation
<20%Strong consensus
20-40%Normal range
40-60%Moderate disagreement
>60%High uncertainty

Example Range Analysis

From AAPL data:

  • High: $350.00
  • Low: $220.00
  • Range: $130.00
  • Consensus: $303.11
  • Spread: 42.9%

Interpretation: Moderate disagreement among analysts, with significant difference between bulls and bears.

Consensus vs. Median

When to Use Each

ScenarioPrefer
Normal distributionConsensus (average)
Outliers presentMedian
Skewed targetsMedian
General expectationConsensus

Identifying Skew

ConditionIndicates
Consensus > MedianRight skew (bullish outliers)
Consensus < MedianLeft skew (bearish outliers)
Consensus ≈ MedianSymmetric distribution

Example

From AAPL data:

  • Consensus: $303.11
  • Median: $315.00
  • Consensus < Median → Left skew (some bearish outliers pulling average down)

Bull vs. Bear Cases

Understanding Extremes

TargetRepresents
HighBull case assumptions
LowBear case assumptions
GapRange of outcomes

Scenario Analysis

ScenarioAssumptions
Bull CaseStrong growth, expanding margins, favorable macro
Base CaseConsensus expectations
Bear CaseChallenges, competition, risks materialize

Practical Applications

Investment Decision

FindingConsideration
Price < Low TargetPotential deep value or concerns
Price near ConsensusFairly valued
Price > High TargetPotentially overvalued

Risk Assessment

MetricUse For
Downside to LowWorst-case loss
Upside to HighBest-case gain
Risk/RewardLow upside / High downside

Position Sizing

Consensus ViewPosition Approach
Strong upside, tight rangeLarger position
Moderate upside, wide rangeStandard position
Limited upside, wide rangeSmaller position

Common Use Cases

Quick Valuation Check

Is AAPL fairly valued based on analyst targets?

Upside Screening

Which tech stocks have the highest consensus upside?

Risk Assessment

What's the downside risk to the lowest analyst target for TSLA?

Sentiment Check

How wide is the range between bull and bear cases for NVDA?

Analysis Tips

  1. Compare to current price: Calculate actual upside/downside.
  2. Use median when skewed: More reliable central tendency.
  3. Analyze the range: Wide = uncertainty, tight = agreement.
  4. Consider timing: Targets are typically 12-month forward.
  5. Track changes: Rising consensus = improving sentiment.
  6. Combine with fundamentals: Targets are opinions, verify with data.

Integration with Other Skills

SkillCombined Use
stock-quoteCurrent price for potential calculation
price-target-summaryHistorical target trends
analyst-estimatesEarnings behind the targets
financial-metrics-analysisFundamental validation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.86%
按下载量换算176

Claude

30.44%
按下载量换算146

Cursor

20.97%
按下载量换算100

Gemini CLI

9.11%
按下载量换算44

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills