gif-search

Search and download GIFs from Tenor using curl and jq.

1.2k|116|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/math-inc/OpenGauss --skill gif-search-math-inc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/math-inc/OpenGauss/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/math-inc/OpenGauss --skill gif-search-math-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill lets you search for and download GIFs from Tenor directly from the command line, saving time when you need visual responses in chats or content.

Core Features & Use Cases

  • Search GIFs by keywords using the Tenor API.
  • Download selected GIFs for local use or embedding in chats.
  • No extra dependencies beyond curl and jq; integrate into scripts to automate GIF retrieval.

Quick Start

Search for a celebration GIF and download it to your current directory.

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 curl?▼

To download GIFs from Tenor using curl, you search by keywords via the Tenor API and parse the results with jq to fetch selected files locally for chat or content workflows.

What do I need to access the Tenor API for GIF retrieval?▼

You need a TENOR_API_KEY set in your environment, along with the curl and jq tools, to access the Tenor API and parse GIF search results effectively.

Can I automate fetching reaction GIFs for chat workflows from the command line?▼

Yes, you can automate fetching reaction GIFs by integrating curl and jq scripts to search the Tenor API, enabling quick media sourcing directly from the command line.

Does this GIF search method require any extra dependencies beyond curl and jq?▼

No, searching and downloading Tenor GIFs requires no extra dependencies beyond curl and jq, allowing seamless integration into scripts for automated media retrieval.

What is the best way to get memes and banners from Tenor for content creation?▼

The best way to get memes and banners from Tenor is using a curl-based API search, fetching and downloading selected GIFs locally to embed in your content creation projects.

Why does my Tenor GIF download fail when using curl?▼

Your Tenor GIF download might fail if the TENOR_API_KEY environment variable is missing or if curl and jq are not properly configured to access the Tenor API and parse results.