用命令行搜索并下载 GIF 素材,还可提取静帧与拼贴图。
整体风险偏低到中等:材料显示其主要是用于搜索/下载 GIF 的开源 CLI/TUI 工具,未见明显恶意权限申请。需注意其会连接 Tenor/Giphy、可下载到本地并可能使用 API Key,且所给 GitHub 仓库与工具名称不完全对应,建议在安装前核对来源一致性。
README 明确提到可使用 GIPHY_API_KEY,且 TENOR_API_KEY 可选;这类 API Key 属于常规第三方服务凭证,存在误配置、泄露或被滥用调用配额的风险,但未见要求高敏感系统级凭证。
工具声明会搜索 GIF 提供商 Tenor/Giphy,并可预览、获取 URL、下载资源;这意味着查询词和相关请求会发送到这些外部服务。材料未显示连接不明无关端点,因此属常规外发留意项。
README 展示其为 CLI/TUI 工具,可执行搜索、预览、下载、抽帧与生成 sheet,并提到可在 Finder 中 reveal 下载结果;这说明会在本机运行程序并调用本地能力,但未见申请远超声明功能的系统权限。
材料表明其可读取本地 GIF 文件进行 still/sheet 提取,并将下载内容保存到 ~/Downloads;属于与功能相符的本地文件读写范围。未见声明会批量访问无关目录或索取过度数据权限。
正面因素是材料标注为开源、GitHub 来源且社区采用度很高;但当前给出的仓库链接为 openclaw/openclaw,与工具名 gifgrep 不完全一致,许可证未声明、维护状态未知,建议核验仓库是否确为该工具源码后再信任安装。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "gifgrep" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/gifgrep/SKILL.md 2. 保存为 ~/.claude/skills/gifgrep/SKILL.md 3. 装好后重载技能,告诉我可以用了
帮我用 gifgrep 搜索“app onboarding tutorial”相关 GIF,按相关度列出前 10 个结果,并下载其中 3 个最适合科技产品宣传的动图。
返回候选 GIF 列表,并下载适合用于产品宣传的动图文件。
请使用 gifgrep 下载一个“loading animation”GIF,并每隔 10 帧导出一张静态图片,方便我做设计参考。
下载目标 GIF,并生成按间隔提取的静帧图片集。
用 gifgrep 获取一个“funny reaction”GIF,并将其导出为包含关键帧的 sprite sheet,便于我快速浏览内容。
获得 GIF 文件及对应的关键帧拼贴图,便于预览和筛选。
Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets.
GIF-Grab (gifgrep workflow)
Quick start
gifgrep cats --max 5gifgrep cats --format url | head -n 5gifgrep search --json cats | jq '.[0].url'gifgrep tui "office handshake"gifgrep cats --download --max 1 --format urlTUI + previews
gifgrep tui "query"--thumbs (Kitty/Ghostty only; still frame)Download + reveal
--download saves to ~/Downloads--reveal shows the last download in FinderStills + sheets
gifgrep still ./clip.gif --at 1.5s -o still.pnggifgrep sheet ./clip.gif --frames 9 --cols 3 -o sheet.png--frames (count), --cols (grid width), --padding (spacing).Providers
--source auto|tenor|giphyGIPHY_API_KEY required for --source giphyTENOR_API_KEY optional (Tenor demo key used if unset)Output
--json prints an array of results (id, title, url, preview_url, tags, width, height)--format for pipe-friendly fields (e.g., url)GIF asset hygiene
Content-Type: image/gif, and is actually animated (multiple frames or loop metadata; e.g. inspect with file, identify, or a small script).Environment tweaks
GIFGREP_SOFTWARE_ANIM=1 to force software animationGIFGREP_CELL_ASPECT=0.5 to tweak preview geometry快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
将系统剪贴板中的图片快速保存为 PNG 或 JPG 文件,便于 AI 读取与后续处理。