sharepoint
v0.1.7Work with SharePoint using the configured Microsoft SharePoint app connector.
By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sharepoint for Codex
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add sharepoint@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “sharepoint” remain stable.
- Codex:
sharepoint@agent-plugin-marketplace→sharepoint@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sharepoint/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "sharepoint",
"version": "0.1.7",
"description": "Work with SharePoint using the configured Microsoft SharePoint app connector.",
"author": {
"name": "OpenAI",
"email": "[email protected]",
"url": "https://openai.com/"
},
"homepage": "https://www.microsoft.com/en-us/microsoft-365/sharepoint/collaboration",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"sharepoint",
"documents",
"microsoft",
"microsoft 365",
"office 365",
"onedrive",
"files",
"intranet",
"collaboration"
],
"apps": "./.app.json",
"interface": {
"displayName": "SharePoint",
"shortDescription": "Summarize SharePoint content",
"longDescription": "Use SharePoint to summarize sites, pages, and files, extract owners and status, and plan safe content updates through the connected Microsoft SharePoint app.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://www.microsoft.com/en-us/microsoft-365/sharepoint/collaboration",
"privacyPolicyURL": "https://www.microsoft.com/en-us/privacy/privacystatement",
"termsOfServiceURL": "https://www.microsoft.com/en-us/servicesagreement/",
"defaultPrompt": [
"Summarize a SharePoint site or file, identify owners and status, or plan a safe update across documents, spreadsheets, or decks"
],
"brandColor": "#038387",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sharepoint on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sharepoint)