gif-search

Search Tenor's API and download GIFs using curl and jq.

2|1|Updated May 10, 2026
One-click install
npx skills add https://github.com/zli5460/hermes-agent-X-Phoenix-Architecture --skill gif-search-zli5460
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/zli5460/hermes-agent-X-Phoenix-Architecture/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/zli5460/hermes-agent-X-Phoenix-Architecture --skill gif-search-zli5460

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of searching for and downloading GIFs from the Tenor API, streamlining visual content creation and sharing.

Core Features & Use Cases

  • GIF Search: Find GIFs based on keywords for reactions, memes, or visual enhancements in chats or documents.
  • GIF Download: Download the top search results as GIF files directly to your device.
  • Use Case: Send an engaging reaction GIF in a chat by searching for "thumbs up" and instantly downloading it for sharing.

Quick Start

Use the gif-search skill to find and download a GIF related to 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 Tenor for chat applications?

To search and download GIFs from Tenor, you can use this skill to interface with the Tenor API via curl and jq. It retrieves keyword-based results and downloads selected media files directly for sharing in chats or media projects.

Do I need an API key to fetch GIFs from the Tenor API?

Yes, fetching GIFs from the Tenor API requires an API key set as an environment variable. This key is necessary for the skill to authenticate requests and retrieve media content based on your search query.

Can I download multiple GIFs at once using search keywords?

Yes, you can download multiple GIFs at once. The skill fetches top search results based on your keywords and conditionally downloads selected GIF files directly to your device based on user input.

What tools does this Tenor GIF search process use to retrieve media URLs?

The Tenor GIF search process uses curl and jq to interface with the API and parse responses. This combination produces direct URLs and handles the media download for visual content creation.

How do I find reaction GIFs for media content creation?

You can find reaction GIFs by inputting specific keywords like "thumbs up" or "celebration" into the search query. The skill fetches matching visual media from Tenor to enhance your communication and media content.

Are there limitations when using curl and jq to fetch Tenor GIFs?

The main limitation is the requirement of a Tenor API key environment variable for authentication. Additionally, downloads are handled conditionally based on user input, requiring specific query input to fetch and save results.