← Back to Skills Marketplace
daidai8910g

MiniMax GIF Sticker Maker

by daidai8910g · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
257
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-gif-sticker
Description
Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions. Use when: user wants to create cartoon stickers, GIF expressions, e...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-gif-sticker
  3. After installation, invoke the skill by name or use /minimax-gif-sticker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug minimax-gif-sticker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.

How do I install MiniMax GIF Sticker Maker?

Run "/install minimax-gif-sticker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MiniMax GIF Sticker Maker free?

Yes, MiniMax GIF Sticker Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MiniMax GIF Sticker Maker support?

MiniMax GIF Sticker Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MiniMax GIF Sticker Maker?

It is built and maintained by daidai8910g (@daidai8910g); the current version is v1.0.0.

💬 Comments