SKILL.md
gifgrep
Search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills/sheets.
Quick start
gifgrep cats --max 5
gifgrep cats --format url | head -n 5
gifgrep search --json cats
gifgrep tui "office handshake"
gifgrep cats --download --max 1 --format url
Stills and sheets
gifgrep still ./clip.gif --at 1.5s -o still.png
gifgrep sheet ./clip.gif --frames 9 --cols 3 -o sheet.png
Notes
GIPHYAPIKEYrequired for Giphy.TENORAPIKEYoptional (Tenor demo key
used if unset).
- Use
--jsonor--formatfor scriptable output.