gifgrep

Search Tenor and Giphy for GIFs, download results, and extract frames or frame sheets.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kolbick/Kolb-Bot --skill gifgrep-kolbick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gifgrep
Source: https://github.com/kolbick/Kolb-Bot/tree/main/skills/gifgrep
Command: npx skills add https://github.com/kolbick/Kolb-Bot --skill gifgrep-kolbick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of finding, downloading, and extracting specific frames or sheets from GIF files, streamlining content creation and review.

Core Features & Use Cases

  • GIF Search: Search providers like Tenor and Giphy for relevant GIFs using keywords.
  • Download & Preview: Download GIFs directly and preview them in the terminal (with compatible emulators) or via file explorer.
  • Frame/Sheet Extraction: Extract individual still frames or create a grid of frames (a sheet) from a GIF for documentation or quick review.

Quick Start

Search for GIFs related to 'cats' and download the top 5 results.

Frequently Asked Questions about gifgrep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and download GIFs from Tenor or Giphy via command line?

You can search and download GIFs from Tenor or Giphy via command line using a CLI or TUI interface. This process requires installing the gifgrep binary and optionally setting the GIPHY_API_KEY or TENOR_API_KEY environment variables for provider access.

Can I extract individual frames from a GIF file for documentation?

Yes, you can extract individual frames from a GIF file for documentation or quick review. The tool allows you to pull still frames from downloaded GIFs, or alternatively create a grid sheet of frames for easier visual scanning.

How do I preview GIFs directly in the terminal after downloading them?

You can preview GIFs directly in the terminal after downloading them if you are using a compatible terminal emulator. If the emulator lacks preview support, you can still view the downloaded files through your system's default file explorer.

Do I need API keys to search for GIFs using a CLI tool?

You optionally need API keys to search for GIFs using this CLI tool. Setting the GIPHY_API_KEY or TENOR_API_KEY environment variables allows the application to query those specific providers, but basic functionality relies on the core binary.

What is the best way to create a frame sheet from a GIF?

The best way to create a frame sheet from a GIF is using a dedicated extraction tool. This application automates the process of generating a grid of frames from a GIF file, streamlining content review and creation without manual image editing.