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.
npx skills add seaworld008/Commonly-used-high-value-skills --skill earnings-call-analyzergit clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skillsWrote 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.
[](https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/earnings-call-analyzer)<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.
<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>- NVIDIA SkillSpector warn
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]
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.
| Model | Per session | Once 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 |
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.
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.
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)
- 操作步骤:
- 将转录文本拆分为:准备好的陈述 (Prepared Remarks) 和 问答环节 (Q&A Segments)。
- 提取发言人身份:CEO, CFO, IR 以及 参与提问的卖方分析师。
- 过滤掉无意义的寒暄(Phatic communication)。
- 最佳实践:给 Q&A 环节分配更高的权重,因为这部分最能体现管理层的应变能力和真实底气。
2. 多维度情感与信号提取 (Signal Extraction)
- 操作步骤:
- 运行
scripts/analyze_earnings_call.py。 - 统计关键词频率:如
Guidance,Capex,EBITDA,Supply chain,Margin expansion. - 识别情感对比:正面(信心十足、强劲)、谨慎(挑战、逆风、不确定性)。
- 运行
- 最佳实践:不仅看词频,更要看上下文。例如,“我们面临挑战,但有信心克服”应被记为中性偏好,而非纯负面。
3. 指引与前瞻性陈述追踪 (Guidance Tracking)
- 操作步骤:
- 自动提取所有数字化的指引(如:FY25 Revenue Growth expected at 10-12%)。
- 对比共识预期(Consensus Estimates),判断是 Beat 还是 Miss。
- 标注指引中的前置条件(如:Assuming stable currency rates)。
4. 问答环节“回避性”检测 (Evasive Answer Detection)
- 操作步骤:
- 分析管理层在回答特定问题时的长度与直接度。
- 标记短语,如:
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] 入场的影响问题。
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.
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.
- 9d ago First seen · 121 lines · 33 tokens per session scan A fba3ca2e9d69
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.
Other skills, from other repositories
german-elster-tax-filing
Use this skill to run a complete intake for a german personal income tax return in elster for tax years 2024 onward, estimate the tax result, and map the final values into the correct official forms and fields.
stock-analyzer
A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.
stock-announcements
A tool guide for fetching official announcements from companies listed on China’s A-share stock markets.
stock-explorer
A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate technical indicator reports (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs a text summary.
omh-finance-analysis
This is a Hermes-native finance-analysis workflow skill.
opendeviation-eval-metrics
Machine-readable reference + computation scripts for state-of-the-art metrics evaluating open deviation bar (ODB, brim-to-brim price-based sampling) data.