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.
npx skills add ai-analyst-lab/ai-analyst-plugin --skill google-slides-exportgit clone --depth 1 https://github.com/ai-analyst-lab/ai-analyst-pluginWrote 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.
[](https://agentmods.dev/skills/ai-analyst-lab/ai-analyst-plugin/google-slides-export)<a href="https://agentmods.dev/skills/ai-analyst-lab/ai-analyst-plugin/google-slides-export"><img src="https://agentmods.dev/badge/skills/ai-analyst-lab/ai-analyst-plugin/google-slides-export.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00086 | $0.04806 |
| Opus 5 | $0.00043 | $0.02403 |
| Sonnet 5 | $0.00017 | $0.00961 |
| Haiku 4.5 | $0.00009 | $0.00481 |
Grade A, and why
google-slides-export 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 8d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 477 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Google Slides Export
Requires the Google Drive connector (with Google Slides access) enabled in Cowork.
Purpose
Create properly formatted Google Slides presentations through the connector. Prevents API errors and ensures every deck looks professional -- no text overflow, no overlapping elements, consistent brand design.
Connector Capabilities and Tool Discovery
Exact tool names differ by environment, so never hardcode them: discover the connector's actual tools in-session (list the available tools and read each candidate's own schema before calling). You need four capabilities:
- Create a presentation -- creates the deck container and returns its presentation ID.
- Batch-update a presentation -- applies a list of Google Slides API requests
(
createSlide,createShape,insertText,updateShapeProperties,createImage,deleteObject, ...) to a presentation ID. This is the workhorse call this skill's recipes feed. - Read back a presentation or page -- returns existing object IDs (needed before any
deleteObject) and supports the post-build self-check. - Upload a file to the user's Drive -- used for chart images (see the Image Insertion Workflow); must return a file ID usable in a Drive URL.
If no available tool provides a capability, stop and tell the user to enable the Google Drive connector (with Slides access); never fake the export or route the content elsewhere.
The connector boundary, honestly: the request bodies in this skill follow the public Google
Slides API batchUpdate format, which connectors pass through. Whether a given environment's
tools add wrapper parameters (or name things differently) cannot be verified from this file
without a live connector -- that is exactly why you discover the tools and read their schemas
in-session rather than trusting any tool name written here.
When to Apply
Automatically whenever:
- A Slides batch-update call is about to be made through the connector
- A Google Slides deck is being designed or built
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.
- 8d ago First seen · 477 lines · 86 tokens per session scan A fb9c7be0b407
google-slides-export is a skill published in the GitHub repository ai-analyst-lab/ai-analyst-plugin (32 stars, last pushed 12d ago), licensed MIT. It adds 86 tokens to every session and 4,806 once invoked, about $0.0004 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-30.
Other skills, from other repositories
kami-landing
Produce a print-grade single-page kami (紙 / 纸) document — warm parchment canvas, ink-blue accent, serif at one weight, no italic, no cool grays. The output reads like a professional white paper or studio one-pager, not an app UI. Multilingual by design (EN · zh-CN · ja). One self-contained HTML file, zero dependencies.
applying-brand-guidelines
This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging.
html-ppt-obsidian-claude-gradient
OpenDesign's enterprise AI-adoption brief: local-first agents at work, the risk controls, the ROI, and the rollout plan. Built as a decision-grade AI literacy deck for leadership, IT, security.
kami
A design and typesetting guide for creating professional documents and product landing pages, such as resumes, white papers, portfolios, and slide decks.
read
Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…
mermaid-tools
Extracts Mermaid diagrams from markdown files and generates high-quality PNG images using bundled scripts. Activates when working with Mermaid diagrams, converting diagrams to PNG, extracting diagrams from markdown, or processing markdown files with embedded Mermaid code.