gif-search

Search and download GIFs from the Tenor API using curl and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of finding and obtaining GIFs for various purposes such as enhancing communication, creating content, or simply expressing emotions in a fun and visually engaging way.

Core Features & Use Cases

  • Search GIFs: Access a vast library of GIFs from Tenor's API.
  • Download GIFs: Save the GIFs directly to your local system.
  • Customization: Filter by size and format for efficient downloads.
  • Use Case: Quick and easy access to reaction GIFs during a chat session.

Quick Start

Search for a GIF using 'cat' and download the first result.

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 using the Tenor API?

You can search and download GIFs from the Tenor API by executing HTTP requests with curl and processing the JSON responses with jq to save animated content directly to your local system.

Do I need curl and jq installed to search for GIFs from Tenor?

Yes, curl and jq are required dependencies for searching GIFs from Tenor, as the Skill uses curl for executing HTTP requests and jq for processing JSON responses.

Can I filter GIF downloads by size and format?

Yes, the Skill offers customization to filter GIF downloads by size and format, allowing you to retrieve specific animated content variations from the Tenor API for efficient downloads.

What is the best way to get reaction GIFs for a chat session?

The best way to get reaction GIFs for a chat session is querying the Tenor API with this Skill, which provides quick access to a vast library of animated content for visually engaging communication.

How does a script-based GIF search process JSON responses?

A script-based GIF search processes JSON responses by using jq to parse the data returned from curl HTTP requests to the Tenor API, extracting the direct links needed to download the animated files.