analyst-estimates

analyst-estimates is a skill for Claude Code from OctagonAI/octagon-mcp-server. It costs 36 tokens per session (299 once invoked), scanned A, original, MIT.

A lookup for public-company forecasts from financial analysts, including expected revenue and earnings per share (EPS), which is profit per share. It can include estimate ranges, averages, and the number of analysts reporting.

In plain words
What is it for?
Use it to review forward expectations, support company valuation, compare forecasts with past results, and calculate a forward price-to-earnings ratio using expected EPS.
Why use it?
It helps compare future expectations and see how much analysts agree. Wider ranges may signal less confidence, while more coverage gives a clearer consensus.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the octagon-mcp-server plugin — 7 skills, 1 agent, 1 hook shipped together

Good fit Use it to review forward expectations, support company valuation, compare forecasts with past results, and calculate a forward price-to-earnings ratio using expected EPS.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/octagonai/octagon-mcp-server/analyst-estimates
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OctagonAI/octagon-mcp-server --skill analyst-estimates
Clone the repo
git clone --depth 1 https://github.com/OctagonAI/octagon-mcp-server

Made for: Claude Code.

Or install octagon-mcp-server, the plugin that ships this one along with the rest of its 7 skills, 1 agent, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyst-estimates

README.md
[![agentmods](https://agentmods.dev/badge/skills/octagonai/octagon-mcp-server/analyst-estimates/github.svg)](https://agentmods.dev/skills/octagonai/octagon-mcp-server/analyst-estimates)
Your own site
<a href="https://agentmods.dev/skills/octagonai/octagon-mcp-server/analyst-estimates"><img src="https://agentmods.dev/badge/skills/octagonai/octagon-mcp-server/analyst-estimates/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for analyst-estimates

Your own site · 80×15
<a href="https://agentmods.dev/skills/octagonai/octagon-mcp-server/analyst-estimates"><img src="https://agentmods.dev/badge/skills/octagonai/octagon-mcp-server/analyst-estimates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 299 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00299
Opus 5 $0.00018 $0.00150
Sonnet 5 $0.00007 $0.00060
Haiku 4.5 $0.00004 $0.00030

Measured 13d ago against content hash cc4b1819f951, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

analyst-estimates scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/analyst-estimates/SKILL.md · 45 lines

What it actually says

Analyst Estimates

Retrieve analyst revenue and EPS expectations for a public company using Octagon MCP.

Query format

Retrieve analyst financial estimates for <TICKER> for the annual period, limited to <N> records on page 0.

MCP call

{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve analyst financial estimates for AAPL for the annual period, limited to 10 records on page 0."
  }
}

Output expectations

  • Return a table of future periods with revenue and EPS ranges, averages, and analyst coverage
  • After the table, summarize growth trajectory, estimate dispersion, and coverage quality

Analysis heuristics

  • Implied growth: compare future estimates to current actuals
  • Dispersion: wider ranges imply lower conviction
  • Coverage depth: more analysts usually means a stronger consensus
  • Near-term vs long-term: confidence should fall as periods move further out

Follow-up prompts

  • "Compare these estimates to the last three years of actual results."
  • "Calculate the implied forward P/E using the consensus EPS."
  • "What could drive upside or downside versus the consensus?"
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 45 lines · 36 tokens per session scan A cc4b1819f951

Subscribe to this mod's changes

analyst-estimates is a skill published in the GitHub repository OctagonAI/octagon-mcp-server (147 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 299 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

equity-research

Full-stack equity research report generator built on the Anamnesis Pattern (cross-session institutional memory + scheduled adversarial review). Trigger when the user wants to analyze a company, generate an equity research report, fundamental analysis, or stock investment research. Works with a company name (web…

pppop00/Equity-Research-Company · 285 tokens

initiating-coverage

Create institutional-quality equity research initiation reports through a 5-task workflow. Tasks must be executed individually with verified prerequisites - (1) company research, (2) financial modeling, (3) valuation analysis, (4) chart generation, (5) final report assembly. Each task produces specific deliverables…

prof-little-bear/cc-equity-research · 90 tokens

earnings-analysis

Create professional equity research earnings update reports (8-12 pages, 3,000-5,000 words) analyzing quarterly results for companies already under coverage. Fast-turnaround format focusing on beat/miss analysis, key metrics, updated estimates, and revised thesis. Includes 1-3 summary tables and 8-12 charts. Use when…

prof-little-bear/cc-equity-research · 108 tokens

morning-note

Skill "morning-note" from prof-little-bear/cc-equity-research, covering morning note, workflow, step 1: overnight developments, step 2: morning note format and step 3: quick takes on earnings.

prof-little-bear/cc-equity-research · 0 tokens

idea-generation

Skill "idea-generation" from prof-little-bear/cc-equity-research, covering idea generation, workflow, step 1: define search criteria, step 2: quantitative screens and step 3: thematic sweep.

prof-little-bear/cc-equity-research · 0 tokens

earnings-preview

Skill "earnings-preview" from prof-little-bear/cc-equity-research, covering earnings preview, workflow, step 1: gather context, step 2: key metrics framework and step 3: scenario analysis.

prof-little-bear/cc-equity-research · 0 tokens