gif-search

Search and download GIFs from the terminal using KLIPY or GIPHY APIs.

12|2|Updated Feb 2, 2020
One-click install
npx skills add https://github.com/servitola/dotfiles --skill gif-search-servitola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gif-search
Source: https://github.com/servitola/dotfiles/tree/main/claude-code/skills/gif-search
Command: npx skills add https://github.com/servitola/dotfiles --skill gif-search-servitola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI tool helps you search and download GIFs directly from the command line, saving time from manual browsing or switching apps.

Core Features & Use Cases

  • KLIPY as primary: GIF search via KLIPY API with GIPHY as a fallback.
  • Direct URLs: Retrieve direct GIF URLs for sharing in chats or documents.
  • Fallback guidance: Clear messaging when API keys are not configured or unavailable.

Quick Start

Search for a GIF and download the first result to the current directory.

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

You can search and download GIFs from the terminal by running a command that queries the KLIPY API, utilizing GIPHY as a fallback, and saves the first result to your current directory.

Do I need curl and jq to search for GIFs from the command line?

Yes, you need curl and jq installed to use this CLI tool, as it relies on them to make API requests and parse the JSON responses for your GIF searches.

What's the best way to get direct GIF URLs for chats without leaving the terminal?

The best way to get direct GIF URLs for chats is using this CLI tool, which retrieves direct links via the KLIPY API with GIPHY as a fallback, enabling quick sharing without manual browsing.

Why does the GIF search CLI require an API key in openai_key.sh?

The GIF search CLI requires a KLIPY_API_KEY configured in ~/.config/openai_key.sh to authenticate search requests, falling back to GIPHY_API_KEY if the primary key is unavailable.

Can I integrate GIF search into bash scripts for automation?

Yes, you can integrate GIF search into bash scripts for automation, leveraging curl and jq to programmatically fetch and download reaction GIFs for documents or chat integrations.