gif-search

Search and download GIFs from Tenor using curl and jq.

228k|44.7k|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/NousResearch/hermes-agent --skill gif-search-nousresearch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/NousResearch/hermes-agent/tree/main/skills/gifs/gif-search
Command: npx skills add https://github.com/NousResearch/hermes-agent --skill gif-search-nousresearch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to quickly find and download GIFs from Tenor without needing to install any extra software beyond standard command-line tools.

Core Features & Use Cases

  • Search for GIFs: Find GIFs based on keywords.
  • Download GIFs: Save GIFs directly to your local machine.
  • Retrieve Metadata: Get detailed information about GIFs, including dimensions and preview URLs.
  • Use Case: Need a reaction GIF for a chat? Use this Skill to search for "happy dance" and download the perfect GIF.

Quick Start

Search for GIFs related to "celebration" 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 and download GIFs from Tenor using the command line?

You can search and download GIFs from Tenor using the command line by utilizing curl to interact with the Tenor API and jq to parse the resulting JSON metadata. This allows you to retrieve and save GIFs directly to your local machine without extra software.

Do I need to install extra software to find reaction GIFs for a chat?

No, you do not need extra software to find reaction GIFs beyond standard command-line tools. This search functionality requires only curl and jq to be installed in your environment for API interaction and JSON parsing.

Can I retrieve GIF metadata like dimensions and preview URLs via the Tenor API?

Yes, you can retrieve detailed GIF metadata such as dimensions and preview URLs via the Tenor API. By parsing the API JSON response with jq, you get the necessary information to facilitate finding and embedding visual content in communications.

What is the best way to get a GIF locally without installing a dedicated media application?

The best way to get a GIF locally without a dedicated media application is using command-line utilities. This approach queries the Tenor API with curl and parses the JSON output with jq to directly download the requested media files.

Are there limitations to using command-line tools for GIF search and download?

A limitation of using command-line tools for GIF search is the lack of a graphical interface for visual previewing before download. Users must parse JSON metadata manually with jq to verify dimensions and preview URLs before saving the media.