SharePoint Automation
SharePoint Automation: manage sites, lists, documents, folders, pages, and search content across SharePoint and OneDrive
npx skills add ComposioHQ/awesome-claude-skills --skill share-point-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SharePoint Automation Automate SharePoint operations including managing sites, lists, documents, folders, and pages. Integrates with both SharePoint REST API and Microsoft Graph via OneDrive. **Toolkit docs:** [composio.dev/toolkits/share_point](https://composio.dev/toolkits/share_point) --- ## Setup This skill requires the **Rube MCP server** connected at `https://rube.app/mcp`. Before executing any tools, ensure active connections exist for the `share_point` and `one_drive` toolkits. If no connection is active, initiate one via `RUBE_MANAGE_CONNECTIONS`. > **Note:** Many OneDrive/SharePoint tools only work with organizational Microsoft 365 accounts (Azure AD/Entra ID). Personal Microsoft accounts are NOT supported. --- ## Core Workflows ### 1. List and Browse Sites Retrieve site details and enumerate subsites to discover the SharePoint topology. **Tools:** - `ONE_DRIVE_GET_SITE_DETAILS` -- Get metadata for a specific site by ID - `ONE_DRIVE_LIST_SITE_SUBSITES` -- List all subsites of a parent site **Key Parameters:** - `site_id` (required) -- Composite format: `hostname,site-collection-guid,web-guid` (e.g., `"contoso.sharepoint.com,da60e844-...,712a596e-..."`) **Example:** ```
- Setup
- Core Workflows
- 1. List and Browse Sites
- 2. Manage Lists
- 3. Manage Folders and Files
- 4. Search SharePoint Content
- 5. Track List Changes (Delta Query)
- 6. Retrieve Site Page Content
- Known Pitfalls
- Quick Reference
What does the SharePoint Automation skill do?
SharePoint Automation: manage sites, lists, documents, folders, pages, and search content across SharePoint and OneDrive
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill share-point-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
