gif-search

Search Tenor for GIFs and download direct media URLs via HTTP.

Updated May 5, 2026
One-click install
npx skills add https://github.com/Z43L/zeus-agent --skill gif-search-z43l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/Z43L/zeus-agent/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/Z43L/zeus-agent --skill gif-search-z43l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly locating the right GIF and getting a usable URL or file without manually browsing or clicking through Tenor pages.

Core Features & Use Cases

  • Tenor GIF search: Query Tenor for GIF results and retrieve direct media URLs.
  • Format selection: Get full GIFs or lightweight previews (tinygif/tinymp4) depending on where you’ll use the media.
  • Download and metadata retrieval: Download the top result and fetch structured details like title, dimensions, and preview links for chat or content workflows.
  • Use case: Look up a “congratulations” reaction GIF and insert the most lightweight preview into a chat while keeping the full GIF available if needed.

Quick Start

Run gif-search to search Tenor for the query “thumbs up” and return direct GIF URLs using your TENOR_API_KEY.

Frequently Asked Questions about gif-search

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

FAQPage Schema
How do I search Tenor for GIFs and get direct media URLs?

Search Tenor for GIFs and retrieve direct media URLs by executing a query that makes direct HTTP calls to the Tenor API and parses JSON responses to extract media_formats links for your selected formats.

What do I need to use the Tenor API for GIF search?

You need curl and jq support installed in your environment, plus a valid TENOR_API_KEY environment variable configured to authenticate requests and filter JSON responses.

Can I retrieve lightweight GIF previews instead of full files from Tenor?

Yes, you can retrieve lightweight GIF previews from Tenor by selecting tinygif or tinymp4 media formats, which provide smaller files ideal for chat workflows where reduced payload size is preferred over full GIF downloads.

How do I download a GIF and fetch its metadata for content workflows?

Download a Tenor GIF and fetch its structured metadata by parsing the API JSON response to extract details like title, dimensions, and preview links for integration into chat or content workflows.

What is the best way to find reaction GIFs without browsing Tenor manually?

The best way to find reaction GIFs without manual browsing is to use direct HTTP calls and JSON parsing to query Tenor, instantly returning a usable direct URL or file for your selected query.