Report Processor

# Report Processor (研报处理器)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Report Processor" with this command: npx skills add zhangq0687/report-processor

Report Processor (研报处理器)

Automatically collect, parse, and extract key information from research reports. Supports PDF, TXT, and other formats.

Features

  • Parse research reports (PDF/TXT)
  • Extract key information (core观点、数据、投资建议、风险)
  • Auto summary generation
  • Knowledge base storage

Requirements

  • Ollama with qwen2.5:14b model installed
  • poppler-utils (for PDF parsing)

Installation

# 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

Usage

# Process single file
python3 scripts/report_processor.py /path/to/report.pdf

# Batch process directory
python3 scripts/report_processor.py /path/to/reports/

Output

Results are saved to ~/.openclaw/workspace/data/reports/ in JSON format.

Configuration

Edit scripts/report_processor.py to customize:

  • OLLAMA_MODEL: Model to use (default: qwen2.5:14b)
  • OUTPUT_DIR: Output directory

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

OpenClaw Glasses (多源搜索+意图感知+权重自适)

Bilingual search-layer skill for OpenClaw that turns ordinary web lookup into multi-source retrieval, intent-aware ranking, adaptive weighting, thread-pullin...

Registry SourceRecently Updated
066
Profile unavailable
Research

Opinion Analyzer — 多视角舆情分析助手

多视角舆情分析助手。当用户需要分析某个话题/事件/人物/品牌的舆情时使用。 参考 BettaFish 多 Agent 协作机制,从多个视角还原舆情原貌,打破信息茧房,输出结构化分析报告。 触发词:舆情分析、话题分析、品牌声誉、网络讨论、分析XX事件、XX话题怎么看、公众对XX的看法

Registry SourceRecently Updated
0100
Profile unavailable
Research

McKinsey-style Decision Memo Writer

Turn long documents, reports, proposals, and email threads into decision-ready memos with key points, risks, open questions, and next steps.

Registry SourceRecently Updated
0170
Profile unavailable