What problem does it solve? Finding, downloading, and reviewing animated GIFs from providers like Tenor and Giphy usually requires manual browser work, and verifying that a GIF is valid and animated is tedious. This Skill wraps the gifgrep CLI/TUI so you can search, preview, download, and extract frames from GIFs directly in your workflow. ## Core Features & Use Cases - GIF Search & Download: Query Tenor or Giphy from the CLI or an interactive TUI, output JSON or pipe-friendly URLs, and save results to ~/Downloads. - Frame Extraction: Generate a single still at a given timestamp or a grid sheet of sampled frames for quick review in docs, PRs, and chat. - Asset Hygiene: Verify GIF URLs resolve with Content-Type image/gif and are actually animated, and record attribution before use. - Use Case: You need a reaction GIF for a pull request comment. Search for it, download the result, and generate a 9-frame sheet to confirm it looks right before sharing. ## Quick Start Use gifgrep to search for "office handshake" GIFs, download the top result, and extract a 9-frame sheet from it.