gif-search

Search and download GIF media from the Tenor API.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Gitnapp/Skills --skill gif-search-gitnapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/Gitnapp/Skills/tree/main/media/gif-search
Command: npx skills add https://github.com/Gitnapp/Skills --skill gif-search-gitnapp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of finding and retrieving GIFs by providing a direct way to search Tenor and obtain usable GIF URLs without manually browsing media libraries.

Core Features & Use Cases

  • Tenor GIF Search: Query the Tenor API to find relevant GIFs for reactions, social posts, and visual content creation.
  • GIF Downloading: Retrieve GIF files or lightweight preview formats directly from search results.
  • Metadata Retrieval: Extract GIF titles, URLs, dimensions, and available media formats for downstream workflows.

Quick Start

Use the gif-search skill to find and download a celebration GIF from Tenor using my 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 download a GIF from Tenor using an API?

To download a GIF from Tenor, you query the Tenor API endpoints using curl and process the media metadata with jq to retrieve usable GIF URLs. This requires setting a TENOR_API_KEY environment variable to authenticate and extract the direct media links.

Do I need an API key to search Tenor for GIFs?

Yes, you need a TENOR_API_KEY environment variable configured to search Tenor for GIFs. This API key authenticates your requests when querying the Tenor API endpoints to retrieve media metadata and downloadable GIF assets.

What tools are required to retrieve Tenor GIF metadata in automated workflows?

Retrieving Tenor GIF metadata requires curl to query API endpoints and jq to process the JSON media metadata. These command-line tools extract GIF titles, URLs, dimensions, and available media formats for downstream automated visual content workflows.

Can I get lightweight preview formats instead of full GIF files from Tenor search results?

Yes, you can retrieve lightweight preview formats directly from Tenor search results instead of full GIF files. The Tenor API returns multiple available media formats, allowing you to extract previews or full GIF files based on your content creation needs.

How does automated GIF retrieval work for chat reactions and content creation?

Automated GIF retrieval works by querying the Tenor API with search terms to find relevant visual content for chat reactions and content creation. The process extracts GIF titles, URLs, and dimensions from the API metadata for immediate use in downstream workflows.

What GIF metadata is available when querying the Tenor API with curl and jq?

When querying the Tenor API with curl and jq, the available GIF metadata includes titles, direct URLs, dimensions, and available media formats. This metadata is extracted from the API endpoints and can be processed for automated visual content retrieval.