diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 73ba1a7d..d864e52c 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -40,30 +40,6 @@ }, "category": "Productivity" }, - { - "name": "google-docs", - "source": { - "source": "local", - "path": "./plugins/google-docs" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "Productivity" - }, - { - "name": "google-sheets", - "source": { - "source": "local", - "path": "./plugins/google-sheets" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "Productivity" - }, { "name": "slack", "source": { @@ -2573,18 +2549,6 @@ }, "category": "Lifestyle" }, - { - "name": "google-slides", - "source": { - "source": "local", - "path": "./plugins/google-slides" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "Productivity" - }, { "name": "game-studio", "source": { diff --git a/README.md b/README.md index e9f3064a..af5b3fe4 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Highlighted richer examples in this repo include: - `plugins/notion` for planning, research, meetings, and knowledge capture - `plugins/ios-design` for SwiftUI implementation, refactors, performance, and debugging - `plugins/vibe-builder` for deployment, UI, payments, and database workflows -- `plugins/netlify`, `plugins/render`, and `plugins/google-slides` for additional public skill- and MCP-backed plugin bundles +- `plugins/netlify`, `plugins/render`, and `plugins/google-drive` for additional public skill- and MCP-backed plugin bundles diff --git a/plugins/google-docs/.app.json b/plugins/google-docs/.app.json deleted file mode 100644 index 92885b0e..00000000 --- a/plugins/google-docs/.app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "apps": { - "google-docs": { - "id": "connector_4964e3b22e3e427e9b4ae1acf2c1fa34" - } - } -} diff --git a/plugins/google-docs/.codex-plugin/plugin.json b/plugins/google-docs/.codex-plugin/plugin.json deleted file mode 100644 index 9bc14d44..00000000 --- a/plugins/google-docs/.codex-plugin/plugin.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "google-docs", - "version": "0.1.0", - "description": "Work with Google Docs using the configured Google Docs app connector.", - "author": { - "name": "OpenAI", - "email": "support@openai.com", - "url": "https://openai.com/" - }, - "homepage": "https://workspace.google.com/products/docs/", - "repository": "https://github.com/openai/plugins", - "license": "MIT", - "keywords": [ - "google-docs", - "documents", - "google" - ], - "skills": "./skills/", - "apps": "./.app.json", - "interface": { - "displayName": "Google Docs", - "shortDescription": "Work with Google Docs", - "longDescription": "Use Google Docs to summarize documents, draft edits, and organize written work through the connected Google Docs app.", - "developerName": "OpenAI", - "category": "Productivity", - "capabilities": [ - "Interactive", - "Write" - ], - "websiteURL": "https://workspace.google.com/products/docs/", - "privacyPolicyURL": "https://policies.google.com/privacy", - "termsOfServiceURL": "https://policies.google.com/terms", - "defaultPrompt": [ - "Summarize document, draft revisions, or organize written" - ], - "brandColor": "#1A73E8", - "composerIcon": "./assets/google-docs-small.svg", - "logo": "./assets/google-docs.png", - "screenshots": [] - } -} diff --git a/plugins/google-docs/skills/google-docs/agents/openai.yaml b/plugins/google-docs/skills/google-docs/agents/openai.yaml deleted file mode 100644 index 95b437ef..00000000 --- a/plugins/google-docs/skills/google-docs/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Google Docs" - short_description: "Summarize docs and plan revisions" - icon_small: "./assets/google-docs-small.svg" - icon_large: "./assets/google-docs.png" - brand_color: "#1A73E8" - default_prompt: "Use $google-docs to summarize a document, outline revisions, or rewrite a section." diff --git a/plugins/google-drive/.codex-plugin/plugin.json b/plugins/google-drive/.codex-plugin/plugin.json index 2afeacbc..54ac726a 100644 --- a/plugins/google-drive/.codex-plugin/plugin.json +++ b/plugins/google-drive/.codex-plugin/plugin.json @@ -1,26 +1,43 @@ { "name": "google-drive", - "description": "Search and reference files from your Drive.", + "version": "0.1.0", + "description": "Use Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work.", "author": { "name": "OpenAI", - "url": "https://www.google.com/" + "email": "support@openai.com", + "url": "https://openai.com/" }, - "homepage": "https://www.google.com/", + "homepage": "https://workspace.google.com/products/drive/", "repository": "https://github.com/openai/plugins", "license": "MIT", - "keywords": [], + "keywords": [ + "google-drive", + "google-docs", + "google-sheets", + "google-slides", + "productivity" + ], + "skills": "./skills/", "apps": "./.app.json", "interface": { "displayName": "Google Drive", - "shortDescription": "Search and reference files from your 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": [], - "websiteURL": "https://www.google.com/", + "capabilities": [ + "Interactive", + "Write" + ], + "websiteURL": "https://workspace.google.com/products/drive/", "privacyPolicyURL": "https://policies.google.com/privacy", + "termsOfServiceURL": "https://policies.google.com/terms", "defaultPrompt": [ - "Find a Drive doc and summarize the key points" + "Find a Drive file, then summarize or edit the right Google document" ], + "brandColor": "#0F9D58", + "composerIcon": "./assets/google-drive.svg", + "logo": "./assets/google-drive.svg", "screenshots": [] } } diff --git a/plugins/google-drive/assets/google-drive.svg b/plugins/google-drive/assets/google-drive.svg new file mode 100644 index 00000000..929ba2ba --- /dev/null +++ b/plugins/google-drive/assets/google-drive.svg @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/plugins/google-docs/skills/google-docs/assets/google-docs-small.svg b/plugins/google-drive/assets/legacy/google-docs/google-docs-skill-small.svg similarity index 100% rename from plugins/google-docs/skills/google-docs/assets/google-docs-small.svg rename to plugins/google-drive/assets/legacy/google-docs/google-docs-skill-small.svg diff --git a/plugins/google-docs/assets/google-docs-small.svg b/plugins/google-drive/assets/legacy/google-docs/google-docs-small.svg similarity index 100% rename from plugins/google-docs/assets/google-docs-small.svg rename to plugins/google-drive/assets/legacy/google-docs/google-docs-small.svg diff --git a/plugins/google-docs/assets/google-docs.png b/plugins/google-drive/assets/legacy/google-docs/google-docs.png similarity index 100% rename from plugins/google-docs/assets/google-docs.png rename to plugins/google-drive/assets/legacy/google-docs/google-docs.png diff --git a/plugins/google-docs/skills/google-docs/assets/google-docs.svg b/plugins/google-drive/assets/legacy/google-docs/google-docs.svg similarity index 100% rename from plugins/google-docs/skills/google-docs/assets/google-docs.svg rename to plugins/google-drive/assets/legacy/google-docs/google-docs.svg diff --git a/plugins/google-sheets/skills/google-sheets/assets/google-sheets-small.svg b/plugins/google-drive/assets/legacy/google-sheets/google-sheets-skill-small.svg similarity index 100% rename from plugins/google-sheets/skills/google-sheets/assets/google-sheets-small.svg rename to plugins/google-drive/assets/legacy/google-sheets/google-sheets-skill-small.svg diff --git a/plugins/google-sheets/assets/google-sheets-small.svg b/plugins/google-drive/assets/legacy/google-sheets/google-sheets-small.svg similarity index 100% rename from plugins/google-sheets/assets/google-sheets-small.svg rename to plugins/google-drive/assets/legacy/google-sheets/google-sheets-small.svg diff --git a/plugins/google-sheets/assets/google-sheets.png b/plugins/google-drive/assets/legacy/google-sheets/google-sheets.png similarity index 100% rename from plugins/google-sheets/assets/google-sheets.png rename to plugins/google-drive/assets/legacy/google-sheets/google-sheets.png diff --git a/plugins/google-sheets/skills/google-sheets/assets/google-sheets.svg b/plugins/google-drive/assets/legacy/google-sheets/google-sheets.svg similarity index 100% rename from plugins/google-sheets/skills/google-sheets/assets/google-sheets.svg rename to plugins/google-drive/assets/legacy/google-sheets/google-sheets.svg diff --git a/plugins/google-slides/assets/google-slides-small.svg b/plugins/google-drive/assets/legacy/google-slides/google-slides-small.svg similarity index 100% rename from plugins/google-slides/assets/google-slides-small.svg rename to plugins/google-drive/assets/legacy/google-slides/google-slides-small.svg diff --git a/plugins/google-slides/assets/google-slides.svg b/plugins/google-drive/assets/legacy/google-slides/google-slides.svg similarity index 100% rename from plugins/google-slides/assets/google-slides.svg rename to plugins/google-drive/assets/legacy/google-slides/google-slides.svg diff --git a/plugins/google-drive/skills/google-drive/SKILL.md b/plugins/google-drive/skills/google-drive/SKILL.md new file mode 100644 index 00000000..1aa055a0 --- /dev/null +++ b/plugins/google-drive/skills/google-drive/SKILL.md @@ -0,0 +1,57 @@ +--- +name: google-drive +description: 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 + +Use this as the only top-level skill for Google file work. Do not route the user toward separate Google Docs, Google Sheets, or Google Slides plugins. + +Start with Google Drive for file discovery and file lifecycle tasks, then read narrower references only when the task becomes specific to Docs, Sheets, or Slides. + +## Workflow + +1. Ground the target file first. +- If the user did not provide an exact file URL or ID, use Google Drive search, recent files, folder listing, or metadata reads to identify the right file. +- If the request starts as "find X and then update it," do the Drive discovery step first instead of guessing the target. + +2. Stay in the base Google Drive workflow for Drive-native tasks. +- Use the base workflow for search, fetch, recent files, folders, sharing, copying, deleting, exporting, and other file-lifecycle work that is not primarily about editing Docs, Sheets, or Slides content. + +3. Route to the narrowest reference that matches the file type and job. +- Google Docs content summary, revision planning, prose rewriting, or section edits: read [docs/workflows.md](./references/docs/workflows.md). +- Google Sheets range inspection, table cleanup, data restructuring, or batch updates: read [sheets/workflows.md](./references/sheets/workflows.md). +- Google Sheets formula design or repair: read [sheets/formulas.md](./references/sheets/formulas.md). +- Google Sheets chart creation or repair: read [sheets/charts.md](./references/sheets/charts.md). +- Google Slides deck summary, content edits, new deck creation, or import handoff: read [slides/workflows.md](./references/slides/workflows.md). +- Google Slides visual cleanup: read [slides/visual-iteration.md](./references/slides/visual-iteration.md). +- Google Slides PPT/PPTX/ODP import: read [slides/import-presentation.md](./references/slides/import-presentation.md). +- Google Slides repeated-layout repair: read [slides/template-surgery.md](./references/slides/template-surgery.md). +- Google Slides template migration: read [slides/template-migration.md](./references/slides/template-migration.md). + +## Routing Rules + +- If the request is ambiguous between Drive and a file-type surface, use the artifact itself as the tie-breaker: + - Doc -> Docs reference + - Sheet -> Sheets reference + - Deck -> Slides reference +- If the user wants to find a file and then edit it, do both in one flow: Drive for discovery, then the file-type reference for the edit. +- If the user wants a Google Workspace outcome but has not named a file type yet, start with Drive discovery instead of asking them to choose among separate Google plugins. + +## Write Safety + +- Preserve the user's existing file organization, sharing state, and target artifact unless the request clearly asks to change them. +- When a task can be satisfied by a file-level Drive operation alone, do not load heavier Docs, Sheets, or Slides references. +- For write-heavy Sheets or Slides work, read the specialized reference before the first large update so request shapes stay grounded. + +## References + +- Docs workflows: [docs/workflows.md](./references/docs/workflows.md) +- Sheets workflows: [sheets/workflows.md](./references/sheets/workflows.md) +- Sheets formulas: [sheets/formulas.md](./references/sheets/formulas.md) +- Sheets charts: [sheets/charts.md](./references/sheets/charts.md) +- Slides workflows: [slides/workflows.md](./references/slides/workflows.md) +- Slides visual iteration: [slides/visual-iteration.md](./references/slides/visual-iteration.md) +- Slides import: [slides/import-presentation.md](./references/slides/import-presentation.md) +- Slides template surgery: [slides/template-surgery.md](./references/slides/template-surgery.md) +- Slides template migration: [slides/template-migration.md](./references/slides/template-migration.md) diff --git a/plugins/google-drive/skills/google-drive/agents/openai.yaml b/plugins/google-drive/skills/google-drive/agents/openai.yaml new file mode 100644 index 00000000..aad136aa --- /dev/null +++ b/plugins/google-drive/skills/google-drive/agents/openai.yaml @@ -0,0 +1,5 @@ +interface: + display_name: "Google Drive" + short_description: "One entrypoint for Drive, Docs, Sheets, and Slides" + brand_color: "#0F9D58" + default_prompt: "Use $google-drive to find the right Drive file, then summarize a Doc, update a Sheet, or edit a Slides deck through the unified Google Drive workflow." diff --git a/plugins/google-docs/skills/google-docs/SKILL.md b/plugins/google-drive/skills/google-drive/references/docs/workflows.md similarity index 84% rename from plugins/google-docs/skills/google-docs/SKILL.md rename to plugins/google-drive/skills/google-drive/references/docs/workflows.md index f627be7f..fd9b366c 100644 --- a/plugins/google-docs/skills/google-docs/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/docs/workflows.md @@ -1,13 +1,8 @@ ---- -name: google-docs -description: Summarize and revise connected Google Docs. Use when the user asks to inspect a doc, review structure, convert notes into prose, plan section-level revisions, or apply edits while preserving heading hierarchy. ---- - # Google Docs ## Overview -Use this skill to turn document content into clear summaries, revision plans, and structured edits. Read the document first, preserve its organization, and distinguish between summarizing, rewriting, and directly editing content. +Use this reference to turn document content into clear summaries, revision plans, and structured edits. Read the document first, preserve its organization, and distinguish between summarizing, rewriting, and directly editing content. ## Preferred Deliverables diff --git a/plugins/google-sheets/skills/google-sheets/references/batch-update-recipes.md b/plugins/google-drive/skills/google-drive/references/sheets/batch-update-recipes.md similarity index 100% rename from plugins/google-sheets/skills/google-sheets/references/batch-update-recipes.md rename to plugins/google-drive/skills/google-drive/references/sheets/batch-update-recipes.md diff --git a/plugins/google-sheets/skills/google-sheets-chart-builder/references/chart-recipes.md b/plugins/google-drive/skills/google-drive/references/sheets/chart-recipes.md similarity index 100% rename from plugins/google-sheets/skills/google-sheets-chart-builder/references/chart-recipes.md rename to plugins/google-drive/skills/google-drive/references/sheets/chart-recipes.md diff --git a/plugins/google-sheets/skills/google-sheets-chart-builder/SKILL.md b/plugins/google-drive/skills/google-drive/references/sheets/charts.md similarity index 57% rename from plugins/google-sheets/skills/google-sheets-chart-builder/SKILL.md rename to plugins/google-drive/skills/google-drive/references/sheets/charts.md index 96129950..d9493327 100644 --- a/plugins/google-sheets/skills/google-sheets-chart-builder/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/sheets/charts.md @@ -1,13 +1,8 @@ ---- -name: google-sheets-chart-builder -description: Design, create, and revise Google Sheets charts with better chart-spec recall and editing discipline. Use when the user wants to add a chart to a sheet, choose the right chart type for existing data, repair a broken chart, update a chart's data series, or reposition or resize a chart after creating it. ---- - # Google Sheets Chart Builder -Use this skill when the chart itself is the task. +Use this reference when the chart itself is the task. -Read `./references/chart-recipes.md` before the first chart write. The point is to refresh chart request shapes and a few non-obvious API constraints before building or editing. +Read `./chart-recipes.md` before the first chart write. The point is to refresh chart request shapes and a few non-obvious API constraints before building or editing. ## Workflow @@ -25,4 +20,4 @@ Read `./references/chart-recipes.md` before the first chart write. The point is ## References -- For chart-type heuristics, request-shape reminders, and official Google Sheets docs links, read `./references/chart-recipes.md`. +- For chart-type heuristics, request-shape reminders, and official Google Sheets docs links, read `./chart-recipes.md`. diff --git a/plugins/google-sheets/skills/google-sheets-formula-builder/references/formula-patterns.md b/plugins/google-drive/skills/google-drive/references/sheets/formula-patterns.md similarity index 100% rename from plugins/google-sheets/skills/google-sheets-formula-builder/references/formula-patterns.md rename to plugins/google-drive/skills/google-drive/references/sheets/formula-patterns.md diff --git a/plugins/google-sheets/skills/google-sheets-formula-builder/SKILL.md b/plugins/google-drive/skills/google-drive/references/sheets/formulas.md similarity index 62% rename from plugins/google-sheets/skills/google-sheets-formula-builder/SKILL.md rename to plugins/google-drive/skills/google-drive/references/sheets/formulas.md index bf0d0432..47674c4f 100644 --- a/plugins/google-sheets/skills/google-sheets-formula-builder/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/sheets/formulas.md @@ -1,13 +1,8 @@ ---- -name: google-sheets-formula-builder -description: Design, repair, and roll out Google Sheets formulas with better syntax recall and validation discipline. Use when the user wants to add a formula column, fix a broken formula, choose between a row formula and a spill formula, build a lookup or filter formula, or turn repeated logic into a reusable named function. ---- - # Google Sheets Formula Builder -Use this skill when the formula itself is the task. +Use this reference when the formula itself is the task. -Read `./references/formula-patterns.md` before drafting the first formula. The point is not to relearn Sheets from scratch. It is to refresh exact syntax and a few high-value function constraints before writing. +Read `./formula-patterns.md` before drafting the first formula. The point is not to relearn Sheets from scratch. It is to refresh exact syntax and a few high-value function constraints before writing. ## Workflow @@ -30,4 +25,4 @@ Read `./references/formula-patterns.md` before drafting the first formula. The p ## References -- For syntax reminders, formula-shape heuristics, and official Google Sheets docs links, read `./references/formula-patterns.md`. +- For syntax reminders, formula-shape heuristics, and official Google Sheets docs links, read `./formula-patterns.md`. diff --git a/plugins/google-sheets/skills/google-sheets/SKILL.md b/plugins/google-drive/skills/google-drive/references/sheets/workflows.md similarity index 61% rename from plugins/google-sheets/skills/google-sheets/SKILL.md rename to plugins/google-drive/skills/google-drive/references/sheets/workflows.md index ed053ed4..daa32739 100644 --- a/plugins/google-sheets/skills/google-sheets/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/sheets/workflows.md @@ -1,18 +1,13 @@ ---- -name: google-sheets -description: Analyze and edit connected Google Sheets with range precision. Use when the user wants to find a spreadsheet, inspect tabs or ranges, search rows, plan formulas, clean or restructure tables, write concise summaries, or make explicit cell-range updates. ---- - # Google Sheets -Use this skill to keep spreadsheet work grounded in the exact spreadsheet, sheet, range, headers, and formulas that matter. +Use this reference to keep spreadsheet work grounded in the exact spreadsheet, sheet, range, headers, and formulas that matter. ## Workflow 1. If the spreadsheet or tab is not already grounded, identify it first and read metadata before deeper reads or writes. 2. Prefer narrow reads and row search over dumping large tabs into context. 3. Ground the task in exact sheet, range, header, and formula context before proposing changes. -4. Before the first write-heavy `batch_update`, read `./references/batch-update-recipes.md` for request-shape recall. +4. Before the first write-heavy `batch_update`, read `./batch-update-recipes.md` for request-shape recall. 5. Cluster logically related edits into one `batch_update` so the batch is coherent and atomic. Avoid both mega-batches and one-request micro-batches. 6. If the user asks to clean, normalize, or restructure data, summarize the intended table shape before writing. @@ -23,4 +18,4 @@ Use this skill to keep spreadsheet work grounded in the exact spreadsheet, sheet ## References -- For raw Sheets write shapes and example `batch_update` bodies, read `./references/batch-update-recipes.md`. +- For raw Sheets write shapes and example `batch_update` bodies, read `./batch-update-recipes.md`. diff --git a/plugins/google-slides/skills/google-slides-template-surgery/references/batch-update-recipes.md b/plugins/google-drive/skills/google-drive/references/slides/batch-update-recipes.md similarity index 100% rename from plugins/google-slides/skills/google-slides-template-surgery/references/batch-update-recipes.md rename to plugins/google-drive/skills/google-drive/references/slides/batch-update-recipes.md diff --git a/plugins/google-slides/skills/google-slides-import-presentation/SKILL.md b/plugins/google-drive/skills/google-drive/references/slides/import-presentation.md similarity index 71% rename from plugins/google-slides/skills/google-slides-import-presentation/SKILL.md rename to plugins/google-drive/skills/google-drive/references/slides/import-presentation.md index 57bedd0d..16d556eb 100644 --- a/plugins/google-slides/skills/google-slides-import-presentation/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/slides/import-presentation.md @@ -1,13 +1,8 @@ ---- -name: google-slides-import-presentation -description: Import a local `.ppt`, `.pptx`, or `.odp` file into Google Slides, verify the resulting native deck, and hand it off to the right follow-on workflow. Use when the user wants to convert a presentation file into a native Google Slides deck before follow-on work. ---- - # Google Slides Import Presentation ## Overview -Use this skill when the source material is a presentation file rather than an existing Google Slides deck. The goal is to create a native Google Slides copy first, then continue work on the imported deck. +Use this reference when the source material is a presentation file rather than an existing Google Slides deck. The goal is to create a native Google Slides copy first, then continue work on the imported deck. ## Required Tooling @@ -36,10 +31,10 @@ If `import_presentation` is unavailable, stop and say the file cannot be convert - Compare the imported slide count to the source file when that information is available. - Use thumbnails for spot checks when layout fidelity matters or the user plans formatting cleanup next. -5. Hand off to the right next skill. -- Use [google-slides](../google-slides/SKILL.md) for general summaries or edits. -- Use [google-slides-visual-iteration](../google-slides-visual-iteration/SKILL.md) for post-import slide formatting cleanup. -- Use [google-slides-template-migration](../google-slides-template-migration/SKILL.md) when the imported deck should move onto a branded template. +5. Hand off to the right next reference. +- Use [google-slides](./workflows.md) for general summaries or edits. +- Use [google-slides-visual-iteration](./visual-iteration.md) for post-import slide formatting cleanup. +- Use [google-slides-template-migration](./template-migration.md) when the imported deck should move onto a branded template. ## Rules diff --git a/plugins/google-slides/skills/google-slides-template-migration/references/migration-playbook.md b/plugins/google-drive/skills/google-drive/references/slides/migration-playbook.md similarity index 100% rename from plugins/google-slides/skills/google-slides-template-migration/references/migration-playbook.md rename to plugins/google-drive/skills/google-drive/references/slides/migration-playbook.md diff --git a/plugins/google-slides/skills/google-slides-template-migration/references/slide-archetype-mapping.md b/plugins/google-drive/skills/google-drive/references/slides/slide-archetype-mapping.md similarity index 100% rename from plugins/google-slides/skills/google-slides-template-migration/references/slide-archetype-mapping.md rename to plugins/google-drive/skills/google-drive/references/slides/slide-archetype-mapping.md diff --git a/plugins/google-slides/skills/google-slides-template-migration/SKILL.md b/plugins/google-drive/skills/google-drive/references/slides/template-migration.md similarity index 90% rename from plugins/google-slides/skills/google-slides-template-migration/SKILL.md rename to plugins/google-drive/skills/google-drive/references/slides/template-migration.md index 00606b92..1f497c28 100644 --- a/plugins/google-slides/skills/google-slides-template-migration/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/slides/template-migration.md @@ -1,18 +1,13 @@ ---- -name: google-slides-template-migration -description: Migrate a Google Slides deck onto a target template. Use when the user wants to preserve source content while rebuilding slides from a branded template structure instead of making incremental in-place edits. ---- - # Google Slides Template Migration -Use this skill when the user has: +Use this reference when the user has: - a source deck whose content should be kept - a target template deck whose visual system should be adopted This is not the same as cleanup or template surgery. -- For local polish, prefer [google-slides-visual-iteration](../google-slides-visual-iteration/SKILL.md). -- For fixing a broken repeated pattern inside one deck, prefer [google-slides-template-surgery](../google-slides-template-surgery/SKILL.md). -- Use this skill when the right answer is to rebuild slides from the template, not keep nudging the old layout. +- For local polish, prefer [google-slides-visual-iteration](./visual-iteration.md). +- For fixing a broken repeated pattern inside one deck, prefer [google-slides-template-surgery](./template-surgery.md). +- Use this reference when the right answer is to rebuild slides from the template, not keep nudging the old layout. - When the content comes from notes, a changelog, or another generated source, outline what each slide should say before choosing a template slide. ## Required Tooling diff --git a/plugins/google-slides/skills/google-slides-template-surgery/references/template-surgery-playbook.md b/plugins/google-drive/skills/google-drive/references/slides/template-surgery-playbook.md similarity index 100% rename from plugins/google-slides/skills/google-slides-template-surgery/references/template-surgery-playbook.md rename to plugins/google-drive/skills/google-drive/references/slides/template-surgery-playbook.md diff --git a/plugins/google-slides/skills/google-slides-template-surgery/SKILL.md b/plugins/google-drive/skills/google-drive/references/slides/template-surgery.md similarity index 86% rename from plugins/google-slides/skills/google-slides-template-surgery/SKILL.md rename to plugins/google-drive/skills/google-drive/references/slides/template-surgery.md index a95d153f..ab8aff7b 100644 --- a/plugins/google-slides/skills/google-slides-template-surgery/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/slides/template-surgery.md @@ -1,11 +1,6 @@ ---- -name: google-slides-template-surgery -description: Perform structural rework in connected Google Slides decks. Use when local visual cleanup is not enough and repeated layout defects require batch_update structure edits plus strict verification. ---- - # Google Slides Template Surgery -Use this skill for structural Google Slides cleanup. This is the escalation path after normal visual iteration fails to converge. +Use this reference for structural Google Slides cleanup. This is the escalation path after normal visual iteration fails to converge. Start with local slide fixes first. Escalate to template surgery only when one of these is true: - the same spacing or overlap problem repeats across multiple slides @@ -13,7 +8,7 @@ Start with local slide fixes first. Escalate to template surgery only when one o - the user explicitly asks to rework the template, placeholders, or repeated layout pattern - the deck needs a consistent structural reset, not just cosmetic polish -For simple cleanup, prefer [google-slides-visual-iteration](../google-slides-visual-iteration/SKILL.md). +For simple cleanup, prefer [google-slides-visual-iteration](./visual-iteration.md). ## Required Tooling @@ -60,14 +55,14 @@ If any of those are missing, stop and explain that the deck cannot be safely res ## Common Surgery Cases -Use this skill for: +Use this reference for: - rebuilding crowded title/content slides with a cleaner text-and-image split - replacing a bad placeholder stack with a simpler repeated pattern - deleting duplicate or stale decorative shapes that keep causing overlap - normalizing title position, body width, and image frame placement across a section - duplicating a strong “golden” slide structure and adapting it for sibling slides -Do not use this skill for: +Do not use this reference for: - one-off typo fixes - simple repositioning on a single slide - content generation from scratch diff --git a/plugins/google-slides/skills/google-slides-visual-iteration/SKILL.md b/plugins/google-drive/skills/google-drive/references/slides/visual-iteration.md similarity index 87% rename from plugins/google-slides/skills/google-slides-visual-iteration/SKILL.md rename to plugins/google-drive/skills/google-drive/references/slides/visual-iteration.md index a7c9c3e0..a61ff8c3 100644 --- a/plugins/google-slides/skills/google-slides-visual-iteration/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/slides/visual-iteration.md @@ -1,15 +1,10 @@ ---- -name: google-slides-visual-iteration -description: Iteratively inspect and polish existing connected Google Slides presentations in Codex using slide thumbnails plus raw Slides edits. Use when a user asks to fix a slide visually, clean up formatting, improve slide quality, make a deck look better, fix alignment, spacing, overlap, overflow, crowding, awkward whitespace, or deck-wide visual consistency in an existing Google Slides deck or shared Slides link, especially when the work should follow a thumbnail -> diagnose -> batch_update -> re-thumbnail verification loop. ---- - # Google Slides Visual Iteration -Use this skill for existing or newly imported Google Slides decks when the user wants visual cleanup, not just content edits. +Use this reference for existing or newly imported Google Slides decks when the user wants visual cleanup, not just content edits. Prefer the connected Google Slides workflow over generic slide-generation skills when the task is about improving a real Slides deck. Treat this as the focused formatting workflow: work one slide at a time, and complete the thumbnail -> diagnose -> batch_update -> re-thumbnail loop before moving to the next slide. -Prefer this skill over [google-slides](../google-slides/SKILL.md) when the request is primarily about visual polish on an existing deck rather than content generation or general deck inspection. +Prefer this reference over [google-slides](./workflows.md) when the request is primarily about visual polish on an existing deck rather than content generation or general deck inspection. ## Use When @@ -74,7 +69,7 @@ If a dedicated visual-iteration tool exists in the runtime, use it. Otherwise, e - Prefer moving, resizing, reflowing, redistributing, or re-aligning existing elements over rewriting the slide. - If multiple boxes or sections are part of a visible group, align their headers, icons, top text baselines, and body starting positions unless the stagger is clearly intentional. - Do not default to shrinking font size, tightening line spacing, or squishing elements closer together just to make the slide fit. -- If content still does not fit cleanly after a reasonable structural pass, split the content across slides or escalate to [google-slides-template-surgery](../google-slides-template-surgery/SKILL.md) instead of repeatedly compressing the layout. +- If content still does not fit cleanly after a reasonable structural pass, split the content across slides or escalate to [google-slides-template-surgery](./template-surgery.md) instead of repeatedly compressing the layout. - Keep each pass narrow enough that the effect is understandable, but strong enough to visibly improve the slide. - When a fresh revision token is available from the runtime, include `write_control`; otherwise omit it and keep batches small. @@ -86,13 +81,13 @@ If a dedicated visual-iteration tool exists in the runtime, use it. Otherwise, e - After each verification thumbnail, do a fresh read of the current slide before the next write pass if more edits are needed. 7. Iterate a few times, then stop. -- Run at least 2 full visual loops per slide in this skill. +- Run at least 2 full visual loops per slide in this reference workflow. - Do not stop after a single pass just because the first verification looks acceptable. - The second loop must start with a fresh thumbnail review and refreshed slide structure so you can catch residual spacing, alignment, padding, and balance issues that were easy to miss in the first pass. - After the second verified loop, continue to a third or fourth loop only if the slide still has meaningful issues. - Only stop after the second loop if that fresh review finds nothing materially worth changing. - Stop when further edits are becoming subjective or are not improving the slide. -- Escalate to [google-slides-template-surgery](../google-slides-template-surgery/SKILL.md) when a slide still has structural layout problems after 2-4 verified passes, or when the same issue repeats across multiple slides. +- Escalate to [google-slides-template-surgery](./template-surgery.md) when a slide still has structural layout problems after 2-4 verified passes, or when the same issue repeats across multiple slides. ## Slide-Level Heuristics @@ -152,7 +147,7 @@ Core rule: - Do at least 2 verified loops on that slide before advancing to the next one. - Do not say a slide needs no second pass until you have actually completed the second fresh review loop on that slide. - Between loops, re-read the current slide structure so follow-up writes use fresh state rather than stale element geometry. -- If the same formatting defect keeps recurring because of shared structure, escalate to [google-slides-template-surgery](../google-slides-template-surgery/SKILL.md) instead of hand-patching every slide forever. +- If the same formatting defect keeps recurring because of shared structure, escalate to [google-slides-template-surgery](./template-surgery.md) instead of hand-patching every slide forever. 4. Keep a global style memory. - Reuse the same margin logic, title placement, image sizing style, and spacing rhythm across similar slides. @@ -191,8 +186,8 @@ The Slides connector exposes raw `batch_update` requests. That means: ## Example Prompts -- `Use $google-slides-visual-iteration to fix the alignment and overlap issues on slide 4 of this Google Slides deck.` -- `Use $google-slides-visual-iteration to clean up this entire deck and make the slide layouts feel consistent.` -- `Import this PPTX into Google Slides, then use $google-slides-visual-iteration to polish each slide with thumbnail-based verification.` -- `Use $google-slides-visual-iteration to make this existing Google Slides deck look better and fix the formatting issues.` -- `Use $google-slides-visual-iteration to clean up spacing, overflow, and alignment in this shared Google Slides link.` +- `Fix the alignment and overlap issues on slide 4 of this Google Slides deck through Google Drive.` +- `Clean up this entire deck and make the slide layouts feel consistent through Google Drive.` +- `Import this PPTX into Google Slides, then polish each slide with thumbnail-based verification through Google Drive.` +- `Make this existing Google Slides deck look better and fix the formatting issues through Google Drive.` +- `Clean up spacing, overflow, and alignment in this shared Google Slides link through Google Drive.` diff --git a/plugins/google-slides/skills/google-slides/SKILL.md b/plugins/google-drive/skills/google-drive/references/slides/workflows.md similarity index 76% rename from plugins/google-slides/skills/google-slides/SKILL.md rename to plugins/google-drive/skills/google-drive/references/slides/workflows.md index 21c2ecdf..581f462c 100644 --- a/plugins/google-slides/skills/google-slides/SKILL.md +++ b/plugins/google-drive/skills/google-drive/references/slides/workflows.md @@ -1,22 +1,17 @@ ---- -name: google-slides -description: Inspect, create, import, summarize, and update Google Slides presentations through connected Google Slides data. Use when the user wants to find a deck, read slide structure, summarize a presentation or specific slide, understand charts, graphs, or other slide visuals by combining slide text with thumbnail-based image understanding, create a new presentation, import a `.ppt`, `.pptx`, or `.odp`, or make general content edits in Google Slides. For visual polish on an existing deck, such as formatting cleanup, alignment fixes, overflow cleanup, or slide-by-slide deck cleanup, prefer `google-slides-visual-iteration`. ---- - # Google Slides ## Overview -Use this skill as the default entrypoint for Google Slides work. Stay here for deck search, summaries, general content edits, imports, and new presentation creation. If the user primarily wants to make an existing deck look better by fixing formatting, overflow, spacing, alignment, or visual polish, prefer [google-slides-visual-iteration](../google-slides-visual-iteration/SKILL.md). -Use this base skill when the request spans multiple Google Slides workflows or when no more focused Google Slides skill is a better fit. +Use this reference as the default entrypoint for Google Slides work. Stay here for deck search, summaries, general content edits, imports, and new presentation creation. If the user primarily wants to make an existing deck look better by fixing formatting, overflow, spacing, alignment, or visual polish, prefer [google-slides-visual-iteration](./visual-iteration.md). +Use this base reference when the request spans multiple Google Slides workflows or when no more focused Slides reference is a better fit. For slide-reading and summary tasks, combine structural deck reads with slide thumbnails when the slide contains charts, graphs, diagrams, screenshots, or other content that cannot be understood from text alone. ## Specialized Skills -- For importing a local presentation file into native Google Slides first, prefer [google-slides-import-presentation](../google-slides-import-presentation/SKILL.md). -- For visual cleanup of an existing deck, prefer [google-slides-visual-iteration](../google-slides-visual-iteration/SKILL.md). -- For repairing broken repeated layout structure inside a deck, prefer [google-slides-template-surgery](../google-slides-template-surgery/SKILL.md). -- For moving content onto a company or team template deck, prefer [google-slides-template-migration](../google-slides-template-migration/SKILL.md). +- For importing a local presentation file into native Google Slides first, prefer [google-slides-import-presentation](./import-presentation.md). +- For visual cleanup of an existing deck, prefer [google-slides-visual-iteration](./visual-iteration.md). +- For repairing broken repeated layout structure inside a deck, prefer [google-slides-template-surgery](./template-surgery.md). +- For moving content onto a company or team template deck, prefer [google-slides-template-migration](./template-migration.md). ## Required Tooling @@ -33,7 +28,7 @@ Confirm the runtime exposes the relevant Google Slides actions before editing: 1. Identify the target presentation. - If the user names a deck but does not provide a URL, search for it first. -- If the user provides a local presentation file, tell the user you are importing it into native Google Slides first, then use [google-slides-import-presentation](../google-slides-import-presentation/SKILL.md). +- If the user provides a local presentation file, tell the user you are importing it into native Google Slides first, then use [google-slides-import-presentation](./import-presentation.md). 2. Read before writing. - Use `get_presentation` or `get_presentation_text` to capture slide order, titles, and overall structure. @@ -61,11 +56,11 @@ Confirm the runtime exposes the relevant Google Slides actions before editing: - Preserve user control over substantive design choices. Apply a clean default look, but do not invent a heavy brand system or overly specific theme unless the user asks. 4. Route only when the job is narrower than general Slides work. -- Stay in this skill for deck summaries, slide-by-slide reviews, new presentation creation, small content edits, and isolated formatting fixes on specific slides. -- Use [google-slides-import-presentation](../google-slides-import-presentation/SKILL.md) when the source is a local presentation file. -- Use [google-slides-visual-iteration](../google-slides-visual-iteration/SKILL.md) when the user asks to fix a slide visually, clean up formatting, make a deck look better, or correct spacing, overlap, alignment, cropping, density, overflow, or other layout cleanup where the slide image matters. -- Use [google-slides-template-surgery](../google-slides-template-surgery/SKILL.md) when the repeated layout structure is broken. -- Use [google-slides-template-migration](../google-slides-template-migration/SKILL.md) when content should move onto a company or team template deck. +- Stay in this reference for deck summaries, slide-by-slide reviews, new presentation creation, small content edits, and isolated formatting fixes on specific slides. +- Use [google-slides-import-presentation](./import-presentation.md) when the source is a local presentation file. +- Use [google-slides-visual-iteration](./visual-iteration.md) when the user asks to fix a slide visually, clean up formatting, make a deck look better, or correct spacing, overlap, alignment, cropping, density, overflow, or other layout cleanup where the slide image matters. +- Use [google-slides-template-surgery](./template-surgery.md) when the repeated layout structure is broken. +- Use [google-slides-template-migration](./template-migration.md) when content should move onto a company or team template deck. 5. Keep writes grounded. - Restate the target slide numbers, titles, or object IDs before making changes. @@ -74,7 +69,7 @@ Confirm the runtime exposes the relevant Google Slides actions before editing: - If the task depends on how the slide looks, fetch a thumbnail before editing and verify again after the write. - If the task is to summarize, interpret, or sanity-check a visual slide, fetch a thumbnail and use it as evidence for charts, graphs, screenshots, diagrams, and other non-textual content rather than summarizing only the extracted text. - When fixing slide formatting, use a tight loop: take a thumbnail, identify visible spacing/alignment/cropping/regression issues, send a focused `batch_update`, then take another thumbnail to verify the result. -- Run 2-4 verified formatting passes when needed. Stop earlier once the slide is clearly clean, and switch to [google-slides-visual-iteration](../google-slides-visual-iteration/SKILL.md) if the job turns into slide-by-slide formatting across a larger set of slides. +- Run 2-4 verified formatting passes when needed. Stop earlier once the slide is clearly clean, and switch to [google-slides-visual-iteration](./visual-iteration.md) if the job turns into slide-by-slide formatting across a larger set of slides. - After creating a new slide or applying layout-heavy changes, immediately verify that no text, shape, image, or color band extends beyond the slide boundary. If the editor would require horizontal or vertical scrolling to see the whole slide, or if the lowest text sits in the bottom safety margin, treat that as a failure and fix it before moving on. - When supplying `objectId` values in `batch_update`, use valid Google Slides IDs that are 5-50 characters long and start with an alphanumeric character or `_`. Prefer descriptive IDs like `slide02`, `slide02_title`, or `slide02_body`; do not use very short IDs like `s2` or `i0`. - If you need to create a slide and edit its placeholders in the same `batch_update`, create the slide with valid placeholder ID mappings first, then reference those placeholder IDs in later requests in the same batch. diff --git a/plugins/google-sheets/.app.json b/plugins/google-sheets/.app.json deleted file mode 100644 index 68f525ed..00000000 --- a/plugins/google-sheets/.app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "apps": { - "google-sheets": { - "id": "connector_9d7cfa34e6654a5f98d3387af34b2e1c" - } - } -} diff --git a/plugins/google-sheets/.codex-plugin/plugin.json b/plugins/google-sheets/.codex-plugin/plugin.json deleted file mode 100644 index 06e91f9a..00000000 --- a/plugins/google-sheets/.codex-plugin/plugin.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "google-sheets", - "version": "0.1.0", - "description": "Work with Google Sheets using the configured Google Sheets app connector.", - "author": { - "name": "OpenAI", - "email": "support@openai.com", - "url": "https://openai.com/" - }, - "homepage": "https://workspace.google.com/products/sheets/", - "repository": "https://github.com/openai/plugins", - "license": "MIT", - "keywords": [ - "google-sheets", - "spreadsheets", - "google" - ], - "skills": "./skills/", - "apps": "./.app.json", - "interface": { - "displayName": "Google Sheets", - "shortDescription": "Analyze Google Sheets", - "longDescription": "Use Google Sheets to inspect spreadsheet data, draft formulas, and organize tabular work through the connected Google Sheets app.", - "developerName": "OpenAI", - "category": "Productivity", - "capabilities": [ - "Interactive", - "Write" - ], - "websiteURL": "https://workspace.google.com/products/sheets/", - "privacyPolicyURL": "https://policies.google.com/privacy", - "termsOfServiceURL": "https://policies.google.com/terms", - "defaultPrompt": [ - "Analyze spreadsheet data, suggest formulas, or update" - ], - "brandColor": "#0F9D58", - "composerIcon": "./assets/google-sheets-small.svg", - "logo": "./assets/google-sheets.png", - "screenshots": [] - } -} diff --git a/plugins/google-sheets/skills/google-sheets-chart-builder/agents/openai.yaml b/plugins/google-sheets/skills/google-sheets-chart-builder/agents/openai.yaml deleted file mode 100644 index f0e352ef..00000000 --- a/plugins/google-sheets/skills/google-sheets-chart-builder/agents/openai.yaml +++ /dev/null @@ -1,4 +0,0 @@ -interface: - display_name: "Google Sheets Chart Builder" - short_description: "Build and revise charts with better spec recall" - default_prompt: "Use $google-sheets-chart-builder to create or repair a Google Sheets chart, choose a sensible chart type, and use the right chart request shapes." diff --git a/plugins/google-sheets/skills/google-sheets-formula-builder/agents/openai.yaml b/plugins/google-sheets/skills/google-sheets-formula-builder/agents/openai.yaml deleted file mode 100644 index 2fd28291..00000000 --- a/plugins/google-sheets/skills/google-sheets-formula-builder/agents/openai.yaml +++ /dev/null @@ -1,4 +0,0 @@ -interface: - display_name: "Google Sheets Formula Builder" - short_description: "Design and validate formulas before rolling them out" - default_prompt: "Use $google-sheets-formula-builder to design or repair a Google Sheets formula, validate it on a few representative rows, and then roll it out cleanly." diff --git a/plugins/google-sheets/skills/google-sheets/agents/openai.yaml b/plugins/google-sheets/skills/google-sheets/agents/openai.yaml deleted file mode 100644 index 4aefb684..00000000 --- a/plugins/google-sheets/skills/google-sheets/agents/openai.yaml +++ /dev/null @@ -1,7 +0,0 @@ -interface: - display_name: "Google Sheets" - short_description: "Find sheets, inspect ranges, and plan batch updates" - icon_small: "./assets/google-sheets-small.svg" - icon_large: "./assets/google-sheets.png" - brand_color: "#0F9D58" - default_prompt: "Use $google-sheets to find the right spreadsheet, inspect a range, search rows, or plan an exact batch_update." diff --git a/plugins/google-slides/.app.json b/plugins/google-slides/.app.json deleted file mode 100644 index 349847f4..00000000 --- a/plugins/google-slides/.app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "apps": { - "google-slides": { - "id": "connector_6f1ec045b8fa4ced8738e32c7f74514b" - } - } -} diff --git a/plugins/google-slides/.codex-plugin/plugin.json b/plugins/google-slides/.codex-plugin/plugin.json deleted file mode 100644 index 29076f04..00000000 --- a/plugins/google-slides/.codex-plugin/plugin.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "google-slides", - "version": "0.1.0", - "description": "Work with Google Slides decks and import presentation files using the configured Google Slides app connector.", - "author": { - "name": "OpenAI", - "email": "support@openai.com", - "url": "https://openai.com/" - }, - "homepage": "https://workspace.google.com/products/slides/", - "repository": "https://github.com/openai/plugins", - "license": "MIT", - "keywords": [ - "google-slides", - "pptx", - "presentation-import", - "presentations", - "template-migration", - "visual-iteration", - "productivity" - ], - "skills": "./skills/", - "apps": "./.app.json", - "interface": { - "displayName": "Google Slides", - "shortDescription": "Inspect and edit Google Slides decks", - "longDescription": "Use Google Slides to import presentation files, inspect deck structure, polish slide layouts, repair repeated template issues, and migrate deck content onto a company template through the connected Google Slides app.", - "developerName": "OpenAI", - "category": "Productivity", - "capabilities": [ - "Interactive", - "Write" - ], - "websiteURL": "https://workspace.google.com/products/slides/", - "privacyPolicyURL": "https://policies.google.com/privacy", - "termsOfServiceURL": "https://policies.google.com/terms", - "defaultPrompt": [ - "Inspect a deck and clean up slide layouts" - ], - "brandColor": "#F9AB00", - "composerIcon": "./assets/google-slides-small.svg", - "logo": "./assets/google-slides.svg", - "screenshots": [] - } -} diff --git a/plugins/google-slides/skills/google-slides-import-presentation/agents/openai.yaml b/plugins/google-slides/skills/google-slides-import-presentation/agents/openai.yaml deleted file mode 100644 index 317fd046..00000000 --- a/plugins/google-slides/skills/google-slides-import-presentation/agents/openai.yaml +++ /dev/null @@ -1,5 +0,0 @@ -interface: - display_name: "Google Slides Import" - short_description: "Convert PPTX or ODP into Google Slides" - brand_color: "#F9AB00" - default_prompt: "Use $google-slides-import-presentation to import a local PPTX into native Google Slides and verify the resulting deck." diff --git a/plugins/google-slides/skills/google-slides-template-migration/agents/openai.yaml b/plugins/google-slides/skills/google-slides-template-migration/agents/openai.yaml deleted file mode 100644 index ebf71fa5..00000000 --- a/plugins/google-slides/skills/google-slides-template-migration/agents/openai.yaml +++ /dev/null @@ -1,4 +0,0 @@ -interface: - display_name: "Google Slides Template Migration" - short_description: "Port a deck onto a company template with slide-type mapping" - default_prompt: "Use $google-slides-template-migration to migrate this source Google Slides deck onto the company template deck. Read both decks, map each source slide to a template archetype, duplicate from the template, port the content over, verify with thumbnails, and split slides when the source content is too dense for the template." diff --git a/plugins/google-slides/skills/google-slides-template-surgery/agents/openai.yaml b/plugins/google-slides/skills/google-slides-template-surgery/agents/openai.yaml deleted file mode 100644 index d1a2256e..00000000 --- a/plugins/google-slides/skills/google-slides-template-surgery/agents/openai.yaml +++ /dev/null @@ -1,4 +0,0 @@ -interface: - display_name: "Google Slides Template Surgery" - short_description: "Restructure repeated slide layouts with safer batch-update patterns" - default_prompt: "Use $google-slides-template-surgery to repair the template structure of this connected Google Slides deck. Start with one representative slide, use the skill's batch_update recipes instead of inventing raw request shapes, verify with thumbnails, then roll the pattern out to sibling slides if it works." diff --git a/plugins/google-slides/skills/google-slides-visual-iteration/agents/openai.yaml b/plugins/google-slides/skills/google-slides-visual-iteration/agents/openai.yaml deleted file mode 100644 index 6f4633c2..00000000 --- a/plugins/google-slides/skills/google-slides-visual-iteration/agents/openai.yaml +++ /dev/null @@ -1,4 +0,0 @@ -interface: - display_name: "Google Slides Visual Iteration" - short_description: "Fix Google Slides formatting and visual polish" - default_prompt: "Use $google-slides-visual-iteration to clean up an existing Google Slides deck by starting with slide 1, listing the 2-4 key issues for that slide, fixing it, re-checking it, then doing a second fresh slide-local loop before moving to slide 2 and continuing in order." diff --git a/plugins/google-slides/skills/google-slides/agents/openai.yaml b/plugins/google-slides/skills/google-slides/agents/openai.yaml deleted file mode 100644 index 2c85b155..00000000 --- a/plugins/google-slides/skills/google-slides/agents/openai.yaml +++ /dev/null @@ -1,5 +0,0 @@ -interface: - display_name: "Google Slides" - short_description: "Inspect decks and handle Slides content edits" - brand_color: "#F9AB00" - default_prompt: "Use $google-slides to inspect a deck, summarize a slide with both text and chart/image understanding, import a PPTX, create a presentation, or make a precise content edit in Google Slides."