gws-slides

Read and update Google Slides presentations via the gws slides API.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-slides-temple-slope
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gws-slides
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-slides
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-slides-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates reading and updating Google Slides presentations.

Core Features & Use Cases

  • Read and update slides content programmatically via the gws slides API.
  • Create new presentations and fetch the latest versions for review.
  • Batch-update multiple slides in a single operation to keep decks in sync.

Quick Start

Create a new presentation titled 'Quarterly Review' and add a title slide with that title.

Frequently Asked Questions about gws-slides

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

FAQPage Schema
How do I batch-update Google Slides content programmatically?▼

You can batch-update Google Slides content by applying multiple slide modifications in a single API operation, ensuring your presentation deck stays synchronized without manual editing.

What is the best way to create a new Google Slides presentation via API?▼

Creating a new Google Slides presentation via API involves sending a request to initialize a deck with a specified title, then adding title slides and content through automated batch updates.

Can I retrieve the latest version of a Google Slides deck for automated review?▼

Yes, you can retrieve the latest version of a Google Slides deck by reading the presentation programmatically, allowing you to fetch and review current slide content automatically.

Does this Google Slides automation approach support reading and writing slide content?▼

This Google Slides automation supports both reading and writing slide content, providing clear method schemas to create, fetch, and update presentation data via the gws API interface.

What do I need to automate Google Slides presentations at scale?▼

Automating Google Slides presentations requires using the gws API to handle batch updates and deck creation, allowing you to manage multiple slide modifications without manual intervention.