What problem does it solve? Finding and downloading GIFs for chat messages, reaction content, or visual assets normally requires manual browsing; this Skill retrieves GIF URLs and files directly from the Tenor API via the command line. ## Core Features & Use Cases - GIF Search: Query the Tenor API with keywords and retrieve GIF URLs in multiple formats (gif, tinygif, mp4, webm). - Direct Download: Fetch the top search result and save it as a local GIF file with curl. - Metadata Retrieval: Extract titles, preview URLs, and dimensions for each result using jq. - Use Case: While composing a chat reply, ask the agent to find a celebration GIF and get a lightweight tinygif URL ready to embed in markdown. ## Quick Start Set the TENOR_API_KEY environment variable, then ask the agent to search Tenor for a reaction GIF and return the top result URL.