slides

Manage Google Slides presentations via the AtrisOS API with OAuth authentication.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/atrislabs/atris-plugins --skill slides-atrislabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slides
Source: https://github.com/atrislabs/atris-plugins/tree/main/plugins/atris-workspace/skills/slides
Command: npx skills add https://github.com/atrislabs/atris-plugins --skill slides-atrislabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation, editing, and management of Google Slides presentations, transforming text-based ideas into visual decks efficiently.

Core Features & Use Cases

  • Presentation Management: List, create, and retrieve Google Slides presentations.
  • Slide Manipulation: Add, edit, and delete slides, text, shapes, and images within presentations.
  • Exporting: Convert presentations to PDF format.
  • Use Case: Quickly generate a pitch deck for a new product by providing a title and key talking points, which the Skill then formats into a professional presentation.

Quick Start

Use the slides skill to create a new presentation titled "My Awesome Pitch Deck".

Frequently Asked Questions about slides

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

FAQPage Schema
How do I automate Google Slides creation from text?

You can automate Google Slides creation from text by using an API integration that takes text-based ideas and formats them into a visual deck, adding slides with text, shapes, and images through RESTful API calls.

Can I add and manipulate shapes or images in Google Slides via API?

Yes, you can add and manipulate shapes or images in Google Slides via API by executing RESTful calls to add, edit, or delete specific slide elements, enabling detailed slide manipulation within your presentations.

Does managing Google Slides presentations require OAuth authentication?

Yes, managing Google Slides presentations requires OAuth authentication to securely authorize the RESTful API calls needed to list, create, read, update, and export your decks through the AtrisOS API.

What is the best way to export Google Slides presentations to PDF?

The best way to export Google Slides presentations to PDF is through an API integration that converts the presentation deck into a PDF file format directly, streamlining the export process without manual downloads.

Are there limitations to what elements I can update when creating Google Slides decks?

When creating Google Slides decks, you can update text, shapes, and images, but the API integration operates via RESTful calls, meaning complex formatting or animations may require additional manual adjustments.