Slack Gif Creator
Skills.shGIF & Animation Easy
3.3
Slack GIF 创建器:为 Slack 工作区生成和分享动画 GIF 内容。
14K
npx skills add anthropics/skills@slack-gif-creatorGifgrep:搜索、提取和处理 GIF 动画的工具
Also available on:
clawhub install gifgrep# Install Skill npx skills add steipete/clawdis@gifgrep # Claude Code will auto-detect and use it after installation
# Same install command — works with all SKILL.md-compatible AI coding tools npx skills add steipete/clawdis@gifgrep
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 geometrynpx skills add steipete/clawdis@gifgrep && gifgrep --search "dancing" --source giphy --output animations/ --format gif