plugins marketplace
← All plugins

google-drive

v0.1.7

Use Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work.

Codex5 skills

by OpenAIMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/google-drive/ inside the repository.

Layout

plugins/google-drive/
├── .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

Skills5

google-docsskills/google-docs/SKILL.md

Connector-first Google Docs creation and editing in local Codex plugin sessions, with direct native create and batchUpdate workflows for simple docs, DOCX-first import for polished deliverables, target-document checks, smart chip and building-block reconstruction, connector-readback verification, and reference routing for formatting, citations, tables, and write-safety.

google-driveskills/google-drive/SKILL.md

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.

google-drive-commentsskills/google-drive-comments/SKILL.md

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.

google-sheetsskills/google-sheets/SKILL.md

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.

google-slidesskills/google-slides/SKILL.md

Google Slides work for finding, reading, summarizing, creating, importing, template following, visual cleanup, source-deck adaptation, structural repair, and content edits in native Slides decks.

Manifests1

plugins/google-drive/.codex-plugin/plugin.json
{
  "name": "google-drive",
  "version": "0.1.7",
  "description": "Use Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work.",
  "author": {
    "name": "OpenAI",
    "email": "support@openai.com",
    "url": "https://openai.com/"
  },
  "homepage": "https://workspace.google.com/products/drive/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "google-drive",
    "google-docs",
    "google-sheets",
    "google-slides",
    "productivity"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Google Drive",
    "shortDescription": "Work across Drive, Docs, Sheets, and 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": []
  }
}