A local document processing skill that extracts and summarizes content from PDFs, Word documents, and Excel spreadsheets using an AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install file-summary
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 file-summary using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The File Summary Tool is a specialized utility designed to expand the capabilities of your AI agent by enabling local document parsing. It allows users to interact with their file system directly, providing the ability to read and interpret a variety of formats including .txt, .docx, .pdf, .xlsx, and .xls. This skill is a vital component for those building a comprehensive library of Openclaw Skills, as it bridges the gap between static local files and dynamic AI analysis.
By utilizing a Python-based backend, the tool handles complex data extraction tasks, converting documents into plain text that the LLM can easily digest. This ensures that users can get high-quality summaries and insights without having to manually upload files to external web services, maintaining privacy and efficiency in a local-first environment.
To integrate this tool into your Openclaw Skills environment, follow these steps:
file-summary folder and place it in your OpenClaw/skills/ directory.OpenClaw/skills/file-summary/SKILL.mdOpenClaw/skills/file-summary/file2sum.pypip install python-docx pypdf openpyxl xlrd==1.2.0
The tool processes files locally and outputs structured text data for the LLM. The schema for interaction is as follows:
| Component | Detail |
|---|---|
| Input Formats | .txt, .docx, .pdf, .xlsx, .xls |
| Tool Actions | extract, summary |
| Logic Engine | Python 3.8+ with file-specific parsers |
| Metadata | Extracts file path and content type for processing |
Loading
A local document processing tool that extracts text from multiple file formats to generate instant AI-driven summaries and deep analysis.

An AI-powered skill for querying scenic spot ticket prices and automating order creation through the Tuniu Open Platform.

A professional AI agent skill for searching, detailing, and booking hotels via the Tuniu platform using MCP and shell execution.

A comprehensive AI skill for managing domestic flight searches and bookings through the Tuniu Open Platform via standard shell commands.

A comprehensive market intelligence tool for fetching real-time cryptocurrency prices, historical candlestick data, and token holder analytics across multiple blockchain ecosystems.

A behavioral intervention skill that prioritizes human connection and felt responsibility over raw execution speed.








































