← 返回 Skills 市场
Report Processor
作者
zhangq0687
· GitHub ↗
· v1.0.0
271
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install report-processor
功能描述
Automatically parse PDF/TXT research reports to extract key viewpoints, data, investment advice, risks, and generate summaries.
安全使用建议
This skill appears coherent with its description, but review these points before installing or running: (1) It expects a local Ollama server and the qwen2.5:14b model; ensure Ollama is running locally and you have the model (SKILL.md instructs how). (2) Install poppler/pdftotext to enable PDF parsing. (3) The script saves extracted data and portions of the model response to ~/.openclaw/workspace/data/reports/ — the saved files may contain sensitive financial data, so consider changing OUTPUT_DIR, restricting permissions, or encrypting/deleting outputs if needed. (4) The script sets OLLAMA_HOST to 127.0.0.1:11434 for its subprocess call; do not change that to a remote host unless you understand the privacy implications (pointing it to a remote endpoint could send report contents off-host). (5) As a best practice, inspect the script and run it on non-sensitive sample data first to confirm behavior.
功能分析
Type: OpenClaw Skill
Name: report-processor
Version: 1.0.0
The skill bundle is a legitimate utility for processing research reports (PDF/TXT) using a local Ollama instance and poppler-utils. The Python script `scripts/report_processor.py` safely handles file parsing and uses subprocess calls with argument lists to interact with external tools, avoiding shell injection vulnerabilities. There is no evidence of data exfiltration, persistence mechanisms, or malicious intent.
能力评估
Purpose & Capability
Name/description align with the implementation: the script extracts text (pdftotext for PDFs), calls an LLM (Ollama qwen2.5:14b) to extract fields, and writes JSON results. Required system components (Ollama and poppler/pdftotext) are appropriate for the stated functionality.
Instruction Scope
SKILL.md instructs installing Ollama and poppler and running the provided script; the script only reads the provided files, invokes local tools, and writes outputs. It does not read unrelated host files or contact remote endpoints itself. Note: outputs (including partial model responses) are saved to ~/.openclaw/workspace/data/reports/ and might contain sensitive report contents.
Install Mechanism
This is an instruction-only skill with no install spec. SKILL.md suggests using standard installers (ollama pull and package manager installs for poppler). No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill does not request credentials or environment variables. The script sets OLLAMA_HOST for the subprocess to 127.0.0.1:11434 (local Ollama), which is consistent with running a local model. There are no unexplained secrets or unrelated env access.
Persistence & Privilege
The skill does not request always:true and does not alter other skills or system-wide configurations. It writes output files under the user's home directory (~/.openclaw/workspace/data/reports/), which is expected for storing processed results but is persistent on disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install report-processor - 安装完成后,直接呼叫该 Skill 的名称或使用
/report-processor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Report Processor.
- Automatically collects and parses research reports (PDF and TXT).
- Extracts key points, data, investment advice, and risks.
- Generates automatic summaries.
- Stores results in a knowledge base (JSON format).
- Requires Ollama with qwen2.5:14b and poppler-utils.
- Supports single file and batch processing from the command line.
元数据
常见问题
Report Processor 是什么?
Automatically parse PDF/TXT research reports to extract key viewpoints, data, investment advice, risks, and generate summaries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。
如何安装 Report Processor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install report-processor」即可一键安装,无需额外配置。
Report Processor 是免费的吗?
是的,Report Processor 完全免费(开源免费),可自由下载、安装和使用。
Report Processor 支持哪些平台?
Report Processor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Report Processor?
由 zhangq0687(@zhangq0687)开发并维护,当前版本 v1.0.0。
推荐 Skills