📄 SKILL.md

← Vault

name: gif-search

description: Search and download GIFs from Tenor using curl. No dependencies beyond curl and jq. Useful for finding reaction GIFs, creating visual content, and sending GIFs in chat.

version: 1.1.0

author: Hermes Agent

license: MIT

prerequisites:

env_vars: [TENOR_API_KEY]

commands: [curl, jq]

metadata:

hermes:

tags: [GIF, Media, Search, Tenor, API]


GIF Search (Tenor API)

Search and download GIFs directly via the Tenor API using curl. No extra tools needed.

Setup

Set your Tenor API key in your environment (add to ~/.hermes/.env):

`bash

TENOR_API_KEY=your_key_here

`

Get a free API key at https://developers.google.com/tenor/guides/quickstart — the Google Cloud Console Tenor API key is free and has generous rate limits.

Prerequisites