Slack Gif Creator
Skills.shGIF & Animation Easy
3.3
Slack GIF 创建器:为 Slack 工作区生成和分享动画 GIF 内容。
14K
npx skills add anthropics/skills@slack-gif-creatorSearch GIF providers with CLI/TUI, download results, and extract stills/sheets.
Also available on:
npx skills add steipete/clawdis@gifgrep# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install gifgrep # Then just tell Claude: "use Gifgrep to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install gifgrep
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets.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 urlgifgrep tui "query"--thumbs (Kitty/Ghostty only; still frame)--download saves to ~/Downloads--reveal shows the last download in Findergifgrep 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).--source auto|tenor|giphyGIPHY_API_KEY required for --source giphyTENOR_API_KEY optional (Tenor demo key used if unset)--json prints an array of results (id, title, url, preview_url, tags, width, height)--format for pipe-friendly fields (e.g., url)GIFGREP_SOFTWARE_ANIM=1 to force software animationGIFGREP_CELL_ASPECT=0.5 to tweak preview geometry```bash
# 搜索「办公室喜剧」相关 GIF 并下载前 5 个
gifgrep search "office comedy" --limit 5 --download -o ./gifs/
# 提取 GIF 的所有关键帧到目录
gifgrep extract ./gifs/funny.gif --stills --interval 100 -o ./frames/
# 生成 4x4 的 GIF 预览合成表
gifgrep extract ./gifs/animation.gif --sheet --grid 4x4 -o preview.png
```