gif-search

Search the Tenor API for GIF media files using curl and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq.

What problem does it solve?

This skill removes the friction of manually searching for visual media by providing a direct command-line interface to the Tenor GIF database.

Core Features & Use Cases

  • Direct Search: Query the Tenor API for specific reaction GIFs or visual content using natural language keywords.
  • Format Selection: Retrieve various media formats including full-quality GIFs, tiny previews, or optimized video files like MP4 and WebM.
  • Use Case: Quickly find a celebratory GIF to include in a chat message or document by searching for specific emotional or thematic tags.

Quick Start

Use the gif-search skill to find and download the top result for a thumbs up reaction.

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 the command line?

To search and download GIFs via the Tenor API, you can use a command-line Skill that sends curl requests and parses the JSON responses with jq, returning direct URLs for various media formats.

Can I retrieve MP4 and WebM video files instead of just standard GIFs from Tenor?

Yes, searching Tenor API media allows you to retrieve various formats including full-quality GIFs, tiny previews, and optimized video files like MP4 and WebM by parsing the JSON output with jq.

What dependencies do I need to integrate Tenor GIF search into my documents?

To integrate Tenor GIF search into documents, you need a valid Tenor API key along with standard command-line utilities like curl for network requests and jq for JSON parsing.

What is the best way to automate finding reaction GIFs for chat interfaces?

Automating reaction GIF retrieval for chat interfaces is best done by querying the Tenor API directly with natural language keywords using curl, then extracting direct media URLs with jq.

Does this Tenor API search method provide direct URL access to media files?

Yes, Tenor API search provides direct URL access to media files, facilitating the immediate integration of visual assets into chat interfaces and documents without manual downloading.

Why do I need jq to find visual media through the Tenor API?

You need jq to find visual media through the Tenor API because the utility parses the raw JSON network responses returned by curl, allowing you to extract specific media format URLs efficiently.