gif-search

Search and download GIFs from the Tenor API using curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GIF sourcing can be time-consuming; this Skill provides a simple curl-based method to search and download GIFs from Tenor without extra dependencies.

Core Features & Use Cases

  • Quick GIF search via Tenor API
  • Download selected GIFs for chat, content creation, or social posts
  • Use cases include reaction GIFs in conversations, tutorials, and marketing materials

Quick Start

Search for GIFs with a query and download the top result from Tenor 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 GIFs from Tenor using curl?

You can search and download GIFs from Tenor by executing a curl command that queries the Tenor API with your search terms and retrieves the top result, requiring standard CLI tools and a valid API key.

Do I need any extra dependencies to download Tenor GIFs via the command line?

No extra dependencies are required to download Tenor GIFs beyond standard CLI tools like curl and jq. The Skill relies entirely on your system's existing command line utilities and the TENOR_API_KEY environment variable.

What is the best way to get reaction GIFs for chat and social media sharing?

The best way to get reaction GIFs for chats and social media is to automate sourcing through the Tenor API, which allows you to quickly query specific reactions and download the media files directly via curl.

How does the Tenor API work for sourcing GIFs in content creation?

The Tenor API works by accepting a search query and returning matching GIF data, which you can then parse with jq and download using curl to integrate into your content creation or marketing materials.

Can I use curl and jq to automate GIF downloads for marketing materials?

Yes, you can use curl and jq to automate GIF downloads for marketing materials by sending a query to the Tenor API, parsing the JSON response, and retrieving the media files without any additional dependencies.