gif-search

Searches and downloads GIFs from the Tenor API by query and format.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ragnarokhaa/hermes --skill gif-search-ragnarokhaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/ragnarokhaa/hermes/tree/main/hermes-cerul-tech-news-package/hermes-cerul-tech-news-package/hermes-agent/skills/media/gif-search
Command: npx skills add https://github.com/ragnarokhaa/hermes --skill gif-search-ragnarokhaa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Searching and downloading GIFs manually can be time-consuming. This Skill provides an efficient way to search and download GIFs directly from the Tenor API.

Core Features & Use Cases

  • Efficient GIF Search: Quick and easy search of GIFs using the Tenor API.
  • Download Options: Supports downloading GIFs in various formats and sizes.
  • Use Case: Whether you need a GIF for a social media post, a chat message, or to add some fun to your project, this Skill simplifies the process.

Quick Start

Use the gif-search skill to search for 'hilarious' 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 and download GIFs using the Tenor API?

To search and download GIFs using the Tenor API, you provide a search query and specify your desired format. The Skill retrieves matching GIFs directly from the Tenor API and downloads them instantly.

Do I need an API key to search for Tenor GIFs?

Yes, you need a Tenor API key to search for GIFs. You must configure this key as an environment variable before the Skill can authenticate and retrieve media from the Tenor API.

What command line tools are required to download GIFs from Tenor?

You need the curl and jq command line tools installed to download GIFs from Tenor. The Skill uses curl to handle API requests and downloads, while jq processes the JSON responses.

Can I download Tenor GIFs in different formats and sizes?

Yes, you can download Tenor GIFs in different formats and sizes. The Skill supports various download options, allowing you to retrieve the exact media format needed for your project or chat message.

What is the best way to automate GIF downloads for social media posts?

The best way to automate GIF downloads for social media posts is by querying the Tenor API with a specific search term. This Skill simplifies the process by fetching and downloading the top results directly.

Are there limitations when using curl and jq for media search?

When using curl and jq for media search, your results are limited by the Tenor API rate limits and the availability of GIFs matching your query. The Skill relies on these basic command line utilities without additional complex parsing logic.