gif-search

Search and retrieve animated GIF assets from the Tenor API using curl and jq.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill gif-search-paxlabs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/media/gif-search
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill gif-search-paxlabs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq.

What problem does it solve?

This Skill removes the friction of manually searching for visual assets by providing a direct command-line interface to the Tenor GIF database.

Core Features & Use Cases

  • Direct Search: Query the Tenor API for specific reaction GIFs or visual content using natural language.
  • Format Flexibility: Retrieve various media formats including high-quality GIFs, tiny previews for bandwidth efficiency, and video formats like MP4 or WebM.
  • Use Case: When you need to quickly find a reaction GIF for a professional chat or generate a visual asset for a presentation, this tool fetches the URL or downloads the file directly to your local machine.

Quick Start

Use the gif-search skill to find and download a celebration GIF by running the search command with your Tenor API key.

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 a GIF from Tenor using the command line?

To search and download a GIF from Tenor, you query the Tenor API using curl and parse the JSON response with jq. This retrieves the direct media URL or downloads the file to your local machine for immediate use.

Do I need a Tenor API key to retrieve animated GIF assets?

Yes, a valid Tenor API key is required to retrieve animated GIF assets. The skill uses this key to authenticate your curl network requests to the Tenor API and return the requested media formats.

What media formats can I retrieve when searching for reaction GIFs?

When searching for reaction GIFs, you can retrieve various media formats including high-quality GIFs, tiny previews for bandwidth efficiency, and video formats like MP4 or WebM through the Tenor API response.

Can I use curl and jq to integrate GIF search into chat interfaces and documentation workflows?

Yes, you can use curl and jq to integrate GIF search into chat interfaces and documentation workflows. The skill fetches visual media URLs directly, facilitating the addition of reaction GIFs into your professional communications.

What are the limitations of using curl and jq for GIF search automation?

The limitations of using curl and jq for GIF search automation include a basic implementation depth and dependency on standard command-line utilities. It requires a pre-configured Tenor API key and does not offer advanced built-in media processing components.