google-drive
v0.1.15Use Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work.
By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 6 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 google-drive for Codex
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add google-drive@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 “google-drive” remain stable.
- Codex:
google-drive@agent-plugin-marketplace→google-drive@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/google-drive/.
Plugin files
├── .codex-plugin/plugin.json├── skills/google-docs/SKILL.md├── skills/google-drive/SKILL.md├── skills/google-drive-comments/SKILL.md├── skills/google-sheets/SKILL.md├── skills/google-slides/SKILL.md└── .mcp.json
Included Skills5
Prompt- and template-complete Google Docs creation and editing with explicit-instruction-authoritative structural preservation, including semantic roles, relationships, comparison dimensions, and instructed extensions; full-topology native-copy routing; source-grounded per-tab adaptation for past/example references; style-preserving hyperlink and table edits; canonical smart-chip-first authoring for dates and relevant supported people or Google resources; a file-backed advisory trusted read before existing-document writes; automatic protected-control awareness; direct connector APIs by default; DOCX-first import only when no supplied Google Doc template/reference constrains the output; and checked-in code mode only for exact native dropdown mutation. Use when Codex must create, edit, fill, adapt, redesign, or verify Google Docs without overriding explicit user/template instructions, adding unrequested document scope, or carrying stale reference facts into a new deliverable.
Use connected Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work. Use when the user wants to find, fetch, organize, share, export, copy, or delete Drive files, or summarize and edit Google Docs, Google Sheets, and Google Slides through one unified Google Drive plugin.
Write, reply to, and resolve Google Drive comments on Docs, Sheets, Slides, and Drive files with evidence-backed location context. Use when the user asks to leave comments, review a file with comments, respond to comment threads, or resolve Drive comments.
Analyze and edit connected Google Sheets with range precision. Use when the user wants to create Google Sheets, find a spreadsheet, inspect tabs or ranges, search rows, plan formulas, create or repair charts, clean or restructure tables, write concise summaries, or make explicit cell-range updates.
Route Google Slides authoring requests and derive a design system from a native template or reference deck. Use this skill when the user provides an existing native Google Slides deck as a template, reference, or prior-period source, or asks to edit, update, repair, restyle, or clean up an existing native Google Slides deck. Use the Presentations skill instead for net-new presentation creation when no existing native Google Slides deck must be followed.
MCP servers1
- url
- https://drivemcp.googleapis.com/mcp/v1
Plugin manifests1
{
"name": "google-drive",
"version": "0.1.15",
"description": "Use Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work.",
"author": {
"name": "OpenAI",
"email": "[email protected]",
"url": "https://openai.com/"
},
"homepage": "https://workspace.google.com/products/drive/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"google-drive",
"google",
"google workspace",
"drive",
"docs",
"sheets",
"slides",
"files",
"google-docs",
"google-sheets",
"google-slides",
"productivity"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Google Drive",
"shortDescription": "Drive, Docs, Sheets or Slides",
"longDescription": "Use Google Drive as one unified Google file plugin for search, file organization, sharing, and Google Docs, Google Sheets, and Google Slides workflows.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"websiteURL": "https://workspace.google.com/products/drive/",
"privacyPolicyURL": "https://policies.google.com/privacy",
"termsOfServiceURL": "https://policies.google.com/terms",
"defaultPrompt": [
"Find the right Drive file, then summarize a Doc, update a Sheet, or edit a Slides deck"
],
"brandColor": "#0F9D58",
"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.
[google-drive on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-drive)