gif-search

Search and download GIFs from Tenor using curl and jq.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill gif-search-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill gif-search-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to quickly search for and download GIFs from Tenor without needing to install any additional software beyond basic command-line tools.

Core Features & Use Cases

  • GIF Search: Find GIFs based on keywords using the Tenor API.
  • Download GIFs: Directly download GIF files to your local system.
  • Use Case: Quickly find a "thumbs up" GIF to send in a chat or download a "celebration" GIF for a project announcement.

Quick Start

Search for and download a GIF of a cat.

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 a GIF from Tenor using command-line tools?

To download a GIF from Tenor, you can use command-line tools curl and jq to interact with the Tenor API, query visual content based on keywords, and parse the returned data to directly download the media file to your local system.

Do I need to install any special software to search for GIFs via the Tenor API?

No special software is required to search for GIFs via the Tenor API. You only need the basic command-line tools curl and jq already available on most systems to handle the API interaction and parse the media data.

Can I find reaction GIFs for chat communication using a command-line interface?

Yes, you can find reaction GIFs for chat communication using a command-line interface. By querying the Tenor API with relevant keywords, the tool facilitates the discovery and acquisition of visual content suitable for media creation and chat messages.

What is the best way to automate acquiring visual media like a celebration GIF for a project?

The best way to automate acquiring visual media like a celebration GIF is by using the Tenor API. This approach allows you to script keyword searches and directly download specific reaction GIFs or visual content without manual web browsing.

How does curl and jq parse Tenor API data for downloading media files?

Curl sends the HTTP request to the Tenor API to retrieve the GIF search data, while jq parses the JSON response to extract the direct media file URLs. This combination enables automated downloading of the visual content to your system.

Are there limitations to using command-line tools for Tenor GIF searches compared to a web browser?

Using command-line tools for Tenor GIF searches requires familiarity with curl and jq syntax to parse API data, unlike a web browser's visual interface. However, it provides a faster, scriptable method to download media files directly without graphical overhead.