{"skill":{"slug":"earnings-call-processor","displayName":"Earnings Call Processor","summary":"Transcribe earnings call audio via Whisper, analyze stock price data, and generate structured Feishu documents summarizing financial results.","description":"---\nname: earnings-call-processor\nversion: 3.0.0\ndescription: Transcribe earnings call audio via Whisper, analyze stock price data, and generate structured Feishu documents summarizing financial results.\ntags: ['earnings', 'transcription', 'whisper', 'feishu', 'finance']\n---\n\n# Earnings Call Processor\n\nEnd-to-end pipeline: audio → transcript → stock analysis → Feishu document.\n\n## Workflow\n\n1. **Transcribe** — Run Whisper on earnings call audio (WAV/MP3/M4A)\n2. **Analyze** — Load CSV stock history, compute key financial indicators\n3. **Generate** — Build a structured Feishu document with transcript + financials\n4. **Publish** — Create as draft first, then promote to shared doc after review\n\n## Usage\n\n```bash\npython3 src/process_earnings_call.py \\\n  --audio audio_transcripts/earnings_call_sample.wav \\\n  --stock-csv financial_reports/aapl_stock_history.csv \\\n  --symbol AAPL \\\n  --output-dir /tmp/earnings_output\n```\n\n### Feishu document creation\n\nAfter the local output is ready, use the feishu-doc skill to publish:\n\n```bash\npython3 /path/to/feishu-doc/scripts/doc_ctl.py create \"AAPL Earnings Call Summary\" --content \"$(cat /tmp/earnings_output/feishu_content.md)\"\n```\n\n## Requirements\n\n- `whisper` (OpenAI Whisper CLI)\n- `pandas`\n- Python 3.10+\n\n## Output\n\n- `{output_dir}/transcript.txt` — Raw Whisper transcript\n- `{output_dir}/financial_indicators.json` — Computed indicators\n- `{output_dir}/feishu_content.md` — Structured content ready for Feishu doc\n","tags":{"latest":"3.0.0"},"stats":{"comments":0,"downloads":555,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":11},"createdAt":1777868904140,"updatedAt":1778548908674},"latestVersion":{"version":"3.0.0","createdAt":1778544860859,"changelog":"Complete process_earnings_call.py: Feishu doc generation, Whisper transcription, stock analysis","license":"MIT-0"},"metadata":null,"owner":{"handle":"terrycarter1985","userId":"s17brwfrqyjhbjgadkvar20h8x8492g8","displayName":"terrycarter1985","image":"https://avatars.githubusercontent.com/u/1542987?v=4"},"moderation":null}