Agent skill · AI & Agents

slack-gif-creator

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".

composio-communitygithub.com/composio-communityGitHub ↗
codexships scripts
Install
npx skills add composio-community/awesome-codex-skills --skill slack-gif-creator --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 23
SKILL.md size: 17 KB
Bundled scripts: yes
Path: slack-gif-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 that help: - Limit to 10-15 frames total - Use 32-48 colors maximum - Keep designs simple - Avoid gradients - Validate file size frequently ## Toolkit Structure This skill provides three types of tools: 1. **Validators** - Check if a GIF meets Slack's requirements 2. **Animation Primitives** - Composable building blocks for motion (shake, bounce, move, kaleidoscope) 3. **Helper Utilities** - Optional functions for common needs (text, colors, effects) **Complete creative freedom is available in how thes

What's inside
Steps it walks through
  1. Slack's Requirements
  2. Toolkit Structure
  3. Core Validators
  4. Animation Primitives
  5. Shake
  6. Bounce
  7. Spin / Rotate
  8. Pulse / Heartbeat
  9. Fade
  10. Zoom
  11. Explode / Shatter
  12. Wiggle / Jiggle
  13. Slide
  14. Flip
Ships with 22 files
  • LICENSE.txt
  • core/color_palettes.py
  • core/easing.py
  • core/frame_composer.py
  • core/gif_builder.py
  • core/typography.py
  • core/validators.py
  • core/visual_effects.py
  • requirements.txt
  • templates/bounce.py
  • templates/explode.py
  • templates/fade.py
  • templates/flip.py
  • templates/kaleidoscope.py
  • templates/morph.py
  • templates/move.py
  • templates/pulse.py
  • templates/shake.py
  • templates/slide.py
  • templates/spin.py
  • templates/wiggle.py
  • templates/zoom.py
Commands it runs
pip install pillow imageio numpy
More from awesome-codex-skills
All skills →
About this skill
What does the slack-gif-creator skill do?

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".

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill slack-gif-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going