Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

analyst-estimates分析师估计

Agent Skill

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

总安装

333

周安装

14

GitHub Stars

4

下载量

116
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:analyst-estimates(分析师估计)
来源仓库:https://github.com/tradeinsight-info/investment-analysis-skills
仓库路径:skills/analyst-estimates
安装命令:
npx skills add https://github.com/tradeinsight-info/investment-analysis-skills --skill analyst-estimates
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tradeinsight-info/investment-analysis-skills --skill analyst-estimates

简介

聚合华尔街分析师对公司营收盈利的前瞻预测与市场共识观点分布。

  • 适用于投资研究、估值建模或判断市场情绪转向等需要前瞻性数据的场景。
  • 整合多家券商研报的 EPS、收入预期与目标价,展示修订趋势与分歧程度。
  • 依赖 fal-ai/fal 平台提供的插件接口,需配置有效 API 密钥方可正常使用。
  • analyst-estimates 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Analyst Estimates

Purpose

Compile and present Wall Street analyst consensus estimates, price targets, and recommendation distributions for a publicly traded company. This skill aggregates forward-looking data from analyst coverage to help investors understand market expectations for revenue, earnings, and share price. The analysis highlights estimate revision trends to identify shifts in analyst sentiment that may precede price movements.

Data Fetching Process

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full data-fetching instructions, ticker resolution, and fallback behavior.

Primary Data — Stock Analysis Forecast

The primary and preferred source for analyst estimates is the Stock Analysis forecast page:

https://stockanalysis.com/stocks/{ticker}/forecast/

This page provides:

  • Consensus revenue and EPS estimates for multiple future periods.
  • Number of analysts contributing estimates.
  • High, low, and mean estimates.
  • Analyst price targets (high, low, average, median).
  • Recommendation distribution (Strong Buy, Buy, Hold, Sell, Strong Sell).
  • Estimate revision data showing changes over 30-day and 90-day periods.

Secondary Data — Stock Analysis Financials

Fetch the income statement for historical actuals to compare against past estimates:

https://stockanalysis.com/stocks/{ticker}/financials/
https://stockanalysis.com/stocks/{ticker}/financials/?p=quarterly

Supplementary Context — WebSearch

Search for additional analyst commentary and recent rating changes:

  • "{ticker} analyst upgrade downgrade {current month} {current year}"
  • "{ticker} price target change {current year}"
  • "{ticker} earnings estimate revision"
  • "{ticker} analyst coverage initiation"

Analysis Steps

Step 1 — Compile Consensus Earnings Estimates

Extract and present consensus EPS estimates for multiple forward periods:

PeriodMean EPSHighLow# Analysts
Current Quarter (Q_ FY____)
Next Quarter (Q_ FY____)
Current Year (FY____)
Next Year (FY____)

Fill in the actual quarter and fiscal year labels based on the company's fiscal calendar. Calculate the spread between high and low estimates as a percentage of the mean — a wide spread indicates high uncertainty or divergence among analysts.

For each period, compute the implied YoY growth rate by comparing the estimate against the corresponding prior-period actual result.

Step 2 — Compile Consensus Revenue Estimates

Extract and present consensus revenue estimates for the same forward periods:

PeriodMean RevenueHighLow# Analysts
Current Quarter
Next Quarter
Current Year
Next Year

Compute implied revenue growth rates and note the estimate spread. Flag any period where the number of analysts is low (fewer than 5), as thin coverage reduces the reliability of the consensus.

Step 3 — Analyze Estimate Revision Trends

Present how estimates have changed over recent periods to identify momentum in analyst sentiment:

EPS Estimate Revisions:

Period30 Days AgoCurrentChange90 Days AgoChange
Current Quarter
Current Year
Next Year

Revenue Estimate Revisions:

Period30 Days AgoCurrentChange90 Days AgoChange
Current Quarter
Current Year
Next Year

Interpret revision trends:

  • Upward revisions across multiple periods indicate improving business momentum and often precede positive price action.
  • Downward revisions across multiple periods suggest deteriorating fundamentals and may signal further downside.
  • Stable estimates indicate the business is tracking in line with expectations.
  • Mixed signals (e.g., near-term revisions down but long-term up) may reflect timing shifts rather than fundamental changes.

Count the number of analysts revising up versus down over the last 30 days if this data is available.

Step 4 — Present Price Targets

Extract analyst price target data:

MetricValue
Average Price Target$XXX.XX
Median Price Target$XXX.XX
High Price Target$XXX.XX
Low Price Target$XXX.XX
Current Price$XXX.XX
Upside to Average+XX.X%
Upside to Median+XX.X%
Number of AnalystsXX

Calculate the implied upside or downside from the current share price to the average and median price targets. Note the range between high and low targets as an indicator of conviction dispersion.

Flag if the current price is above the average price target (bearish signal) or significantly below the low price target (potential deep value or broken thesis).

Step 5 — Summarize Recommendation Distribution

Present the current distribution of analyst recommendations:

RatingCount% of Total
Strong Buy
Buy
Hold
Sell
Strong Sell
Total100%

Calculate the consensus score as a weighted average (Strong Buy=5, Buy=4, Hold=3, Sell=2, Strong Sell=1) and classify:

  • 4.5-5.0: Strong Buy consensus
  • 3.5-4.5: Buy consensus
  • 2.5-3.5: Hold consensus
  • 1.5-2.5: Sell consensus
  • 1.0-1.5: Strong Sell consensus

Note any recent changes in the distribution (e.g., "3 analysts upgraded from Hold to Buy in the last 30 days") if available from WebSearch.

Step 6 — Compare Estimates to Historical Actuals

Provide context by comparing current estimates against the company's recent track record of beating or missing estimates:

  • For the most recent 4 quarters, show the estimate versus actual EPS and whether the company beat or missed.
  • Calculate the average earnings surprise percentage over the last 4 quarters.
  • If the company consistently beats by a predictable margin, note this pattern (the "whisper number" concept).
QuarterEPS EstimateEPS ActualSurpriseBeat/Miss
Q_ FY____
Q_ FY____
Q_ FY____
Q_ FY____

Step 7 — Assess Analyst Coverage Quality

Evaluate the reliability and depth of the analyst consensus:

  • Coverage depth: Number of analysts covering the stock. Fewer than 5 indicates thin coverage with less reliable consensus — note this prominently as it reduces confidence in all consensus figures. Between 5-15 analysts is typical mid-cap coverage. More than 20 indicates deep institutional coverage with a well-established consensus.
  • Estimate dispersion: Calculate the spread between high and low estimates as a percentage of the mean. A spread below 10% indicates strong consensus agreement. A spread above 25% indicates significant disagreement, which may reflect uncertainty about a key business driver, an upcoming binary event (e.g., regulatory decision, clinical trial), or different modeling assumptions among analysts.
  • Revision momentum: Consistent direction of revisions (mostly up or mostly down) is more informative than mixed signals. Count the ratio of upward to downward revisions over the last 30 days if available — a ratio above 2:1 in either direction indicates strong directional consensus.
  • Staleness risk: Identify whether estimates may be stale by checking the most recent earnings date. If a new quarter has been reported but estimates have not been widely updated, note that some figures may not yet reflect the latest results.

Step 8 — Synthesize Analyst Sentiment

Provide an overall summary of what the analyst community expects:

  • State whether the consensus outlook is Bullish (majority Buy/Strong Buy, positive revisions, meaningful price target upside), Neutral (majority Hold, stable estimates, limited price target movement), or Bearish (presence of Sell ratings, downward revisions, price target below current price) based on the combination of recommendation distribution, price target upside, and estimate revision trends.
  • Identify any disconnect between the recommendation consensus (e.g., mostly Buy) and implied price target upside (e.g., limited upside to average target). This disconnect is common in stocks that have rallied to meet targets but where analysts have not yet downgraded. It often precedes a wave of price target increases or rating downgrades.
  • Note whether the stock appears to be in an estimate revision upgrade cycle (accelerating positive revisions) or downgrade cycle (accelerating negative revisions), and how long the current cycle has persisted.
  • Highlight the key upcoming catalyst (next earnings date) that will test current estimates. Compute the number of days until the next expected earnings report if known.
  • Summarize in one sentence the core expectation embedded in the consensus: what must the company deliver for the current estimates and price targets to be met?

Depth Handling

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for depth and formatting guidelines.

Summary depth (default): Present current-year and next-year consensus EPS and revenue estimates with implied growth rates, the average price target with upside/downside, and the recommendation distribution. Include a 2-3 sentence narrative on the overall analyst sentiment.

Detailed depth: Expand to include all forward periods (current quarter through next year), full revision trend tables for 30-day and 90-day windows, earnings surprise history for the last 4 quarters, price target range analysis, coverage quality assessment, and extended narrative synthesizing the analyst outlook with potential risks and catalysts.

Output Format

Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/output-format.md for the standard response structure including header, source links, and disclaimer.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.67%
按下载量换算40

Claude

30.28%
按下载量换算35

Cursor

16.23%
按下载量换算19

Gemini CLI

9.43%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills