slack-gif-creator
Create Slack-Ready Animated GIFs
Slack GIFs need compact dimensions, smooth motion, and controlled file sizes. This skill provides local Python utilities for drawing, animation, optimization, and validation.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "slack-gif-creator" from https://skillstore.io/skills/azeem-2-slack-gif-creator.md and its manifest at https://skillstore.io/api/skills/azeem-2-slack-gif-creator/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "slack-gif-creator". Create a pulsing star emoji for Slack.
Expected outcome:
Created output.gif at 128 by 128 pixels with 12 frames, 10 FPS, 48 colors, and a smooth repeating pulse.
Using "slack-gif-creator". Animate my uploaded logo with a gentle bounce.
Expected outcome:
Created a short looping logo GIF, preserved the source colors, applied eased bounce motion, and confirmed acceptable emoji dimensions.
Using "slack-gif-creator". Make the message GIF smaller without changing its main motion.
Expected outcome:
Reduced the palette and duplicate frames while preserving the visible animation. The result includes updated size, frame count, duration, and dimensions.
Security Audit
SafeAll 40 static findings are false positives caused by ordinary Python imports, Markdown code fencing, inline code formatting, and benign wording. The skill performs local image processing and expected file reads and writes, with no evidence of prompt injection, reconnaissance, exfiltration, or unsafe command construction.
Risk Factors
โก Contains scripts (1)
โ๏ธ External commands (36)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/azeem-2-slack-gif-creator/audits/12?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/azeem-2-slack-gif-creator?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/azeem-2-slack-gif-creator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/azeem-2-slack-gif-creator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/azeem-2-slack-gif-creator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
Azeem-2. (2026). slack-gif-creator security audit report (audit version 12) [Author version unspecified]. Skillstore. https://skillstore.io/skills/azeem-2-slack-gif-creator/audits/12BibTeX citation
@techreport{azeem-2-azeem-2-slack-gif-creator-2026,
author = {Azeem-2},
title = {slack-gif-creator security audit report (audit version 12)},
institution = {Skillstore},
year = {2026},
number = {12},
url = {https://skillstore.io/skills/azeem-2-slack-gif-creator/audits/12},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "slack-gif-creator security audit report (audit version 12)"
version: "unspecified"
type: report
authors:
- name: "Azeem-2"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/azeem-2-slack-gif-creator/audits/12"
identifiers:
- type: other
value: "skillstore:azeem-2-slack-gif-creator:audit:12"
description: "Skillstore immutable audit report identifier"
Compare variants
9 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
davila7-slack-gif-creator
2026-08-21
azeem-2-slack-gif-creator
2026-08-21
slack-gif-creator
2026-08-21
zhanlincui-slack-gif-creator
2026-08-21
artemisai-slack-gif-creator
2026-08-21
sickn33-slack-gif-creator
2026-08-21
cam10001110101-slack-gif-creator
2026-08-21
dyai2025-slack-gif-creator
2026-08-21
composiohq-slack-gif-creator
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Design Custom Reactions
Create compact animated emoji with clear shapes, strong contrast, and smooth motion.
Animate Community Messages
Produce lightweight celebration, announcement, or status GIFs for Slack conversations.
Automate GIF Production
Assemble generated frame sequences, optimize palettes, and validate output dimensions in Python workflows.
Try These Prompts
Create a 128 by 128 Slack emoji GIF of a yellow star pulsing twice. Use 10 FPS, a dark background, and smooth easing.
Animate my uploaded logo with a gentle bounce and slight rotation. Preserve its colors, keep the loop under three seconds, and optimize for Slack.
Create a 480 by 480 celebration GIF with rising particles, a centered headline, and a seamless loop. Use strong contrast and smooth easing.
Build a three-stage emoji animation with anticipation, motion, and settling. Limit colors, remove duplicate frames, save the GIF, and report validation results.
Best Practices
- Define dimensions, duration, frame rate, palette, and motion before generating frames.
- Use thick outlines, strong contrast, and simple silhouettes for small Slack emoji.
- Validate the finished GIF and reduce frames or colors only when size requires it.
Avoid
- Do not depend on emoji fonts or graphics that are not included.
- Do not use excessive frames, colors, or dimensions for a small emoji.
- Do not overwrite unrelated files or use untrusted output paths.
Frequently Asked Questions
What does this skill create?
Does it upload GIFs to Slack?
Can it animate an uploaded image?
Which dependencies are required?
How does it reduce GIF size?
Does validation guarantee Slack acceptance?
Developer Details
Author
Azeem-2License
Complete terms in LICENSE.txt
Skillstore revision
r3
Version notice
The author did not declare a version.
Ref
8c3e20bba512c392d9b02ee748b18e0b09d4982c
Maintenance freshness
7/24/2026
Usage
7 downloads ยท 263 views
File structure
๐ core/
๐ easing.py
๐ frame_composer.py
๐ gif_builder.py
๐ validators.py
๐ LICENSE.txt
๐ requirements.txt
๐ SKILL.md