Install
openclaw skills install earnings-call-processorTranscribe earnings call audio via Whisper, analyze stock price data, and generate structured Feishu documents summarizing financial results.
openclaw skills install earnings-call-processorEnd-to-end pipeline: audio → transcript → stock analysis → Feishu document.
python3 src/process_earnings_call.py \
--audio audio_transcripts/earnings_call_sample.wav \
--stock-csv financial_reports/aapl_stock_history.csv \
--symbol AAPL \
--output-dir /tmp/earnings_output
After the local output is ready, use the feishu-doc skill to publish:
python3 /path/to/feishu-doc/scripts/doc_ctl.py create "AAPL Earnings Call Summary" --content "$(cat /tmp/earnings_output/feishu_content.md)"
whisper (OpenAI Whisper CLI)pandas{output_dir}/transcript.txt — Raw Whisper transcript{output_dir}/financial_indicators.json — Computed indicators{output_dir}/feishu_content.md — Structured content ready for Feishu doc