gif-search

Search Tenor for GIFs and download selected results via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of searching for and downloading relevant GIFs, helping users quickly find visual reactions and media for conversations and content.

Core Features & Use Cases

  • GIF Search: Searches Tenor for relevant GIFs using customizable queries and returns usable media URLs.
  • GIF Downloading: Downloads selected GIF results directly for reuse in chats, posts, and creative workflows.
  • Use Case: Find a celebration GIF for a team message or retrieve reaction GIFs for a conversational assistant.

Quick Start

Use the gif-search skill to find and download a suitable thumbs up GIF from Tenor.

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 using an API?

Searching Tenor for GIFs requires setting a Tenor API key environment variable and having curl and jq installed. These tools handle the API requests and parse the JSON responses to retrieve and download media URLs.

How do I get a Tenor API key for media search?

Obtaining a Tenor API key requires registering with the Tenor developer platform to generate your credentials. You then set this key as an environment variable to authenticate your GIF search and download requests.

Can I download Tenor GIFs directly for reuse in chats and posts?

Downloading Tenor GIFs directly for reuse in chats and posts is supported by retrieving selected media URLs and saving the files locally. This enables quick integration of visual reactions into conversational workflows and content creation.

What dependencies do I need to run a Tenor GIF search script?

Running a Tenor GIF search script requires curl for HTTP requests and jq for parsing JSON responses, alongside a valid Tenor API key environment variable. These dependencies enable automated media discovery and retrieval.