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 KunanonJ/ai-skills-hub --skill aside-site-google-slidesgit clone --depth 1 https://github.com/KunanonJ/ai-skills-hubWrote 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/kunanonj/ai-skills-hub/aside-site-google-slides)<a href="https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-site-google-slides"><img src="https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-site-google-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.
<a href="https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-site-google-slides"><img src="https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-site-google-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00013 | $0.00446 |
| Opus 5 | $0.00006 | $0.00223 |
| Sonnet 5 | $0.00003 | $0.00089 |
| Haiku 4.5 | $0.00001 | $0.00045 |
Grade A, and why
aside-site-google-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.
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.
What it actually says
Google Slides
Canonical URLs
- Search:
https://docs.google.com/presentation/u/${uid}/?q=${keyword} - Edit:
https://docs.google.com/presentation/u/${uid}/d/${presentationId}/edit - Create:
https://docs.google.com/presentation/u/${uid}/create - HTML view:
https://docs.google.com/presentation/u/${uid}/d/${presentationId}/htmlpresent
Interaction model
- Prefer HTML view for lightweight reading when it preserves enough structure.
- If HTML view is insufficient, use screenshots or CUA for visible UI that refs cannot target reliably.
- Editing should use keyboard shortcuts and CUA only when the visible editor cannot be driven with refs or locators.
If you need per-slide screenshots from a read-oriented page:
await page.locator(`div.slide:nth-child(${index})`).screenshot({ type: 'jpeg', quality: 80 });
Useful shortcuts
- New slide:
Cmd+M - Delete selected slide:
Cmd+Backspace - Move slide up / down:
Cmd+Up,Cmd+Down - Duplicate slide:
Cmd+D - Grid view:
Cmd+Alt+1 - Hide slide:
Cmd+Shift+H - Bold / italic / underline:
Cmd+B,Cmd+I,Cmd+U - Align left / center / right:
Cmd+Shift+L,Cmd+Shift+C,Cmd+Shift+R - Link:
Cmd+K - Insert image:
Cmd+Option+I, thenI - Insert table:
Cmd+Option+I, thenT - Insert shape:
Cmd+Option+I, thenS - Insert text box:
Cmd+Option+Shift+X - Presentation:
Cmd+Enter - Start from current slide:
Shift+Cmd+Enter - Command palette:
Cmd+/
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.
- 9d ago First seen · 47 lines · 13 tokens per session scan A ec868fdaf573
aside-site-google-slides is a skill published in the GitHub repository KunanonJ/ai-skills-hub (5 stars, last pushed 2d ago), licensed MIT. It adds 13 tokens to every session and 446 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
ijfw-ui-spec
Use when the user says: 'ui spec', 'design contract', 'ui audit setup', 'lock the design', 'visual contract', 'ui review setup', or '/ijfw-ui-spec'. Produces UI-SPEC.md as the visual design contract before any frontend or visual-artifact build, and dispatches ijfw-ui-auditor as the final 6-pillar gate.
ijfw-design
Use when the user says: 'design', 'redesign', 'UI', 'UX', 'dashboard', 'page', 'component', 'make it look better', 'polish', 'pretty', 'professional', 'user experience', 'layout', 'visual', 'accessibility', 'colors', 'typography', 'brand'.
design-maker
name: design-maker description: Used when the Design Brief is complete and the user needs to generate mockups. Reads Product-Spec.md and Design-Brief.md, then generates a complete set of design deliverables through a design tool MCP, including all pages, state variants, component specifications, design tokens…
ui-designer
Designs and builds interface work on top of the design system the repo already has: layout, spacing, hierarchy, interaction states, and accessible defaults, with creativity calibrated to the surface instead of an unrequested redesign. Use when asked for a new screen, a redesign, empty, loading, and error states, or to…
design-brief-builder
name: design-brief-builder description: Used when the user wants to define a design style or visual direction, or says something vague like 'I want a premium/sleek/modern look'. Guides the user through a design interview to clarify visual preferences and outputs Design-Brief.md. After Brief is saved, MUST run Next…
audit-dimensions
A review checklist for D1D25 specification files, covering the dimensions used to examine those documents.