google-slides-automation
Lightweight Google Slides integration with standalone OAuth authentication. No MCP server required. Full read/write access.
npx skills add sickn33/agentic-awesome-skills --skill google-slides-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Google Slides Lightweight Google Slides integration with standalone OAuth authentication. No MCP server required. Full read/write access. > **Requires Google Workspace account.** Personal Gmail accounts are not supported. ## When to Use - You need to create, inspect, or modify Google Slides presentations from local automation. - The task involves reading slide text, adding/removing slides, or batch updating presentation content. - You want Slides automation for Workspace documents without using an MCP server. ## First-Time Setup Authenticate with Google (opens browser): ```bash python scripts/auth.py login ``` Check authentication status: ```bash python scripts/auth.py status ``` Logout when needed: ```bash python scripts/auth.py logout ``` ## Read Commands All operations via `scripts/slides.py`. Auto-authenticates on first use if not logged in. ```bash # Get all text content from a presentation python scripts/slides.py get-text "1abc123xyz789" python scripts/slides.py get-text "https://docs.google.com/presentation/d/1abc123xyz789/edit" # Find presentations by search query python scripts/slides.py find "quarterly report" python scripts/slides.py find "project proposal" --limit 5
- When to Use
- First-Time Setup
- Read Commands
- Write Commands
- Slide Layouts
- Presentation ID Format
- Output Format
- get-text
- find
- get-metadata
- Token Management
- Limitations
python scripts/auth.py login python scripts/auth.py status python scripts/auth.py logout Get all text content from a presentation python scripts/slides.py get-text "1abc123xyz789" python scripts/slides.py get-text "https://docs.google.com/presentation/d/1abc123xyz789/edit" Find presentations by search query python scripts/slides.py find "quarterly report" python scripts/slides.py find "project proposal" --limit 5 Get presentation metadata (title, slide count, slide object IDs)
What does the google-slides-automation skill do?
Lightweight Google Slides integration with standalone OAuth authentication. No MCP server required. Full read/write access.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill google-slides-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.