Install
openclaw skills install report-processorAutomatically parse PDF/TXT research reports to extract key viewpoints, data, investment advice, risks, and generate summaries.
openclaw skills install report-processorAutomatically collect, parse, and extract key information from research reports. Supports PDF, TXT, and other formats.
# Install Ollama and pull model
ollama pull qwen2.5:14b
# Install poppler (for PDF support)
# macOS
brew install poppler
# Linux
sudo apt install poppler-utils
# Process single file
python3 scripts/report_processor.py /path/to/report.pdf
# Batch process directory
python3 scripts/report_processor.py /path/to/reports/
Results are saved to ~/.openclaw/workspace/data/reports/ in JSON format.
Edit scripts/report_processor.py to customize:
OLLAMA_MODEL: Model to use (default: qwen2.5:14b)OUTPUT_DIR: Output directory