gif-search

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Searching for and downloading GIFs can be a time-consuming task. This Skill simplifies the process, allowing users to quickly find and download GIFs from Tenor with ease.

Core Features & Use Cases

  • Search GIFs: Utilize the Tenor API to search for GIFs based on keywords.
  • Download GIFs: Download GIFs in various formats and sizes.
  • Use Case: Easily find and share reaction GIFs in chat or create visual content.

Quick Start

Search for a GIF using the 'gif-search' skill with the keyword 'celebration'.

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 Tenor API using curl?

To search and download GIFs from the Tenor API, you use a command-line execution process combining curl for API requests and jq for JSON parsing, requiring a valid Tenor API key for authentication.

Do I need jq and curl installed to search for GIFs via command line?

Yes, you need both curl and jq installed in your environment. Curl handles the HTTP requests to the Tenor API, while jq processes the returned JSON data to extract GIF formats and sizes for download.

What is the best way to find reaction GIFs for social media and chat?

Finding reaction GIFs for social media involves querying the Tenor API with specific keywords. This approach quickly retrieves relevant animated content, allowing you to easily search and download visual media for sharing.

Can I download GIFs in various formats and sizes from Tenor?

Yes, you can download GIFs in various formats and sizes. The Tenor API returns multiple media options, and using jq you can parse the JSON response to select and retrieve the specific file format you need.

How to retrieve a Tenor API key for searching animated content?

To retrieve a Tenor API key for searching animated content, you must register an application with Tenor developer services. This key is required for authentication during your curl command-line execution.