gif-search

Search and retrieve GIF URLs from the Tenor API using curl and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GIFs are essential for expressive communication but source material is often scattered and hard to pull into workflows quickly. This skill provides a curl-based approach to search the Tenor API and retrieve GIF URLs or files with minimal tooling.

Core Features & Use Cases

  • Search and fetch GIFs via Tenor API using curl and jq.
  • Download and share GIFs in chats, documents, or posts with simple commands.
  • Use Case: When you need a reaction GIF for a message, search by keyword and obtain ready-to-use URLs.

Quick Start

Search for GIFs using a keyword 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 API using curl?

You can search and download GIFs from Tenor API using curl by executing a command with your TENOR_API_KEY and parsing the JSON response with jq to extract ready-to-use media URLs.

Do I need an API key to fetch GIFs via Tenor endpoints?

Yes, you need a valid API key stored in the TENOR_API_KEY environment variable to authenticate your curl requests and successfully retrieve GIF data from Tenor endpoints.

Can I use jq to parse Tenor API responses for chat automation?

Yes, you can use jq to parse Tenor API responses, extracting specific GIF URLs to automate content creation and share reaction media directly within chat workflows.

What is the best way to programmatically retrieve reaction GIFs for content creation?

The best way to programmatically retrieve reaction GIFs is using a curl-based approach to query the Tenor API by keyword, returning media files on demand for posts and documents.

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

Limitations of using curl and jq for GIF retrieval include requiring manual JSON parsing configuration, network access to Tenor endpoints, and lacking built-in caching for repeated searches.