gif-search

Search the Tenor API for GIF URLs and metadata using curl and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People want to quickly discover and download reaction GIFs from Tenor without installing extra tools, making sharing visuals effortless.

Core Features & Use Cases

  • Search Tenor for GIFs using curl and jq and obtain direct URLs to use in chats.
  • Download selected GIFs to your device for quick sharing or content creation.
  • Retrieve full metadata and media format options (gif, tinygif, mp4) to choose the best size for your needs.

Quick Start

Search Tenor for a GIF by keyword and download the top result to your device.

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 URLs using command line tools?

You can search Tenor for GIFs using curl and jq to query the Tenor API and retrieve direct URLs along with metadata for your chosen search terms.

Can I download GIFs from Tenor in different media formats like mp4 or tinygif?

Yes, searching Tenor via the API returns full metadata and multiple media format options including gif, tinygif, and mp4, letting you choose the best size for your needs.

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

Yes, you need a TENOR_API_KEY set as an environment variable for authentication when querying the Tenor API to programmatically find and download GIFs.

What's the best way to programmatically find and download reaction GIFs without installing extra tools?

Using curl and jq to query the Tenor API provides a lightweight method to discover and download reaction GIFs without installing extra tools or browser extensions.

What are the limitations of using curl and jq for GIF search and download?

This approach requires both curl and jq to be installed in your environment, and relies entirely on the Tenor API availability and your TENOR_API_KEY rate limits for successful GIF retrieval.