gif-search

Search and download GIFs from the Tenor API using curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many teams need ready-to-use GIFs for chats, content, or demonstrations but want a lightweight, dependency-free way to fetch them from Tenor.

Core Features & Use Cases

  • Direct GIF search via the Tenor API using curl
  • Download and store URLs for embedding in chats or posts
  • Simple integration into automation workflows for social content or support channels

Quick Start

Use the gif-search skill to fetch a top GIF for your chosen query and save it to your workspace.

Frequently Asked Questions about gif-search

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

FAQPage Schema
How do I fetch GIFs from Tenor using curl?

You need a TENOR_API_KEY and the jq utility to fetch GIFs from Tenor using curl. The gif-search skill requires these dependencies to authenticate requests and parse the JSON responses for downloadable GIF URLs.

Can I automate GIF downloads for social content without heavy dependencies?

Yes, you can automate GIF retrieval for social content using curl and jq. The gif-search skill provides a lightweight, dependency-free way to query the Tenor API and save resulting GIFs directly to your workspace.

Do I need a Tenor API key to search for GIFs?

Yes, a TENOR_API_KEY is required for simple key-based authentication when querying the Tenor API. The gif-search skill uses this key to authorize curl requests and retrieve GIF data.

What is the best way to integrate Tenor GIF search into a bash workflow?

The best way to integrate Tenor GIF search into a bash workflow is using curl and jq. The gif-search skill automates these utilities to query the Tenor API and download GIFs without requiring additional programming languages or heavy dependencies.

Why use curl instead of a dedicated library to retrieve Tenor GIFs?

Using curl instead of a dedicated library provides a lightweight, dependency-free way to retrieve Tenor GIFs. The gif-search skill leverages standard command-line tools to fetch results, making it easy to integrate into existing automation workflows.