← 返回 Skills 市场
Slack Gif Creator Anthropic
作者
pupuking723
· GitHub ↗
· v1.0.0
· MIT-0
292
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install slack-gif-creator-anthropic
功能描述
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users reques...
安全使用建议
This skill appears to be what it says: a local Python toolkit for creating Slack-optimized GIFs. Before installing, run it in an isolated Python environment (virtualenv/container) and install requirements.txt. Note: Pillow and image processing libraries can be triggered by crafted image files (malformed images can cause crashes or resource exhaustion), so validate and/or sandbox user-uploaded images. imageio-ffmpeg may download or use an ffmpeg binary—if you have policy constraints, review that behavior. Keep dependencies up-to-date and run the code on a system where writing GIF files and reading user-provided images is acceptable.
功能分析
Type: OpenClaw Skill
Name: slack-gif-creator-anthropic
Version: 1.0.0
The skill bundle provides a legitimate set of utilities for programmatically creating and optimizing animated GIFs for Slack using the Pillow and imageio libraries. The code in core/gif_builder.py and core/frame_composer.py implements standard image processing and quantization logic, while SKILL.md provides helpful instructions for the agent to generate animations without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the included Python modules (gif_builder, frame_composer, easing, validators) and the requirements (Pillow, imageio, numpy) are appropriate for image/GIF creation.
Instruction Scope
SKILL.md stays on-task: it instructs using local PIL/imageio utilities, reading local/uploaded images, composing frames, validating dimensions, and saving GIFs. It does not instruct reading unrelated system files, exfiltrating data, or calling external endpoints.
Install Mechanism
There is no install spec in the registry, but a requirements.txt is provided. That is normal for Python code, but installers/users should ensure dependencies are installed in a controlled environment (requirements include imageio-ffmpeg which may fetch an ffmpeg binary at runtime).
Credentials
The skill requires no environment variables, credentials, or config paths. All file I/O is local (open/save GIFs).
Persistence & Privilege
always is false and the skill does not request any elevated or permanent agent presence or modify other skills/config. Autonomous invocation is allowed (platform default) but not combined with suspicious access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install slack-gif-creator-anthropic - 安装完成后,直接呼叫该 Skill 的名称或使用
/slack-gif-creator-anthropic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with utilities and guidelines for creating animated GIFs optimized for Slack.
- Provides Slack-specific requirements: dimensions, colors, duration, FPS.
- Includes a GIFBuilder class for assembling and optimizing GIFs.
- Offers validation tools to ensure GIFs meet Slack's constraints.
- Supplies animation concepts (shake, pulse, bounce, spin, particle burst, etc.) and drawing tips for polished results.
- Features helper functions for drawing and composing frames using PIL.
- Contains strategies for file size optimization and guidance for handling user-uploaded images.
元数据
常见问题
Slack Gif Creator Anthropic 是什么?
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users reques... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 Slack Gif Creator Anthropic?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install slack-gif-creator-anthropic」即可一键安装,无需额外配置。
Slack Gif Creator Anthropic 是免费的吗?
是的,Slack Gif Creator Anthropic 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slack Gif Creator Anthropic 支持哪些平台?
Slack Gif Creator Anthropic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slack Gif Creator Anthropic?
由 pupuking723(@pupuking723)开发并维护,当前版本 v1.0.0。
推荐 Skills