gog-slides

Manipulate Google Slides presentations through gog commands.

28|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/echonoshy/ripple --skill gog-slides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog-slides
Source: https://github.com/echonoshy/ripple/tree/main/skills/gog/gog-slides
Command: npx skills add https://github.com/echonoshy/ripple --skill gog-slides

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gog, google_workspace, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of working with Google Slides, allowing users to read, create, and modify presentations directly through gog commands.

Core Features & Use Cases

  • Read and Create Slides: Access and manipulate Google Slides presentations.
  • Export Formats: Export slides as PDF or PPTX.
  • Find and Replace: Perform text replacements across slides.
  • Batch Update: Apply changes to multiple slides at once.
  • Use Case: Quickly generate a presentation from a markdown file or update multiple slides with new information.

Quick Start

To export the slides from a presentation with ID '1234567890' as a PDF, use the command: `gog --account <email> slides export 1234567890 --format pdf --out ./deck.pdf'

Frequently Asked Questions about gog-slides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Slides creation and updates without manual editing?

You can automate Google Slides creation and updates using gog commands to read, create, and modify presentations. This supports generating decks from files and applying batch updates to multiple slides directly through the command line.

Can I export Google Slides to PDF or PPTX from the command line?

Yes, you can export Google Slides presentations to PDF or PPTX formats. Using the gog slides export command with a presentation ID, you can specify your desired format and output file path to generate the deck.

Do I need the google_workspace connector to manipulate Google Slides with gog?

Yes, manipulating Google Slides with gog requires both the gog and google_workspace connectors. These dependencies provide the necessary authentication and API access to read, modify, and export your presentations.

What is the best way to perform text replacements across multiple Google Slides?

The best way to perform text replacements across slides is using the gog find and replace functionality. This allows you to update specific text strings across an entire presentation efficiently without manual editing.

How do I generate a Google Slides presentation from a markdown file?

You can generate a Google Slides presentation from a markdown file by using gog commands to create and populate slides. This automation reads your markdown content and translates it into structured presentation slides.