AI SummaryA toolkit for creating animated GIFs optimized for Slack with specific dimension, FPS, and color constraints. Developers building Slack integrations or bots will find this useful for generating compliant emoji and message GIFs.
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/anthropics/skills/main/skills/slack-gif-creator/SKILL.md"
Description
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."
Slack Requirements
Dimensions: • Emoji GIFs: 128x128 (recommended) • Message GIFs: 480x480 Parameters: • FPS: 10-30 (lower is smaller file size) • Colors: 48-128 (fewer = smaller file size) • Duration: Keep under 3 seconds for emoji GIFs
Slack GIF Creator
A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack.
Core Workflow
`python from core.gif_builder import GIFBuilder from PIL import Image, ImageDraw
1. Create builder
builder = GIFBuilder(width=128, height=128, fps=10)
Quality Score
Good
81/100
Trust & Transparency
No License Detected
Review source code before installing
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit 3d ago
79.2k stars — Strong Community
8.3k forks