googleslides-automation

Automate Google Slides presentation creation and modification using Rube MCP integration.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googleslides-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: googleslides-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/googleslides-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googleslides-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort required to build, update, and manage Google Slides presentations, allowing for programmatic generation of slide decks from structured data.

Core Features & Use Cases

  • Markdown-to-Slides: Automatically convert structured Markdown text into individual presentation slides.
  • Template Management: Duplicate existing presentations as templates and perform batch updates to fill in content.
  • Visual Export: Generate thumbnail previews for specific slides to facilitate quick review and dashboard integration.

Quick Start

Use the googleslides-automation skill to create a new presentation titled 'Q4 Report' from the provided markdown content.

Frequently Asked Questions about googleslides-automation

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

FAQPage Schema
How do I create a presentation from Markdown?

Use the GOOGLESLIDES_CREATE_SLIDES_MARKDOWN tool by providing a title and your Markdown content. The tool automatically parses the text and splits it into individual slides within a new presentation.

Can I update an existing presentation with this skill?

Yes, use the GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE tool. You can provide either Markdown text for content updates or raw Google Slides API requests for more granular control over slide elements.

How do I use a template for new presentations?

Use the GOOGLESLIDES_PRESENTATIONS_COPY_FROM_TEMPLATE tool. Provide the source template's presentation ID and a title for the new copy to duplicate the existing structure and styling.

What are the limitations of Markdown-based slide creation?

The Markdown creation tool generates a brand-new presentation each time and cannot append content to an existing file. For existing files, use the batch update tool instead.

How do I get a preview of a slide?

Use the GOOGLESLIDES_PRESENTATIONS_PAGES_GET_THUMBNAIL tool. You must provide the presentation ID and the specific page object ID to generate a thumbnail image URL.