gif-search

Search and download GIFs from the Tenor API by search term.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/kngender5/hermes --skill gif-search-kngender5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/kngender5/hermes/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/kngender5/hermes --skill gif-search-kngender5

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually searching for GIFs can be time-consuming and inefficient. This Skill simplifies the process by allowing you to search and download GIFs directly using the Tenor API.

Core Features & Use Cases

  • Quick GIF Search: Retrieve GIFs by specifying a search term.
  • Multiple Formats: Download GIFs in different formats like full quality GIFs, small preview GIFs, video versions, etc.
  • Use Case: Need a celebration GIF for a team accomplishment? Use this Skill to search for 'celebration' and get the perfect GIF.

Quick Start

To find and download a 'celebration' GIF, simply say: "download GIF 'celebration'"

Frequently Asked Questions about gif-search

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

FAQPage Schema
How do I download a GIF using the Tenor API from the command line?

You can download a GIF by running a command like 'download GIF [search term]'. The Skill uses curl to fetch data from the Tenor API and jq to parse the JSON response for your requested media content.

What do I need to retrieve GIFs with the Tenor API?

To retrieve GIFs with the Tenor API, you need curl and jq installed, plus the Tenor API key environment variable configured. These dependencies allow the script to execute HTTP requests and parse the returned media content.

Can I get different GIF formats and qualities from the Tenor API?

Yes, you can get different GIF formats from the Tenor API. The Skill supports downloading full quality GIFs, small preview GIFs, and video versions, allowing you to select the appropriate media content for your specific application.

What is the best way to search for media content for casual sharing?

The best way to search for media content for casual sharing is using a command-line interface with the Tenor API. This approach automates GIF search and download, replacing manual browsing with quick, direct retrieval based on specified search terms.

Why does my GIF search require jq and curl?

Your GIF search requires jq and curl because curl handles the HTTP requests to the Tenor API, while jq parses the JSON response to extract the media URLs. Both tools are essential for executing the search and download script.