gif-search

Search and download GIFs from the Tenor API using curl and jq.

539|39|Updated May 1, 2026
One-click install
npx skills add https://github.com/Tommy-yw/RunbookHermes --skill gif-search-tommy-yw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/Tommy-yw/RunbookHermes/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/Tommy-yw/RunbookHermes --skill gif-search-tommy-yw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

The gif-search skill simplifies the process of searching and downloading GIFs from Tenor, eliminating the need for complex software or manual searching.

Core Features & Use Cases

  • Search GIFs: Utilize the Tenor API to search for GIFs based on keywords.
  • Download GIFs: Retrieve and download GIFs in various formats, including full-size and preview versions.
  • Use Case: When you need to quickly find a GIF for a chat or a presentation, the gif-search skill allows you to do so efficiently without leaving your command line.

Quick Start

To search for GIFs, run: gif-search search "party". To download the first result, use: gif-search download "party" 1.

Frequently Asked Questions about gif-search

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

FAQPage Schema
How do I search and download GIFs from the command line?

You can search and download GIFs from the command line by using a script-based skill that queries the Tenor API with curl and jq. It allows you to retrieve content by keyword and save it locally without needing complex software.

Do I need curl and jq installed to retrieve GIFs via the Tenor API?

Yes, you need both curl and jq installed on your system to use this Tenor API GIF retrieval method. The script relies on curl to handle the HTTP requests and jq to parse the JSON responses.

What is the best way to get full-size and preview GIFs for a presentation?

The best way to get full-size and preview GIFs for a presentation is using a command-line script that queries the Tenor API. It efficiently retrieves and downloads multiple media formats directly to your system.

Can I download a specific GIF result after searching keywords?

Yes, you can download a specific GIF result after searching keywords by specifying the result index in your command. The script fetches the listed search results and downloads the exact file you select.

Why does my Tenor API GIF download script require jq?

Your Tenor API GIF download script requires jq because the API returns JSON data that must be parsed to extract the media URLs. jq processes this JSON response so curl can download the actual GIF files.