Skills Plugins MCP Prompt Model 博客 我的中心

gif-search

Search/download GIFs from Tenor via curl + jq.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=nousresearch-hermes-agent-skills-media-gif-search-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name gif-search description Search/download GIFs from Tenor via curl + jq. version 1.1.0 author Hermes Agent license MIT platforms ["linux","macos","windows"] 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. When to use Useful for finding reaction GIFs, creating visual content, and sending GIFs in chat. Setup Set your Tenor API key in your environment (add to ${HERMES_HOME:-~/.hermes}/.env ): 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 curl and jq (both standard on macOS/Linux) TENOR_API_KEY environment variable Search for GIFs # Search and get GIF URLs curl -s "https://tenor.googleapis.com/v2/search?q=thumbs+up&limit=5&key= ${TENOR_API_KEY} " | jq -r '.results[].media_formats.gif.url' # Get smaller/preview versions curl -s "https://tenor.googleapis.com/v2/search?q=nice+work&limit=3&key= ${TENOR_API_KEY} " | jq -r '.results[].media_formats.tinygif.url' Download a GIF # Search and download the top result URL=$(curl -s "https://tenor.googleapis.com/v2/search?q=celebration&limit=1&key= ${TENOR_API_KEY} " | jq -r '.results[0].media_formats.gif.url' ) curl -sL " $URL " -o celebration.gif Get Full Metadata curl -s "https://tenor.googleapis.com/v2/search?q=cat&limit=3&key= ${TENOR_API_KEY} " | jq '.results[] | {title: .title, url: .media_formats.gif.url, preview: .media_formats.tinygif.url, dimensions: .media_formats.gif.dims}' API Parameters Parameter Description q Search query (URL-encode spaces as + ) limit Max results (1-50, default 20) key API key (from $TENOR_API_KEY env var) media_filter Filter formats: gif , tinygif , mp4 , tinymp4 , webm contentfilter Safety: off , low , medium , high locale Language: en_US , es , fr , etc. Available Media Formats Each result has multiple formats under .media_formats : Format Use case gif Full quality GIF tinygif Small preview GIF mp4 Video version (smaller file size) tinymp4 Small preview video webm WebM video nanogif Tiny thumbnail Notes URL-encode the query: spaces as + , special chars as %XX For sending in chat, tinygif URLs are lighter weight GIF URLs can be used directly in markdown: ![alt](url)
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。