gif-search

Search and download GIFs from Tenor using curl and jq.

31|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/markwang2658/hermes-windows-native --skill gif-search-markwang2658
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/markwang2658/hermes-windows-native/tree/main/hermes-agent/skills/media/gif-search
Command: npx skills add https://github.com/markwang2658/hermes-windows-native --skill gif-search-markwang2658

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly search and download GIFs from Tenor directly from the command line using curl and jq, saving time and effort.

Core Features & Use Cases

  • CLI GIF search: Query Tenor for GIFs and retrieve direct URLs for quick sharing.
  • Direct download: Save selected GIFs to your local machine for chats, docs, or presentations.
  • Use Case: Produce engaging content by attaching relevant GIFs to messages or articles.

Quick Start

Search and download a top GIF from Tenor 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 for GIFs from the command line using Tenor?

You can search for GIFs from the command line by querying the Tenor API using curl and parsing the JSON response with jq to retrieve direct URLs for quick sharing and downloading.

Do I need an API key to download GIFs via curl and jq?

Yes, downloading GIFs via curl and jq requires a TENOR_API_KEY configured in your environment to authenticate API requests and fetch GIF data successfully.

Can I use this GIF search tool on Windows, macOS, and Linux?

Yes, this GIF search tool supports Windows, macOS, and Linux, allowing you to find and save Tenor GIFs across all three operating systems using curl and jq.

What is the best way to save Tenor GIFs for use in documentation?

The best way to save Tenor GIFs for documentation is using this command line tool to query Tenor, parse results with jq, and directly download selected GIF files to your local machine.

How does command line GIF download work with curl and jq?

Command line GIF download works by using curl to send search requests to the Tenor API and jq to parse the returned JSON, extracting direct media URLs to save locally.