gif-search

Search Tenor GIFs and download the top result locally.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill gif-search-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/media/gif-search
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill gif-search-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of hunting for the right reaction GIF by letting you search Tenor directly and download a usable result immediately.

Core Features & Use Cases

  • Fast GIF Search: Look up reaction, celebration, or mood-based GIFs from Tenor with simple query terms.
  • Download Ready-to-Use Media: Save the top result locally for reuse in chats, posts, and presentations.
  • Rich Result Inspection: Inspect titles, preview formats, dimensions, and media URLs to choose the best asset for the moment.
  • Use Case: A support agent or community manager can quickly find a fitting GIF for a response without leaving the workspace.

Quick Start

Use the gif-search skill to find a celebration GIF from Tenor and save the best match as a local file.

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 a reaction GIF from Tenor directly in my workflow?

You can search and download a reaction GIF by providing a query term to the Tenor API, which filters media formats and saves the top result locally as a file. This allows immediate reuse in chats without leaving your workspace.

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

Yes, a Tenor API key is required to search for GIFs. The Skill uses this key, along with curl and jq, to query results, filter media formats, and deterministically download files to your local system.

Can I inspect GIF dimensions and preview URLs before downloading the media?

Yes, you can inspect GIF media before downloading. The Skill returns titles, preview formats, dimensions, and media URLs from Tenor, allowing you to choose the best asset for your specific chat or social response.

What is the best way to find mood-based or celebration GIFs for social media responses?

The best way to find mood-based GIFs is using simple query terms to search the Tenor API. It locates celebration or reaction media and downloads a usable result immediately for your posts or community management.

What limitations exist when downloading GIFs from Tenor for chat responses?

A limitation is that downloading GIFs requires curl, jq, and a valid Tenor API key to function. It is designed for lightweight content sharing and immediate media discovery rather than bulk asset management.

Does gif-search work without installing curl and jq?

No, gif-search does not work without curl and jq. These dependencies are required to query the Tenor API, filter the returned media formats, and download the selected GIF files deterministically to your system.