gws-slides
Installation
SKILL.md
GWS Slides
Create polished, professional Google Slides presentations using the gws CLI. This skill wraps the Google Slides API with strong design opinions so every deck looks intentional, not auto-generated.
PREREQUISITE: The
gwsCLI must be on$PATHand authenticated.
Prerequisites
which gws || echo "MISSING: install gws CLI"
gws auth login -s slides,drive # OAuth login with Slides + Drive scope
gws slides --help # verify Slides API is accessible
If gws auth setup has never been run, run it once to create a Cloud project and enable APIs.
CLI quirk:
gwsprintsUsing keyring backend: keyringto stdout before JSON output. When parsing responses programmatically, skip the first line (e.g.,tail -n +2).