gif-search

Search and download GIFs via the Tenor API using curl and jq.

Updated Oct 23, 2024
One-click install
npx skills add https://github.com/lenadlm/docker --skill gif-search-lenadlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/lenadlm/docker/tree/main/hermes-skills/skills/media/gif-search
Command: npx skills add https://github.com/lenadlm/docker --skill gif-search-lenadlm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

Searching for and downloading GIFs can be time-consuming. This Skill simplifies the process by leveraging the Tenor API to search and download GIFs directly.

Core Features & Use Cases

  • Search GIFs: Use the Tenor API to search for GIFs based on a query.
  • Download GIFs: Download GIFs in various formats such as GIF, tinygif, mp4, etc.
  • API Integration: Utilizes curl and jq for API calls and data processing.
  • Use Case: Find and send the perfect reaction GIF in a chat conversation.

Quick Start

Search for and download a 'celebration' GIF using the gif-search skill.

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

To search and download GIFs using the Tenor API, you can use a command-line skill that leverages curl and jq to interact with the API and retrieve various formats like GIF, tinygif, and mp4.

Do I need an API key to search for GIFs with curl?

Yes, you need to set the TENOR_API_KEY environment variable to authenticate your requests when using curl to search for GIFs via the Tenor API.

What GIF formats can I download using curl and jq?

Using curl and jq, you can download GIFs in various formats such as standard GIF, tinygif, and mp4, allowing you to select the appropriate file type for quick access and chat reactions.

Can I use command line scripts to find reaction GIFs for chat conversations?

Yes, you can use command line scripts to find reaction GIFs for chat conversations by querying the Tenor API with curl and parsing the JSON response with jq for quick access.

What are the dependencies required for Tenor API GIF search?

The dependencies required for Tenor API GIF search are curl for making the HTTP requests and jq for processing the JSON data returned by the API.