gws-slides

Manage Google Slides presentations programmatically via the gws command-line tool.

1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/sumik5/sumik-llm-plugin --skill gws-slides-sumik5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-slides
Source: https://github.com/sumik5/sumik-llm-plugin/tree/main/plugins/studio/skills/gws-slides
Command: npx skills add https://github.com/sumik5/sumik-llm-plugin --skill gws-slides-sumik5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a command-line interface to manage Google Slides presentations, allowing users to create, update, and retrieve presentations efficiently.

Core Features & Use Cases

  • Create and Retrieve Presentations: Easily create new presentations or fetch existing ones.
  • Batch Updates: Apply multiple updates to a presentation in one go.
  • Programmatic Access: Automate Slides operations for scripts and batch processing.
  • Use Case: For instance, a user might want to automate the creation of a new Slides presentation for a meeting by specifying a template and a set of slides.

Quick Start

Use the gws-slides skill to create a new presentation with the title 'My Presentation'.

Frequently Asked Questions about gws-slides

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

FAQPage Schema
How do I automate Google Slides presentation management from the command line?

You can automate Google Slides presentation management by using a command-line interface to create, retrieve, and update presentations programmatically within script-driven workflows.

Can I apply batch updates to a Google Slides presentation?

Yes, batch updates can be applied to a Google Slides presentation, allowing you to execute multiple updates to a presentation in one go for efficient batch processing.

Do I need the gws tool to manage Google Slides programmatically?

Yes, you need the 'gws' command-line tool installed, as it is a required dependency for handling the API interactions needed to manage Google Slides presentations.

How do I create a Google Slides presentation from a template in a script?

You can create a Google Slides presentation from a template in a script by programmatically specifying the template and the set of slides to automate meeting preparation.

What is the best way to handle script-driven Google Slides workflows?

The best way to handle script-driven Google Slides workflows is through command-line batch processing, enabling automated creation and retrieval of presentations without manual interaction.