gif-search

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

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bailynlove/STARK-TOWER --skill gif-search-bailynlove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/bailynlove/STARK-TOWER/tree/main/opencrew/skills/media/gif-search
Command: npx skills add https://github.com/bailynlove/STARK-TOWER --skill gif-search-bailynlove

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of finding and downloading GIFs, making it quick and convenient for users to incorporate them into their projects or chats.

Core Features & Use Cases

  • Fast GIF Search: Quick access to a vast library of GIFs using a simple search query.
  • Download GIFs: Automatically download GIFs in the desired size.
  • Use Case: Whether you need a reaction GIF for a chat or want to create a visual asset for content, this Skill can help you find the perfect GIF in seconds.

Quick Start

Use the gif-search skill to search for "celebration GIFs" and download the top 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 for and download reaction GIFs from the command line?

You can search for and download reaction GIFs by making a single API call using curl and jq to query the Tenor API and retrieve the media file. This process requires setting an environment variable for your Tenor API key.

Do I need an API key to find GIFs using curl and jq?

Yes, finding GIFs with curl and jq requires an environment variable containing your Tenor API key. You must configure this key before executing the script to successfully authenticate and retrieve visual chat content.

What is the best way to integrate visual content like GIFs into my chat messages?

The best way to integrate GIFs into chat messages is using a simple script that queries the Tenor API. This approach allows you to quickly find specific reaction GIFs and automatically download the files in your desired size for immediate use.

Can I download GIFs in specific sizes when using the Tenor API?

Yes, when using the Tenor API with curl and jq, you can automatically download GIFs in the desired size. The script processes the API response to fetch the media file that best fits your project or chat content requirements.

What command-line tools are required to perform a GIF search?

To perform a GIF search, you need curl and jq installed on your system. Curl handles the HTTP request to the Tenor API, while jq parses the JSON response to extract and download the correct media file.