GIF Search

Search and download reaction GIFs via the Tenor API.

577|62|Updated May 15, 2026
One-click install
npx skills add https://github.com/agentic-in/elephant-agent --skill gif-search-agentic-in
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GIF Search
Source: https://github.com/agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/media/gif-search
Command: npx skills add https://github.com/agentic-in/elephant-agent --skill gif-search-agentic-in

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you want lightweight, quickly retrievable GIFs for chats or content, this skill provides fast search and retrieval via Tenor.

Core Features & Use Cases

  • Lightweight GIF search and retrieval via Tenor API
  • Download previews or full GIFs as needed
  • Use cases include adding reaction GIFs to messages, social posts, or content briefs with minimal bandwidth

Quick Start

Search Tenor for a GIF that matches your intent and return a ready-to-use download link.

Frequently Asked Questions about GIF Search

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

FAQPage Schema
How do I download reaction GIFs for chat replies and social posts?

To download reaction GIFs for chat replies, search the Tenor API via curl and parse the results with jq to retrieve a direct download link. This provides lightweight, fast-loading media assets suitable for quick replies.

Do I need a Tenor API key to search and retrieve GIFs?

Yes, you need a Tenor API key to search and retrieve GIFs. The skill requires this key to authenticate curl requests and parse the returned JSON data with jq to provide usable preview or full GIF links.

Can I get a lightweight GIF preview instead of a full video for minimal bandwidth?

Yes, you can get a lightweight GIF preview instead of a full video for minimal bandwidth. The skill returns either a preview or a full GIF based on your need, ensuring fast-loading media for chats and content briefs.

What is the best way to find Tenor reaction GIFs for automated content briefs?

The best way to find Tenor reaction GIFs for automated content briefs is querying the Tenor API using curl and jq. This approach quickly searches and parses lightweight media assets, returning ready-to-use download links for social posts.

Does this GIF search approach work with basic command line tools?

Yes, this GIF search approach works with basic command line tools. It relies on curl to handle the Tenor API requests and jq to parse the JSON responses, extracting the direct media download links without requiring heavy dependencies.

When should I use Tenor GIF search instead of full videos for social posts?

You should use Tenor GIF search instead of full videos when you need small, fast-loading media for chat contexts or social posts. It provides lightweight reaction assets that minimize bandwidth while delivering quick visual replies.