Slack Gif Creator
Skills.shGIF 动画 低门槛
3.3
Slack GIF 创建器:为 Slack 工作区生成和分享动画 GIF 内容。
npx skills add anthropics/skills@slack-gif-creatorGifgrep:搜索、提取和处理 GIF 动画的工具
也可通过以下平台安装:
clawhub install gifgrep# 安装 Skill npx skills add steipete/clawdis@gifgrep # 安装后 Claude Code 会自动识别并使用
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 npx skills add steipete/clawdis@gifgrep
支持多个 GIF 源,可选 API 密钥提升搜索功能
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