slack-gif-creator

仓库创建 2025年10月22日最近提交 13 天前SkillHot 收录 20 天前
▸ 精选理由

包含格式校验与可组合动画原语,便捷产出合规 GIF。

这个 Skill 做什么

为 Slack 生成并优化尺寸与帧率合规的动图工具集。

做给 Slack 发的动图(GIF)时,负责从描述到成品的整个流程:生成动画、按 Slack 的尺寸/帧率限制校验并压缩优化。适合用户说“帮我做个 Slack GIF/表情动画”这种场景。特点是有可组合的动画原语和严格的验证器,能保证成品既好看又能上传。

▸ 展开 SKILL.md 英文原文

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

内容创作GIF制作Slack优化动画通用
1.4k
Stars
245
Forks
31
仓库内 Skill
+46
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/slack-gif-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/slack-gif-creator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Slack GIF Creator - Flexible Toolkit

A toolkit for creating animated GIFs optimized for Slack. Provides validators for Slack's constraints, composable animation primitives, and optional helper utilities. **Apply these tools however needed to achieve the creative vision.**

## Slack's Requirements

Slack has specific requirements for GIFs based on their use:

**Message GIFs:**
- Max size: ~2MB
- Optimal dimensions: 480x480
- Typical FPS: 15-20
- Color limit: 128-256
- Duration: 2-5s

**Emoji GIFs:**
- Max size: 64KB (strict limit)
- Optimal dimensions: 128x128
- Typical FPS: 10-12
- Color limit: 32-48
- Duration: 1-2s

**Emoji GIFs are challenging** - the 64KB limit is strict. Strategies t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有