earnings-call-analyzer

earnings-call-analyzer is a skill for Claude Code, Codex from seaworld008/Commonly-used-high-value-skills. It costs 33 tokens per session (1,792 once invoked), scanned A, original, MIT.

A tool for turning an earnings-call transcript into an investor briefing. An earnings call is a company discussion of its recent financial results and outlook; the tool separates prepared remarks from questions and answers, then extracts tone, guidance, risks, and recurring themes.

In plain words
What is it for?
Use it after earnings releases to summarize results, track guidance language, compare management statements, assess credibility over time, and identify pressure points in analyst questions.
Why use it?
It makes long, terminology-heavy transcripts easier to compare across quarters and helps surface changes in management's outlook or areas of investor concern.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after earnings releases to summarize results, track guidance language, compare management statements, assess credibility over time, and identify pressure points in analyst questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer
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 seaworld008/Commonly-used-high-value-skills --skill earnings-call-analyzer
Clone the repo
git clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skills

Made for: Claude Code, Codex.

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 earnings-call-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer/github.svg)](https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer)
Your own site
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer/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 earnings-call-analyzer

Your own site · 80×15
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,792 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 26
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00033 $0.01792
Opus 5 $0.00016 $0.00896
Sonnet 5 $0.00007 $0.00358
Haiku 4.5 $0.00003 $0.00179

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

Security

Grade A, and why

earnings-call-analyzer 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/analyze_earnings_call.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

openclaw-skills/earnings-call-analyzer/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Earnings Call Analyzer (业绩电话会分析师)

将冗长、充满术语的业绩电话会转录文本(Transcripts)转化为极速投资简报,精准捕捉管理层语气变化、指引(Guidance)语言、资本配置逻辑以及潜在风险信号。

安装与前提条件

# 确保已安装文本处理与情感分析库
pip install pandas nltk textblob
# 下载分段脚本
npx clawhub install earnings-call-analyzer

触发条件 / When to Use

  • 财报发布后总结 (Post-earnings Wrap-up):在财报发布后的 24 小时内,快速同步核心增量信息。
  • PM 或 IC 投资建议 (Investment Committee Notes):为投资经理提供结构化的核心观点摘要。
  • 差异化认知核查 (Variant-perception Checks):通过对比本季度与上季度的措辞差异,识别管理层对未来预期的微妙变化。
  • 管理层信誉跟踪 (Management Credibility):记录管理层在过去几个季度中对承诺的执行情况,识别“画大饼”或“过度保守”的信号。
  • Q&A 压力点分析:识别分析师问询最密集的领域,通常这就是市场目前最大的担忧点。

核心能力 / Core Capabilities

1. 结构化分段与清洗 (Transcript Segmentation)

  • 操作步骤
    1. 将转录文本拆分为:准备好的陈述 (Prepared Remarks)问答环节 (Q&A Segments)
    2. 提取发言人身份:CEO, CFO, IR 以及 参与提问的卖方分析师。
    3. 过滤掉无意义的寒暄(Phatic communication)。
  • 最佳实践:给 Q&A 环节分配更高的权重,因为这部分最能体现管理层的应变能力和真实底气。

2. 多维度情感与信号提取 (Signal Extraction)

  • 操作步骤
    1. 运行 scripts/analyze_earnings_call.py
    2. 统计关键词频率:如 Guidance, Capex, EBITDA, Supply chain, Margin expansion.
    3. 识别情感对比:正面(信心十足、强劲)、谨慎(挑战、逆风、不确定性)。
  • 最佳实践:不仅看词频,更要看上下文。例如,“我们面临挑战,但有信心克服”应被记为中性偏好,而非纯负面。

3. 指引与前瞻性陈述追踪 (Guidance Tracking)

  • 操作步骤
    1. 自动提取所有数字化的指引(如:FY25 Revenue Growth expected at 10-12%)。
    2. 对比共识预期(Consensus Estimates),判断是 Beat 还是 Miss。
    3. 标注指引中的前置条件(如:Assuming stable currency rates)。

4. 问答环节“回避性”检测 (Evasive Answer Detection)

  • 操作步骤
    1. 分析管理层在回答特定问题时的长度与直接度。
    2. 标记短语,如:I’ll let CFO answer, We will provide more details later, As we previously stated.
  • 最佳实践:高回避率通常意味着该业务单元存在未披露的问题。

常用命令/模板 / Common Patterns

业绩电话会摘要模板 (Investor Readout Template)

### 📈 [公司名] [Qx] 业绩电话会摘要

**1. 核心定调 (Tone of the Call)**:
- **语气**: [例如:谨慎乐观,重点强调成本控制]
- **情绪得分**: 6.5/10 (较上季 7.2/10 下滑)

**2. 管理层核心论点 (Key Narrative)**:
- [要点 A]: 描述业务进展。
- [要点 B]: 描述战略转型。

**3. 指引更新 (Guidance & Forward Outlook)**:
- **营收**: [FY26 指引上修至 XX%]
- **利润率**: [维持不变,强调受汇率影响]

**4. 关键问答回顾 (Top Q&A Takeaways)**:
- **问题 1 (摩根大通分析师)**: 关于毛利率的压力。
- **回答摘要**: 强调供应链优化将在下半年抵消原材料上涨。

**5. 隐忧与风险点 (Hidden Red Flags)**:
- 管理层三次回避了关于 [竞争对手 X] 入场的影响问题。

Read the full file on GitHub · 121 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 121 lines · 33 tokens per session scan A fba3ca2e9d69

Subscribe to this mod's changes

earnings-call-analyzer is a skill published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 5d ago), licensed MIT. It adds 33 tokens to every session and 1,792 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-09-03.