gif-search

Search and retrieve GIF media files from the Tenor API using curl and jq.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill gif-search-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill gif-search-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of manually browsing web browsers to find and save reaction GIFs or visual media for your projects.

Core Features & Use Cases

  • Direct API Integration: Fetches high-quality GIFs directly from the Tenor database using curl.
  • Flexible Formatting: Supports multiple media formats including standard GIFs, tiny previews, and MP4 video files.
  • Use Case: Quickly find and download a celebratory GIF to include in a report or chat message without leaving your terminal environment.

Quick Start

Ask the agent to search for a specific reaction GIF and download the top result to your current directory.

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?

Search for GIFs from the command line by querying the Tenor API via curl, retrieving media files directly without needing a web browser.

Do I need a Tenor API key to download GIFs via terminal?

Yes, downloading GIFs via terminal requires a valid Tenor API key, plus standard Unix utilities like curl and jq to process JSON responses.

Can I retrieve MP4 video files instead of standard GIFs?

Yes, you can retrieve MP4 video files alongside standard GIFs and tiny previews, as the skill supports flexible formatting for media discovery.

What is the best way to find reaction GIFs for chat applications?

The best way to find reaction GIFs for chat applications is fetching high-quality media directly from the Tenor database, streamlining visual content discovery workflows.

Why use curl and jq for Tenor API media search?

Using curl and jq for Tenor API media search allows you to directly request and parse JSON responses within a Unix environment, automating media retrieval for content creation.