gif-search

Search and download GIFs from Tenor using curl and jq.

6|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Strategic-Automation/arachne --skill gif-search-strategic-automation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/Strategic-Automation/arachne/tree/main/src/arachne/skills/default/media/gif-search
Command: npx skills add https://github.com/Strategic-Automation/arachne --skill gif-search-strategic-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a fast, dependency-light way to locate and download GIFs from Tenor using curl, enabling teams and creators to quickly add media without extra tooling.

Core Features & Use Cases

  • Search and fetch GIF URLs from Tenor using curl and jq.
  • Download selected GIFs to local storage for quick sharing or embedding.
  • Metadata support: retrieve basic metadata and available formats to choose the best version.
  • Use Case: Add reaction GIFs to chat messages, marketing posts, or presentations with minimal setup in any workflow.

Quick Start

Search for a GIF using a keyword and download the top result from Tenor.

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 using curl by executing keyword searches, retrieving available format URLs, and downloading your chosen results locally. This Skill handles the full workflow using the curl and jq toolchain.

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

Yes, you need a TENOR_API_KEY configured in your environment to fetch GIFs from Tenor. This API key is a mandatory prerequisite for authenticating your search queries and retrieving media URLs through the curl toolchain.

Can I retrieve GIF metadata and different formats from Tenor?▼

Yes, you can retrieve GIF metadata and different formats from Tenor. The Skill queries Tenor to return basic metadata and available formats, allowing you to choose and download the best version for your chat or content creation workflow.

What is the best way to add reaction GIFs to chat workflows without heavy dependencies?▼

The best way to add reaction GIFs to chat workflows without heavy dependencies is using this curl-based Tenor search Skill. It provides a fast, dependency-light method to locate and download media, requiring only curl and jq for quick sourcing.

Does this Tenor GIF search approach work for marketing posts and presentations?▼

Yes, this Tenor GIF search approach works for marketing posts and presentations. It enables quick media sourcing by retrieving and downloading GIFs from Tenor, allowing you to easily embed visual content into various creative outputs.

Why is my Tenor GIF download not working in the curl workflow?▼

Your Tenor GIF download may not be working if the TENOR_API_KEY is missing from your environment, or if the curl and jq toolchain is not properly installed. Ensure all required dependencies are configured correctly before executing the search.