Agent skill · Content & Marketing

SharePoint Automation

SharePoint Automation: manage sites, lists, documents, folders, pages, and search content across SharePoint and OneDrive

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill share-point-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: composio-skills/share-point-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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:** ```

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. List and Browse Sites
  4. 2. Manage Lists
  5. 3. Manage Folders and Files
  6. 4. Search SharePoint Content
  7. 5. Track List Changes (Delta Query)
  8. 6. Retrieve Site Page Content
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
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 composio-community/awesome-codex-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 composio-community/awesome-codex-skills, a repository with 15,591 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.

Keep going