Summarize File OpenClaw Plugin & Skill | ClawHub
Looking to integrate Summarize File into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
Reads text files from workspace/paths and generates concise summaries. Handles logs, reports, CSVs, multi-line content.
Install
openclaw skills install @muhammadmuazzain/summarize-filenpx clawhub@latest install summarize-fileFull SKILL.md
Open original| name | version | description |
|---|---|---|
| Summarize File | 1.0.0 | Reads text files from workspace/paths and generates concise summaries. Handles logs, reports, CSVs, multi-line content. |
SKILL.md content below is scrollable.
Summarize-File Skill
Purpose
Extracts key insights from text files (logs, reports, notes) and returns 2-3 sentence summaries. Ignores boilerplate/empty lines.
Usage Examples
User: summarize file C:\Users\user\Desktop\report.txt Claw: File contains Q1 sales report: Revenue up 12% YoY, expenses flat, net profit +8%. Key risks: supply chain delays.
User: summarize file workspace/error.log Claw: Error log (Feb 22): 14 auth failures (IP 192.168.1.50), 2 DB timeouts, no critical crashes.
text
How It Works
- Reads file content via workspace.read tool
- Strips empty lines, headers, timestamps
- Feeds to LLM with summarization prompt
- Returns concise 2-3 sentence summary
Security & Privacy
- L1 Risk: Read-only file access
- No network calls, no external APIs
- Local processing only
- File paths validated (no ../ escapes)
External Endpoints
None. Purely local file → LLM → text.
Trust Statement
This skill reads local files and summarizes locally. No data leaves your machine.