gif-search

Search and download GIFs from the Tenor API.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill gif-search-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/skills/media/gif-search
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill gif-search-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of searching and downloading GIFs from the Tenor API, making it efficient and straightforward to incorporate GIFs into content or conversations.

Core Features & Use Cases

  • GIF Search: Utilizes the Tenor API to find GIFs based on user input.
  • Download GIFs: Offers the capability to download GIFs in various formats directly.
  • Use Case: Quickly find and download a celebration GIF for a social media post or to express a sentiment in a chat.

Quick Start

Search and download a celebration GIF using the 'gif-search' skill.

Frequently Asked Questions about gif-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and download a GIF from the command line?

To find and download a GIF, this skill queries the Tenor API using your search term and downloads the result directly. It streamlines incorporating GIFs into content or conversations without needing a graphical interface.

What do I need to search for Tenor GIFs using this command line tool?

To search for Tenor GIFs, you need an environment with internet access and the curl and jq command-line tools installed. These dependencies handle the API requests and process the JSON data returned by the Tenor API.

Can I download GIFs in various formats for social media content creation?

Yes, you can download GIFs in various formats for social media content creation. The skill uses the Tenor API to find and retrieve GIFs based on your input query, making it efficient to incorporate them into your posts.

Why does my GIF search require internet access and curl?

Your GIF search requires internet access and curl because the skill queries the Tenor API remotely to retrieve GIF data. Curl handles the network requests, while jq is used to parse the JSON responses returned by the API.

What is the best way to automate chat message augmentation with GIFs?

The best way to automate chat message augmentation with GIFs is by using a command-line skill that queries the Tenor API. Providing a search query automatically returns and downloads a suitable GIF to express the desired sentiment.