gif-search

Search and download GIFs from Tenor using curl and jq.

78|16|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/sheawinkler/hermes-agent-ultra --skill gif-search-sheawinkler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/sheawinkler/hermes-agent-ultra/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/sheawinkler/hermes-agent-ultra --skill gif-search-sheawinkler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GIFs are essential for expressive messages, but finding and downloading them can be slow and manual. This Skill provides a quick, automated way to search and download GIFs from Tenor directly via curl and jq.

Core Features & Use Cases

  • Search and fetch GIF URLs: Retrieve top results from the Tenor API using curl and jq.
  • Download GIFs: Save chosen GIFs locally with simple commands.
  • API usage: Requires TENOR_API_KEY and curl/jq; works in scripts/workflows.

Quick Start

Run curl against the Tenor API with a query to fetch and save the top GIF.

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 using curl and jq?

You can search and download Tenor GIFs by running curl against the Tenor API and parsing the response with jq to fetch and save GIF assets locally. This approach automates GIF retrieval directly from the command line.

Do I need an API key to fetch GIFs from the Tenor API?

Yes, fetching GIFs from the Tenor API requires a TENOR_API_KEY environment variable. You must set this key in your environment before running curl commands to authenticate your search and download requests.

Can I automate GIF downloads for content creation workflows?

Yes, you can automate GIF downloads for content creation workflows by scripting curl and jq commands. This allows you to quickly retrieve and save Tenor GIF assets for use in chat applications or automated tasks.

What is the best way to retrieve top GIF results from Tenor?

The best way to retrieve top GIF results from Tenor is using curl to query the API and jq to filter the JSON response. This method quickly provides top GIF URLs ready for local download.

Does searching for Tenor GIFs via curl work without installing jq?

No, searching for Tenor GIFs via curl requires jq to parse the API JSON response. Both curl and jq tools must be installed in your environment to run the search and download commands.