An automated retrieval-augmented generation tool that extracts text from various document formats to answer user queries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install document-qa
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 document-qa using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Document Q&A skill is a specialized utility designed to bridge the gap between static file storage and active AI intelligence. By processing formats like PDF, Microsoft Word, Excel, and plain text, it provides a seamless way for developers to query their local data. This skill is a vital addition to the library of Openclaw Skills, enabling agents to ingest large volumes of text and provide context-aware answers without manual copy-pasting.
Whether you are dealing with a single report or an entire directory of project documentation, this skill automates the extraction and synthesis of information. It utilizes specialized readers for different file types to ensure high-fidelity text retrieval, making it an essential tool for automated research and technical analysis within the Openclaw Skills ecosystem.
To get started with this skill, ensure your environment is prepared with the necessary dependencies:
# Install Excel processing libraries
pip install pandas openpyxl
# Ensure the PDF reader skill is available in your workspace
# This is required for .pdf support
Run the skill via the command line using the following syntax:
python ~/.openclaw/workspace/skills/document-qa/scripts/run_qa.py "<path_to_file_or_folder>" "<Your question>"
The skill processes input through a structured workflow to ensure data integrity during context extraction:
| Feature | Specification |
|---|---|
| Supported Extensions | .pdf, .docx, .txt, .xlsx |
| Input Source | Local absolute file path or directory path |
| Context Handling | Aggregate text extraction from all supported files in a target directory |
| Dependencies | iyeque-pdf-reader-1.1.0 (for PDFs), pandas (for Excel) |
Loading
A real-time financial monitoring and budget enforcement tool designed to track LLM costs and API spend for AI agents.

Mamo is a DeFi yield aggregator that automates asset management between Moonwell and Morpho on the Base network.

A professional-grade tool for managing Hyperliquid perpetual futures, enabling portfolio monitoring and secure trade execution through an AI agent.

An expert AI agent skill for generating production-ready, containerized, and strictly typed Django REST Framework architectures.

A developer-first URL shortener with built-in QR code generation and robust link analytics.

A bash-integrated automation skill for synchronizing and publishing digital content directly from cloud repositories.








































