Gifgrep

Search and retrieve GIFs from Giphy and Tenor APIs. Use when this capability is needed.

tomevault-io Updated

File contents

GifGrep

Search for GIFs using Giphy and Tenor.

Search Giphy

curl -s "https://api.giphy.com/v1/gifs/search?api_key=$GIPHY_API_KEY&q=funny+cat&limit=5" | jq '.data[].url'

Trending GIFs

curl -s "https://api.giphy.com/v1/gifs/trending?api_key=$GIPHY_API_KEY&limit=10" | jq '.data[].url'

Random GIF

curl -s "https://api.giphy.com/v1/gifs/random?api_key=$GIPHY_API_KEY&tag=celebration" | jq '.data.url'

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/kody-w--openrappter--gifgrep commit 530418d950

Frequently asked questions

npx skillmds@latest add tomevault-io/gifgrep-9