LaunchKit · 2026
Back to Skills

summarize-file

Reads text files from workspace/paths and generates concise summaries.

0
924 downloads
by @muhammadmuazzain

Setup & Installation

openclaw skills install @muhammadmuazzain/summarize-file

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install summarize-file

What This Skill Does

Reads text files from local paths or workspace and returns a 2-3 sentence summary of key content. Strips boilerplate, empty lines, and timestamps before summarizing. Works with logs, reports, CSVs, and general text files.

All processing stays local with no network calls, so sensitive files never leave the machine.

When to use it

  • Get the gist of a long error log without scrolling
  • Quickly summarize a meeting notes file
  • Pull key points from a downloaded CSV report
  • Check what a debug log captured overnight
  • Scan a text-based report before a meeting

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: summarize file workspace/error.log

AGENT
  1. 1Reads file content using workspace.read tool
  2. 2Strips empty lines, timestamps, and boilerplate text
  3. 3Sends cleaned content to LLM with a summarization prompt
  4. 4Returns a 2-3 sentence summary of key findings
OUTPUT

Error log (Feb 22): 14 auth failures from IP 192.168.1.50, 2 DB timeouts, no critical crashes.