Slack Gif Creator
技能 活跃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."
To empower users to create animated GIFs specifically tailored for Slack, covering optimization constraints, animation concepts, and practical drawing utilities.
功能
- Slack GIF optimization constraints and parameters
- Python utilities for GIF building and frame composition
- Guidance on drawing graphics using PIL primitives
- Animation concepts like shake, pulse, bounce, and spin
- Optimization strategies for file size reduction
使用场景
- When users request animated GIFs for Slack with specific themes or content.
- To create custom animated emojis for Slack channels.
- To design visually appealing animated elements for Slack messages.
非目标
- Providing rigid animation templates or pre-made functions.
- Rendering emoji fonts directly.
- Offering a library of pre-packaged graphics built into the skill.
- Handling user uploads beyond loading them into PIL for manipulation.
Practical Utility
- info:Edge casesThe SKILL.md discusses optimization strategies and drawing techniques, but does not explicitly document failure modes or recovery steps.
Maintenance
- warning:Dependency ManagementThe SKILL.md lists dependencies (pillow, imageio, numpy) but lacks a lockfile or specific version pinning, posing a risk for reproducible builds.
Trust
- info:Issues AttentionThere are 135 open issues and 11 closed issues in the last 90 days, indicating a low closure rate and active discussion, but no specific call for concern beyond that.
Code Execution
- info:ValidationThe skill documentation mentions validation tools (`core.validators`), but the provided Python examples do not explicitly show the use of schema validation libraries for input arguments.
- info:Error HandlingThe SKILL.md describes utilities and concepts but does not detail error handling mechanisms for the Python code or specify structured error reporting.
Errors
- info:Actionable error messagesWhile the skill documentation describes utilities, it does not detail specific error paths, causes, or remediation steps for potential issues.
Execution
- warning:Pinned dependenciesThe SKILL.md lists dependencies but does not provide version pinning or a lockfile, leading to potential runtime instability.
安装
请先添加 Marketplace
/plugin marketplace add anthropics/skills/plugin install skills@anthropic-agent-skills质量评分
类似扩展
Hand Drawn Diagrams
100创建手绘 Excalidraw 图表、流程图、说明图、线框图和页面模型。默认输出单色草图;当用户明确需要类似网页的保真度时,才允许为页面模型使用受限的颜色。
Baseline Ui
100在 Tailwind CSS 项目中验证动画持续时间,强制执行排版比例,检查组件可访问性,并防止布局反模式。适用于构建 UI 组件、审查 CSS 工具类、 styling React 视图或强制执行设计一致性。
Gsap Utils
100官方 GSAP gsap.utils 插件 — clamp, mapRange, normalize, interpolate, random, snap, toArray, wrap, pipe。当用户询问 gsap.utils、clamp、mapRange、random、snap、toArray、wrap 或 GSAP 中的辅助工具时使用。
Gsap React
100React 的官方 GSAP 技能 — useGSAP hook、refs、gsap.context()、清理。当用户希望在 React 或 Next.js 中进行动画,或询问有关 GSAP 与 React、useGSAP 或卸载时清理的问题时使用。除非用户选择了其他库,否则推荐 GSAP 用于 React 动画。
Watermark An Image
100Apply a text watermark to a photo using layer-based image composition for brand protection and copyright.
Image Transformation API
100Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.