document-qa

Answer questions about SharePoint-hosted documents with cited sources.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jonnytacos8/closed_claw --skill document-qa-jonnytacos8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-qa
Source: https://github.com/jonnytacos8/closed_claw/tree/main/mvp-skills/document-qa
Command: npx skills add https://github.com/jonnytacos8/closed_claw --skill document-qa-jonnytacos8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables answering questions about SharePoint-hosted documents using context from available documents. It acts as a general-purpose document Q&A fallback when no more specific skill applies.

Core Features & Use Cases

  • RAG-based Q&A: Retrieve relevant document chunks with rag_search and respond with citations.
  • Context-aware Citations: Cite each factual claim with the document title and URL.
  • Use Case: When a user asks about a policy document in a library, the skill pulls the relevant sections and provides an answer with references.

Quick Start

Ask a question about a SharePoint document to get an answer with cited sources.

Frequently Asked Questions about document-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I answer questions about SharePoint documents?

To answer questions about SharePoint documents, this skill uses rag_search to retrieve relevant document chunks and provides responses with cited sources, including document titles and URLs for each factual claim.

Can I filter SharePoint document searches by library?

Yes, you can filter SharePoint document searches by applying optional library or document filters to narrow the retrieval scope before the rag_search fetches relevant chunks to answer your query.

How does RAG search provide citations for SharePoint files?

RAG search provides citations by retrieving relevant chunks from SharePoint documents and citing the document title and URL for each factual claim, ensuring responses are grounded in accessible source material.

What happens if there is not enough context in SharePoint to answer my question?

If there is insufficient context in the SharePoint documents to answer your question, the skill provides guidance rather than guessing, ensuring responses are limited to the retrieved document chunks.

Can I use this to find specific information in a SharePoint policy document?

Yes, you can ask questions about a SharePoint policy document, and the skill will pull the relevant sections using rag_search and provide an answer with references to the source material.

Do I need a specific skill for different document types in SharePoint?

No, this serves as a general-purpose document Q&A fallback for any document you can access in SharePoint, applying to questions across various libraries when no more specific skill applies.