/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install document-qa - 安装完成后,直接呼叫该 Skill 的名称或使用
/document-qa触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
All Documents QA 是什么?
Answers questions based on the content of uploaded documents (PDF, DOCX, TXT), supporting individual files or entire folders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 446 次。
如何安装 All Documents QA?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install document-qa」即可一键安装,无需额外配置。
All Documents QA 是免费的吗?
是的,All Documents QA 完全免费(开源免费),可自由下载、安装和使用。
All Documents QA 支持哪些平台?
All Documents QA 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 All Documents QA?
由 anand2426(@anand2426)开发并维护,当前版本 v1.0.0。