Copy-paste installation guide for slides-grab.
npm install slides-grabnpx playwright install chromiummacOS (Homebrew):
brew update && brew install node gitUbuntu (apt):
sudo apt-get update && sudo apt-get install -y curl git && curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejsWindows (winget, PowerShell):
winget install -e --id OpenJS.NodeJS.LTS --accept-package-agreements --accept-source-agreements; winget install -e --id Git.Git --accept-package-agreements --accept-source-agreementsnpx skills add ./node_modules/slides-grab -g -a codex -a claude-code --yes --copyslides-grab --helpPackage-install setup verification ends here. Real slide-processing commands such as slides-grab edit, slides-grab convert, and slides-grab pdf need an existing deck directory with slide-*.html files. Use decks/<deck-name>/ or slides/ only after you have created a deck there.
If you want to modify slides-grab itself:
git clone https://github.com/vkehfdl1/slides-grab.git && cd slides-grab
npm ci
npx playwright install chromium
npx skills add . -g -a codex -a claude-code --yes --copy