What problem does it solve? Finding and downloading GIFs for chat messages, documentation, or visual content usually requires manual browsing. This Skill lets you search the Tenor GIF library and retrieve or download GIF URLs directly from the command line with curl. ## Core Features & Use Cases - GIF Search via Tenor API: Query the Tenor v2 search endpoint with parameters for result limits, content safety filters, locale, and media format selection. - Multiple Media Formats: Retrieve full-quality GIFs, lightweight tinygif previews, MP4/WebM video variants, or thumbnails depending on bandwidth and use case. - Direct Download & Embedding: Download GIF files locally with curl or embed returned URLs directly in Markdown using standard image syntax. - Use Case: You want to send a reaction GIF in a chat message. Search for "thumbs up", extract the tinygif URL with jq, and paste the lightweight URL directly into the conversation. ## Quick Start Set the TENOR_API_KEY environment variable and ask the agent to search Tenor for a celebration GIF and give me the URL.