From microsoft-sharepoint
SharePoint and OneDrive file operations — find, upload, download, share, and organize files in SharePoint sites and document libraries via Graph API
How this skill is triggered — by the user, by Claude, or both
Slash command
/microsoft-sharepoint:sharepointThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User asks to find, upload, download, or share files on SharePoint
sharepoint_list_sites to discover available sites.sharepoint_list_drives to find the right one. The default library is usually named "Documents".sharepoint_list_files to browse folder contents, or sharepoint_search_files for keyword-based search.sharepoint_search_files searches across file names and contentsharepoint_list_sites — List all SharePoint sites accessible to the usersharepoint_list_drives — List document libraries within a sitesharepoint_list_files — List files and folders within a drive or folder pathsharepoint_download_file — Download a file's contents by drive ID and item IDsharepoint_upload_file — Upload a file to a specific drive and folder pathsharepoint_search_files — Search for files by keyword across a sitesharepoint_get_file_info — Get metadata for a specific filesharepoint_create_folder — Create a new folder in a drivesharepoint_share_file — Create a sharing link for a filedownload_attachment — Download from any attachment URL (Graph or DevOps)list_conversation_attachments — List files shared in Teams chatslist_workitem_attachments — List attachments on an Azure DevOps work itemteams_share_file to send SharePoint files in Teams chatnpx claudepluginhub joshuacastanedaah/sean-mcp-servers --plugin microsoft-sharepointAutomates SharePoint and OneDrive operations including site discovery, list creation, folder and file management, and search. Useful for Microsoft 365 enterprise content management.
Automates OneDrive file operations including search, upload, download, sharing, permissions, and folder management via Composio's Rube MCP tools. Use for programmatic OneDrive workflows after connecting via OAuth.
Handles OneDrive and SharePoint files in Microsoft 365: checks quotas, lists/searches files, manages sharing permissions via Microsoft Graph API for access troubleshooting.