# GIF Search

> Search and download reaction GIFs through the Tenor API using curl and jq when the user wants lightweight media retrieval.

- Skill: `agentic-in/gif-search` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/gif-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/gif-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/gif-search

---


# GIF Search

Use this skill when the user wants a GIF rather than a still image or a generated asset.

## Preferred Flow

1. Check that `TENOR_API_KEY` is available.
2. Search Tenor with a narrow query.
3. Prefer lightweight preview formats when only a link is needed.
4. Download the full GIF only when the user needs a local file.

## Guardrails

- Do not claim media is available if the API key is missing or the query returned no results.
- Keep file size in mind when choosing between full GIF and preview variants.

