gif-search

Search and download GIFs from Tenor using curl and jq.

Updated May 23, 2026
One-click install
npx skills add https://github.com/zengbaocheng/hermes-tech-hub --skill gif-search-zengbaocheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/zengbaocheng/hermes-tech-hub/tree/main/media/gif-search
Command: npx skills add https://github.com/zengbaocheng/hermes-tech-hub --skill gif-search-zengbaocheng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables quick retrieval and embedding of GIFs from Tenor directly via the command line, reducing manual search effort.

Core Features & Use Cases

  • Search GIFs by keywords using the Tenor API via curl.
  • Download chosen GIFs to local storage for use in chats, presentations, or content creation.
  • Use Case: Grab a reaction GIF for a chat or fetch a GIF URL for markdown sharing.

Quick Start

Search for a GIF and download the top result using curl and jq.

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 Tenor GIFs from the CLI?

To search and download Tenor GIFs from the CLI, you use curl to query the Tenor API and jq to parse the JSON response and extract the direct GIF URLs for local download.

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

Yes, fetching Tenor GIFs requires a TENOR_API_KEY configured in your environment, which authenticates the curl requests sent to the Tenor API for searching and retrieving media.

What is the best way to get a reaction GIF URL for markdown sharing?

The best way to get a reaction GIF URL for markdown sharing is querying the Tenor API via curl and filtering the JSON output with jq to extract direct media links.

Can I automate GIF retrieval for content creation using command line tools?

Yes, you can automate GIF retrieval for content creation using command line tools by scripting curl and jq to search Tenor and download GIFs directly into your project assets.

What are the limitations of using curl and jq for Tenor GIF searches?

Using curl and jq for Tenor GIF searches limits you to text-based keyword queries and raw JSON parsing, without graphical previewing or advanced interactive filtering capabilities.