gif-search

Search and download Tenor GIFs using curl and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tenor GIFs are widely used in chats and media, but programmatic access via curl lets you automate searching and downloading GIFs without manual browsing.

Core Features & Use Cases

  • Search GIFs via the Tenor API using curl and jq to extract URLs.
  • Download selected GIFs for immediate use in chats, presentations, or demos.
  • Use Case: Quickly add reaction GIFs to messages or tutorials within automated workflows.

Quick Start

Search and download a top Tenor GIF using curl and your TENOR_API_KEY.

Frequently Asked Questions about gif-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Tenor GIFs using curl?

To download Tenor GIFs via curl, you first extract the direct media URLs from the API response using jq, then execute a curl command to fetch the selected GIF files. This automates retrieving media assets for chats or presentations.

Do I need an API key to fetch Tenor GIFs programmatically?

Automated Tenor GIF retrieval requires curl, jq, and a valid TENOR_API_KEY environment variable. These tools combine to query the Tenor API, parse the JSON response, and download media assets across different platforms.

How does curl and jq integrate with the Tenor API for media search?

You can use curl to download Tenor GIFs in automated workflows by scripting API queries and file retrievals. This approach allows developers to seamlessly integrate reaction GIFs into tutorials, chats, or demos programmatically.

What is the best way to automate Tenor GIF downloads for scripts?

The best way to automate Tenor GIF downloads is using curl to query the Tenor API and jq to extract direct media URLs. This programmatic approach eliminates manual browsing and streamlines media asset retrieval in scripts.