gogcli-mcp-slides

gogcli-mcp-slides is a skill for Claude Code from chrischall/gogcli-mcp. It costs 69 tokens per session (534 once invoked), scanned A, original, MIT.

A tool connection for creating, editing, reading, and exporting Google Slides presentations. Google Slides is Google’s online app for making slide decks.

In plain words
What is it for?
Create decks from Markdown or templates, add or remove slides, read presentation details, manage speaker notes, and export presentations as PDF or PowerPoint files.
Why use it?
It lets the coding agent work with presentations without manually moving content between files and Google Slides.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the gogcli-mcp-slides plugin — 1 skill shipped together

Good fit Create decks from Markdown or templates, add or remove slides, read presentation details, manage speaker notes, and export presentations as PDF or PowerPoint files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chrischall/gogcli-mcp/gogcli-mcp-slides
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chrischall/gogcli-mcp --skill gogcli-mcp-slides
Clone the repo
git clone --depth 1 https://github.com/chrischall/gogcli-mcp

Made for: Claude Code.

Or install gogcli-mcp-slides, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gogcli-mcp-slides

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-slides/github.svg)](https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-slides)
Your own site
<a href="https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-slides"><img src="https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-slides/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gogcli-mcp-slides

Your own site · 80×15
<a href="https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-slides"><img src="https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 534 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.00534
Opus 5 $0.00034 $0.00267
Sonnet 5 $0.00014 $0.00107
Haiku 4.5 $0.00007 $0.00053

Measured 9d ago against content hash d81c57338ad4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gogcli-mcp-slides scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (src/index.ts, src/tools/slides-extra.ts, tests/tools/slides-extra.test.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/gogcli-mcp-slides/SKILL.md · 53 lines

What it actually says

gogcli-mcp-slides

Extended Google Slides MCP server via gogcli — 18 tools: auth + 12 Slides + 1 run escape hatch.

Requirements

  • gogcli installed and authenticated
  • Node.js 18 or later

Setup

{
  "mcpServers": {
    "gogcli-slides": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-slides"],
      "env": {
        "GOG_ACCOUNT": "[email protected]"
      }
    }
  }
}

Slides Tools

Tool What it does
gog_slides_export Export a presentation to pdf or pptx
gog_slides_info Get presentation metadata
gog_slides_create Create a new presentation (optionally from a template)
gog_slides_create_from_markdown Create a new presentation from markdown
gog_slides_create_from_template Create from a template with placeholder replacements
gog_slides_copy Copy a presentation
gog_slides_add_slide Add a slide from a local image
gog_slides_list_slides List slides in a presentation
gog_slides_delete_slide Delete a slide
gog_slides_skip_slide Skip a slide when presenting (keeps it in the deck)
gog_slides_unskip_slide Include a previously skipped slide again
gog_slides_read_slide Read the content of a slide
gog_slides_update_notes Update speaker notes
gog_slides_replace_slide Replace the image on an existing slide

Plus 5 auth tools and gog_slides_run for anything not covered.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 53 lines · 69 tokens per session scan A d81c57338ad4

Subscribe to this mod's changes

gogcli-mcp-slides is a skill published in the GitHub repository chrischall/gogcli-mcp (1 stars, last pushed today), licensed MIT. It adds 69 tokens to every session and 534 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories