| name | gifgrep |
| description | Use this skill when the user wants to search for GIFs by keyword, download them, or extract still frames from GIFs. |
gifgrep — Grep the GIF
Search GIF providers (Tenor, Giphy) with scriptable CLI output or interactive TUI with inline previews.
Commands
gifgrep search find — Search for GIFs by keyword
gifgrep _ _ — Passthrough to gifgrep CLI
Installation
brew install steipete/tap/gifgrep
Usage Examples
- "Find me a GIF of cats"
- "Search for office handshake GIF"
- "Download a GIF of celebration"
- "Extract still frame from a GIF"
Key Commands
gifgrep cats --max 5
gifgrep cats --json | jq '.[0].url'
gifgrep cats --download --max 1
gifgrep still ./clip.gif --at 1.5s -o still.png
gifgrep tui "office handshake"
Key Features
- Multi-Provider - Tenor & Giphy
- JSON Output - Structured data
- Download - Save GIFs directly
- Still/Sheet - Extract frames
- TUI Mode - Interactive browsing