graph-files

Retrieve, search, read, and summarize OneDrive and SharePoint documents via Microsoft Graph.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill graph-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-files
Source: https://github.com/tluisguereroItesm/agentec-skills/tree/main/skills/graph-files
Command: npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill graph-files

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Inspects and summarizes documents stored in OneDrive and SharePoint via Microsoft Graph, enabling quick insights without manual file browsing.

Core Features & Use Cases

  • Recent file overview: quickly list and summarize recently changed documents.
  • Search and read: locate and extract content from files to support decision making.
  • Lightweight summaries: generate concise overviews of document contents for fast comprehension.

Quick Start

Ask the tool to fetch the most recent documents from a tenant's OneDrive/SharePoint and generate a brief summary.

Frequently Asked Questions about graph-files

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

FAQPage Schema
How do I summarize OneDrive files without manually opening them?

To summarize OneDrive files without manual browsing, you can use a tool that retrieves and reads documents stored in OneDrive via Microsoft Graph, extracting content to generate concise overviews for fast comprehension.

How do I search SharePoint documents and extract their content?

Searching SharePoint documents and extracting content is done by querying files via Microsoft Graph, which locates specific files and reads their contents to support decision making and lightweight summaries.

Do I need a Microsoft Graph profile to access OneDrive and SharePoint files?

Yes, accessing OneDrive and SharePoint files requires a Microsoft Graph profile. The authentication process uses a device-code flow to obtain an access token before retrieving, searching, and reading documents.

Can I list recently changed documents in SharePoint using Microsoft Graph?

Listing recently changed documents in SharePoint using Microsoft Graph is supported, providing a recent file overview that quickly retrieves and summarizes recently modified documents stored in the tenant.

What is the best way to get a quick overview of document contents in OneDrive?

The best way to get a quick overview of document contents in OneDrive is using a summarization tool that retrieves files via Microsoft Graph and generates lightweight summaries, returning structured results and artifact paths.

How does device-code authentication work for Microsoft Graph file access?

Device-code authentication for Microsoft Graph file access works by initiating an auth-login and auth-poll flow to obtain an access token, allowing the tool to securely retrieve and read OneDrive and SharePoint documents.