npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@slates-integrations/google-slides

v0.2.0-rc.3

Published

Create, read, edit, and delete Google Slides presentations. Create and manipulate slides with predefined or custom layouts. Insert, style, and replace text across slides, including bulk placeholder replacement for template-based generation. Add and positi

Downloads

83

Readme

Google Slides

Create, read, edit, and delete Google Slides presentations. Create and manipulate slides with predefined or custom layouts. Insert, style, and replace text across slides, including bulk placeholder replacement for template-based generation. Add and position shapes, text boxes, lines, and images. Embed and refresh charts linked to Google Sheets. Manage speaker notes, duplicate or reorder slides, and perform batch updates combining multiple operations in a single call. Supports automated report and deck generation using templates with placeholder text and image substitution.

Tools

Add Image

Inserts an image onto a slide from a public URL, or replaces all shapes matching a text pattern with an image across the presentation. The direct insert mode places an image at a specific position and size, while the replace mode is useful for template-driven image insertion.

Add Shape

Adds a shape or text box to a slide. Position and size are specified in points. Common shape types include TEXT_BOX, RECTANGLE, ELLIPSE, and many others. After adding a shape, use the Edit Text tool to insert text into it.

Batch Update

Sends multiple raw update requests to a presentation in a single atomic batch. All requests succeed or fail together. This is the most flexible tool — use it for advanced operations or when you need to combine multiple actions (e.g., create a slide, insert text, add an image) in one call.

Create Presentation

Creates a new blank Google Slides presentation with a given title. Returns the presentation ID, title, and URL that can be used to access or further modify the presentation.

Delete Element

Deletes a page element (shape, text box, image, chart, etc.) from a slide by its object ID. Use Get Presentation to find element IDs first.

Edit Text

Insert, delete, or style text within a specific text box or shape element on a slide. Use this for targeted edits to individual page elements. For bulk placeholder replacement across the entire presentation, use the Replace Text tool instead.

Embed Sheets Chart

Embed a chart from a Google Sheets spreadsheet into a slide, or refresh an existing linked chart to reflect updated spreadsheet data. Requires Spreadsheets scope for creating or refreshing linked charts.

Get Presentation

Retrieves the full structure of a Google Slides presentation including all slides, page elements, masters, and layouts. Use this to inspect the presentation's content before making modifications.

Manage Slides

Create, duplicate, reorder, or delete slides within a presentation. Supports specifying a predefined layout (e.g. BLANK, TITLE, TITLE_AND_BODY) or a custom layout ID when creating slides. Use one action at a time.

Manage Speaker Notes

Read or update the speaker notes for a specific slide. When reading, returns the current notes text. When updating, replaces the entire notes content with the provided text.

Replace Text

Performs bulk find-and-replace of text across an entire presentation. Ideal for filling in templates that use placeholder patterns like \

License

This integration is licensed under the FSL-1.1.