← 返回 Skills 市场
daidai8910g

MiniMax GIF Sticker Maker

作者 daidai8910g · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
257
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-gif-sticker
功能描述
Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions. Use when: user wants to create cartoon stickers, GIF expressions, e...
安全使用建议
Before installing or running this skill, consider the following: - Inconsistency: The manifest lists no environment variables or code files, but SKILL.md requires MINIMAX_API_KEY and several local scripts and asset files. Verify the package actually includes scripts/*, assets/*, references/* and requirements.txt or obtain them from a trusted source before running. - Privacy: The workflow explicitly uploads user photos (and for people instructs preserving facial likeness). Only proceed if you have the user's informed consent and you trust the MiniMax service (review its privacy policy and data retention rules). Avoid uploading sensitive photos or faces without explicit permission. - Credential safety: Do not provide your MiniMax API key unless you trust the publisher and have inspected the scripts that will use it. Ideally inspect scripts/minimax_*.py to confirm they call only the expected endpoints and do not exfiltrate other data. - Missing install instructions: The skill expects a Python virtualenv and ffmpeg. Install those from official sources and inspect requirements.txt before pip-installing dependencies. - Output formatting rule: The SKILL.md requires a strict <deliver_assets> block and forbids any text after it. This could hide status or error information — make sure you understand how the agent will report errors and verify outputs on disk. - Operational impact: The instructions ask to run four generation jobs concurrently; this can consume significant CPU/memory and count against any API rate limits or billing on the MiniMax account. If you cannot verify the missing scripts/assets and the API endpoint behavior, treat this skill as incomplete and do not provide credentials or sensitive images. If you want to proceed, request the publisher supply the missing files and a clear install script, then audit those files before use.
功能分析
Type: OpenClaw Skill Name: minimax-gif-sticker Version: 1.0.0 The skill bundle provides a workflow for generating animated stickers using MiniMax AI APIs, but it contains a significant shell injection vulnerability in its instructions. SKILL.md directs the agent to construct shell commands by embedding user-provided captions directly into command-line arguments for Python scripts (e.g., `python3 scripts/minimax_image.py "<prompt>"`). Because there are no instructions to sanitize these captions, a malicious user could provide input containing shell metacharacters (like backticks or command substitutions) to execute arbitrary code on the host system. While the overall intent appears to be a legitimate creative tool, the lack of input sanitization for shell-executed strings is a critical security flaw.
能力评估
Purpose & Capability
The stated purpose (convert photos to GIF stickers using MiniMax APIs) is coherent with requiring an API key and video/GIF tooling. However the registry metadata claims no required env vars or code files, while SKILL.md explicitly requires MINIMAX_API_KEY, local scripts (scripts/minimax_image.py, scripts/minimax_video.py, scripts/convert_mp4_to_gif.py), and asset/reference files. Those files are not included in the package, which is an inconsistency: either the skill is missing required code or the instructions are assuming an environment the registrar didn't declare.
Instruction Scope
SKILL.md directs the agent to analyze user photos, preserve facial likeness for persons via a '--subject-ref' to the remote API, and upload images to MiniMax image/video generation endpoints. This is expected for an image-generation tool but raises privacy and consent concerns (facial likeness/uploading user photos). The instructions also require reading local reference files (captions.md, prompt templates) and strict machine-parsable deliverables (<deliver_assets> block). The skill demands files and concurrency behavior that are not present in the published bundle, widening the scope unexpectedly.
Install Mechanism
There is no install spec (instruction-only), which is low-risk in general — but SKILL.md expects a Python venv, requirements.txt, and ffmpeg on PATH plus local scripts/assets. Because no code files or install steps are provided, the instructions can't be executed as-is. The missing install/code artifacts are a significant operational incoherence (either the package is incomplete or it assumes an environment not declared).
Credentials
The only credential the instructions require is MINIMAX_API_KEY, which is proportionate to calling the MiniMax APIs. However, the registry metadata incorrectly lists no required env vars, so there's a mismatch between declared and actual credential needs. The skill also expects system tools (ffmpeg) and a Python environment; those are reasonable but should have been declared. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request always: true and does not ask to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but is not combined with broad or unexplained privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-gif-sticker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-gif-sticker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of gif-sticker-maker skill. - Converts user photos into 4 animated GIF stickers in Funko Pop / Pop Mart style, each with a caption. - Supports custom or language-aware default captions for stickers. - Automated workflow: photo analysis, image generation, animation, and GIF conversion. - Outputs a strict `<deliver_assets>` block with all 4 GIF stickers in order.
元数据
Slug minimax-gif-sticker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MiniMax GIF Sticker Maker 是什么?

Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions. Use when: user wants to create cartoon stickers, GIF expressions, e... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。

如何安装 MiniMax GIF Sticker Maker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-gif-sticker」即可一键安装,无需额外配置。

MiniMax GIF Sticker Maker 是免费的吗?

是的,MiniMax GIF Sticker Maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MiniMax GIF Sticker Maker 支持哪些平台?

MiniMax GIF Sticker Maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MiniMax GIF Sticker Maker?

由 daidai8910g(@daidai8910g)开发并维护,当前版本 v1.0.0。

💬 留言讨论