gif-search

Search Tenor GIFs via API and retrieve relevant media URLs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick discovery and retrieval of GIFs from the Tenor API using curl, simplifying media sharing and reaction content creation without a dedicated SDK.

Core Features & Use Cases

  • Search and filter GIFs: fetch GIF URLs by query terms and display or download the best-matching results.
  • Direct download: save the selected GIF to local storage for use in chats, posts, or docs.
  • Use Case: A content creator wants a reaction GIF for a message and uses Tenor API to pull a relevant GIF with curl.

Quick Start

Search for a GIF on Tenor and download the top result using curl.

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?

No, a dedicated SDK is not required to fetch Tenor GIFs. This Skill uses standard curl and jq tools to query the API and parse responses, simplifying reaction media retrieval without additional dependencies.

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

jq is used to parse the JSON responses returned by the Tenor API. When you search for GIFs via curl, jq extracts the specific media URLs from the API output so you can display or download the selected GIF.

What is the best way to get reaction GIFs for content creation without an SDK?

You can integrate downloaded Tenor GIFs into content creation workflows such as chats, posts, or docs. By fetching media URLs via curl, you quickly pull relevant reaction GIFs to enhance your shared content.

Can I use curl to filter and retrieve specific GIF URLs from Tenor?

Yes, the Tenor API supports fetching GIFs for content creation workflows requiring quick media discovery. You use curl and jq to search by terms, retrieve relevant URLs, and save GIFs for chats, posts, or docs.