/install document-qa
Document Q&A Skill
This skill allows you to upload documents (PDF, DOCX, TXT) and ask questions about their content.
How to Use
To use this skill, run the run_qa.py script with the path to your document or folder and your question. The skill will extract text from supported files (PDF, DOCX, TXT) and provide it as context for answering your question.
Command:
python ~/.openclaw/workspace/skills/document-qa/scripts/run_qa.py "\x3Cpath_to_file_or_folder>" "\x3CYour question>"
Examples:
- To ask about a single PDF file:
python ~/.openclaw/workspace/skills/document-qa/scripts/run_qa.py "C:\Users\anandraj\.openclaw\workspace\my_docs\report.pdf" "What are the key findings?" - To ask about documents in a folder:
python ~/.openclaw/workspace/skills/document-qa/scripts/run_qa.py "C:\Users\anandraj\.openclaw\workspace\project_docs" "Summarize the project goals."
The system will extract all relevant text and present it along with your question, allowing me to formulate an answer based on the provided content.
Supported Document Types
- PDF (.pdf) (Requires 'iyeque-pdf-reader-1.1.0' skill installed)
- Microsoft Word (.docx)
- Plain Text (.txt)
- Microsoft Excel (.xlsx)
Note:
- For PDF support, ensure the
iyeque-pdf-reader-1.1.0skill is installed in your workspace. - For Excel support, you might need to install the
pandasandopenpyxllibraries if they are not already installed in your environment:pip install pandas openpyxl
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install document-qa - After installation, invoke the skill by name or use
/document-qa - Provide required inputs per the skill's parameter spec and get structured output
What is All Documents QA?
Answers questions based on the content of uploaded documents (PDF, DOCX, TXT), supporting individual files or entire folders. It is an AI Agent Skill for Claude Code / OpenClaw, with 446 downloads so far.
How do I install All Documents QA?
Run "/install document-qa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is All Documents QA free?
Yes, All Documents QA is completely free (open-source). You can download, install and use it at no cost.
Which platforms does All Documents QA support?
All Documents QA is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created All Documents QA?
It is built and maintained by anand2426 (@anand2426); the current version is v1.0.0.