sharepoint

Search SharePoint documents and pages via Microsoft Graph API.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill sharepoint-arvo-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sharepoint
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/sharepoint
Command: npx skills add https://github.com/Arvo-AI/aurora --skill sharepoint-arvo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SharePoint integration for searching documents and pages via Microsoft Graph API during Root Cause Analysis. Use to find runbooks, architecture docs, and past incident reports stored in SharePoint.

Core Features & Use Cases

  • Search across SharePoint for pages and documents using keywords.
  • Fetch content of pages and documents to read full details.
  • Publish reports to SharePoint (incident postmortems and runbooks) after RCA.

Quick Start

Search SharePoint for relevant documents and publish an incident report.

Frequently Asked Questions about sharepoint

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

FAQPage Schema
How do I search SharePoint for runbooks and architecture docs during an incident?

You can search SharePoint for runbooks and architecture docs by querying pages and documents via Microsoft Graph API using keywords to retrieve relevant knowledge during incident investigations.

What's the best way to publish incident postmortems to SharePoint after a root cause analysis?

Publishing incident postmortems to SharePoint after root cause analysis is done by using the publish action to push completed post-incident reports across sites and document libraries via Microsoft Graph API.

Do I need Microsoft Graph API access to fetch SharePoint documents for incident investigations?

Yes, Microsoft Graph API access is required to fetch the content of SharePoint pages and documents, as the integration relies on access tokens with feature flags to retrieve full details.

Can I search across multiple SharePoint sites for past incident reports using keywords?

Searching across SharePoint for past incident reports is supported by querying pages and documents using specific keywords, allowing you to locate historical post-incident reports stored in various libraries.

Does this integration respect existing access tokens and feature flags when fetching content?

Yes, the integration respects access tokens with feature flags when you search and fetch content from SharePoint, ensuring that document retrieval aligns with existing permission boundaries.

What limitations exist when publishing incident reports to SharePoint document libraries?

Publishing incident reports to SharePoint requires valid Microsoft Graph API access tokens with appropriate feature flags, and actions are constrained to supported sites and document libraries within those permission boundaries.