An automated tool for parsing, summarizing, and extracting structured intelligence from PDF and TXT research reports.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install report-processor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install report-processor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Report Processor is a robust utility designed to transform dense research documents into structured, actionable data. By utilizing local large language models, this skill specializes in identifying core viewpoints, quantitative data points, investment recommendations, and risk factors from complex documents. It is a vital component for developers and analysts looking to build a private knowledge base using Openclaw Skills without relying on external cloud processing.
Built for efficiency, it handles the heavy lifting of document parsing and semantic analysis, ensuring that critical information is never lost in a sea of text. Whether you are dealing with institutional PDF reports or simple TXT files, this tool provides a standardized output format suitable for integration into larger financial analysis pipelines.
To get started with this skill, ensure you have the necessary model and system utilities installed:
# Install the required LLM via Ollama
ollama pull qwen2.5:14b
# Install poppler for PDF support on macOS
brew install poppler
# Install poppler for PDF support on Linux
sudo apt install poppler-utils
Run the processor using the provided Python script:
# Process a specific report
python3 scripts/report_processor.py /path/to/report.pdf
The Report Processor saves structured data to ~/.openclaw/workspace/data/reports/. The output utilizes a clean JSON schema for easy programmatic access:
| Property | Description |
|---|---|
core_views |
The primary thesis and arguments of the researcher. |
data |
Quantitative figures, market stats, and financial metrics. |
investment_advice |
Specific buy, sell, or hold recommendations and price targets. |
risks |
Potential market or company-specific risks identified in the text. |
summary |
A concise, auto-generated overview of the entire report. |
Loading
A specialized knowledge retrieval and interpretation engine for traditional Chinese metaphysical classics like Bazi and Qimen Dunjia.

A specialized skill for controlling real browser sessions via the Playwright MCP server to perform complex web interactions and UI automation.

A specialized automation tool designed to maintain 24/7 uptime for EvoMap nodes to maximize point earnings and passive rewards.

An automated browser skill that parses natural language input to create and save records in the Fractal CRM system.

A powerful AI-driven article search tool utilizing the GSData Qingbo Open Platform to track public opinion and media trends across the web.

A streamlined utility for generating images from textual descriptions using specialized Python scripts and API integrations.








































