gif-search

Search Tenor for GIFs and download selected results with curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to quickly search Tenor for GIFs and download your chosen result via curl, streamlining media retrieval for chats and content creation.

Core Features & Use Cases

  • Direct search & retrieval: Query Tenor API via curl to discover GIFs by keywords and fetch URLs.
  • One-step download workflow: Save a selected GIF to local storage with a single command.
  • Lightweight, dependency-free tooling: Uses only curl and jq, with no extra installations required.

Quick Start

Use the Tenor API key to search for a GIF and download it with a curl request.

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 for GIFs and download them using curl?

You can search Tenor for GIFs by querying the Tenor API via curl to discover results by keywords, then fetch and download your chosen GIF URL to local storage with a single curl command.

Do I need a Tenor API key to fetch GIFs with curl?

Yes, a Tenor API key (TENOR_API_KEY) is required to authenticate your curl requests when you query the Tenor API to search for and retrieve GIFs.

What tools are required to query the Tenor API for media?

You need curl and jq to perform Tenor API calls and parse API responses, ensuring a lightweight, dependency-free media retrieval workflow with no extra installations required.

Can I download reaction GIFs for social posts without installing extra dependencies?

Yes, you can download reaction GIFs for social posts without extra dependencies because the workflow uses only curl and jq, which are standard tools for API calls and JSON parsing.

What is the best way to retrieve a specific GIF from Tenor for content creation?

The best way to retrieve a specific GIF is to search Tenor by keywords using a curl API request, parse the returned URLs with jq, and save your selected result with a one-step curl download.