← Back to Skills Marketplace
terrycarter1985

Earnings Call Processor

by terrycarter1985 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install earnings-call-processor
Description
Automated earnings call processing workflow. Transcribes earnings call audio, fetches related stock/financial data, generates structured analysis, and publis...
README (SKILL.md)

Earnings Call Processor

Automated workflow: audio → transcript → financial data → structured analysis → Feishu draft.

Workflow

  1. Transcribe audio — Use Whisper (or available transcription tool) to convert earnings call audio to text.
  2. Fetch financial data — Use the finance skill tools (yfinance) to pull stock price, company info, and historical data for the target ticker.
  3. Generate structured analysis — Combine transcript + financial data into a structured report. See references/analysis-template.md for the output structure.
  4. Publish to Feishu — Use the feishu-doc skill to create a Feishu document draft with the analysis content.

Step-by-Step

1. Transcribe Audio

# If whisper is available
whisper \x3Caudio_file> --model turbo --language en --output_format txt --output_dir /tmp/whisper_out

# Otherwise, use any available transcription approach

If no audio file is provided, ask the user for the audio path or URL.

2. Fetch Financial Data

Use the finance skill's yfinance tools:

  • yfinance_get_stock_price(symbol) — current price
  • yfinance_get_stock_info(symbol) — company info, market cap, PE, etc.
  • yfinance_get_historical_data(symbol, period="3mo") — recent price trend

3. Generate Structured Analysis

Read the transcript and financial data, then produce a structured analysis following the template in references/analysis-template.md.

Key sections:

  • Executive Summary — 3-5 sentence overview
  • Financial Highlights — revenue, EPS, guidance vs expectations
  • Key Themes & Management Commentary — strategic priorities, risks, opportunities
  • Q&A Highlights — notable analyst questions and management responses
  • Stock Price Context — recent price action and valuation metrics
  • Outlook & Takeaways — forward-looking assessment

4. Publish to Feishu

Use the feishu-doc skill:

python3 \x3Cfeishu-doc-path>/scripts/doc_ctl.py create "财报电话会分析: {COMPANY} {QUARTER}" --content "\x3Cstructured markdown>"

Return the Feishu document URL to the user.

Configuration

No special configuration required. Relies on:

  • finance skill (for financial data)
  • feishu-doc skill (for document publishing)
  • Whisper or equivalent transcription tool (for audio)
Usage Guidance
This skill appears safe for its stated purpose. Before installing or using it, make sure the related finance and Feishu document skills are trusted, confirm which Feishu workspace will receive the draft, and review the generated document for confidential transcript content before sharing it.
Capability Analysis
Type: OpenClaw Skill Name: earnings-call-processor Version: 1.1.0 The earnings-call-processor skill bundle is a legitimate automation tool for transcribing audio and generating financial reports. The Python script `scripts/assemble_analysis.py` uses standard libraries like `yfinance` and `pathlib` to process data without any signs of malicious intent, obfuscation, or unauthorized data exfiltration. The workflow described in `SKILL.md` is consistent with the stated purpose and does not contain any suspicious instructions or prompt injection attempts.
Capability Assessment
Purpose & Capability
The described capabilities—transcription, financial data lookup, structured analysis, and Feishu draft creation—match the earnings-call processing purpose.
Instruction Scope
The workflow instructs the agent to use Whisper, finance/yfinance tooling, and the feishu-doc skill; these are disclosed and purpose-aligned, but users should understand the chained tools involved.
Install Mechanism
There is no install spec, while the skill relies on external tools/skills such as Whisper, finance, feishu-doc, and yfinance. This is not suspicious by itself, but those components are outside this artifact review.
Credentials
The included script reads a user-specified transcript file, fetches public stock data through yfinance if available, and optionally writes a user-specified output file; this is proportionate to the stated purpose.
Persistence & Privilege
Publishing to Feishu creates a cloud document using whatever account and permissions the separate feishu-doc skill has configured; this is disclosed as part of the workflow but should be reviewed by the user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install earnings-call-processor
  3. After installation, invoke the skill by name or use /earnings-call-processor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: Automated earnings call workflow - audio transcription, financial data fetch, structured analysis, Feishu draft publishing
Metadata
Slug earnings-call-processor
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Earnings Call Processor?

Automated earnings call processing workflow. Transcribes earnings call audio, fetches related stock/financial data, generates structured analysis, and publis... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install Earnings Call Processor?

Run "/install earnings-call-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Earnings Call Processor free?

Yes, Earnings Call Processor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Earnings Call Processor support?

Earnings Call Processor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Earnings Call Processor?

It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.1.0.

💬 Comments