Loading...
Loading...
Search for GIFs from GIPHY and Tenor APIs. Use when you need to find reaction GIFs, memes, or animated content for messages and communications.
npx skill4agent add winsorllc/upgraded-carnival gif-search/job/.pi/skills/gif-search/gif-search.js "cats"/job/.pi/skills/gif-search/gif-search.js "<query>"job/.pi/skills/gif-search/gif-search.js "<query>" <limit>job/.pi/skills/gif-search/gif-search.js "<query>" 1 urlGIPHY_API_KEYTENOR_API_KEY[
{
"id": "gif_id",
"title": "Funny Cat GIF",
"url": "https://media.giphy.com/media/xxx/giphy.gif",
"preview_url": "https://media.giphy.com/media/xxx/200.gif",
"width": 480,
"height": 270
}
]# Search for happy birthday GIFs
/job/.pi/skills/gif-search/gif-search.js "happy birthday"
# Get top 3 results
/job/.pi/skills/gif-search/gif-search.js "celebration" 3
# Get just the URL of the top result
/job/.pi/skills/gif-search/gif-search.js "thumbs up" 1 url