gif-search

Search and download GIFs from Tenor using curl and jq.

11|Updated May 17, 2026
One-click install
npx skills add https://github.com/StarryCod/cogitum --skill gif-search-starrycod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/StarryCod/cogitum/tree/main/cogitum/data/skills/media/gif-search
Command: npx skills add https://github.com/StarryCod/cogitum --skill gif-search-starrycod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly search and download GIFs from Tenor without leaving the terminal, enabling fast visual content creation and sharing.

Core Features & Use Cases

  • Search GIFs from Tenor using curl and jq with simple queries.
  • Download selected GIFs directly to your workspace for embedding in chat, docs, or projects.
  • Use Case: grab a reaction GIF for a message or generate a media asset for a quick presentation.

Quick Start

Set your TENOR_API_KEY in the environment and run the curl commands to search and download GIFs.

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 Tenor using the terminal?

You can search for GIFs from Tenor directly in the terminal by running curl commands paired with jq to parse the API response. This Skill formats your search queries and returns direct GIF URLs for immediate use.

What do I need to download Tenor GIFs via command line?

To download Tenor GIFs via command line, you need a TENOR_API_KEY set in your environment along with curl and jq installed. These dependencies enable the terminal to execute the search and retrieve media URLs.

Can I use curl and jq to get direct GIF URLs for embedding?

Yes, you can use curl and jq to fetch direct GIF URLs suitable for embedding. The Skill queries the Tenor API and parses the JSON response to extract direct media links for chat messages or projects.

What is the best way to grab a reaction GIF without leaving the terminal?

The best way to grab a reaction GIF without leaving the terminal is using a command line tool that queries the Tenor API. It quickly returns and downloads media assets for fast visual content creation and sharing.

Does this Tenor GIF search tool require any external libraries?

This Tenor GIF search tool requires the standard command line utilities curl and jq rather than external libraries. You simply need to ensure both are installed on your system and configure your TENOR_API_KEY.

Can I save downloaded GIFs directly to my workspace for content creation?

Yes, you can save downloaded GIFs directly to your workspace for content creation. After parsing the Tenor API response with jq, the tool provides direct URLs that curl can use to download the media assets.