← 返回 Skills 市场
awlevin

Sprite Animator

作者 Aaron Levin · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1126
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sprite-animator
功能描述
Generate animated pixel art sprites from any image using AI. Send a photo, get a 16-frame animated GIF.
安全使用建议
Do not install or run this skill until the following are clarified: (1) Where is the implementation? Provide the GitHub repo or an install spec and explain how the 'sprite-animator' executable is delivered. (2) Confirm runtime execution model: does generation happen on your machine, on the platform, or by sending images to Gemini's servers? If images are sent externally, understand retention and privacy policies. (3) Verify the exact Gemini API endpoints, required scopes for GEMINI_API_KEY, and whether the key will be stored. If you cannot confirm these, avoid providing sensitive photos or API keys. If the owner supplies the repo or an install script you can review, re-evaluate; if that code matches the SKILL.md and exposes no additional credentials or unexpected network calls, the concern level would drop.
功能分析
Type: OpenClaw Skill Name: sprite-animator Version: 0.1.0 The skill bundle appears benign. The `SKILL.md` file clearly describes an AI-powered sprite animation tool, requiring `uv` for execution and `GEMINI_API_KEY` for the AI service, which are consistent with its stated purpose. There are no signs of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent. The example commands use standard `uv run` invocations for a local script, aligning with expected behavior.
能力评估
Purpose & Capability
The description and declared env var (GEMINI_API_KEY) align with calling a Gemini model. However the SKILL.md invokes a 'sprite-animator' CLI (e.g., 'uv run --with sprite-animator sprite-animator -i ...') but the package contains no code, no install spec, and 'sprite-animator' is not listed as a required binary — only 'uv' is required. The SKILL.md also references a GitHub repo while the registry 'Source' is 'unknown'. These mismatches make it unclear what will actually be run and where the implementation lives.
Instruction Scope
Instructions describe sending the template + user image to Gemini in a single request and assembling frames locally; they do not include low-level API call details, explicit consent/data-retention statements, or where the generation code executes. That means user images will be transmitted to an external model (potential privacy/exfiltration risk) and it's unclear whether the 'sprite-animator' command runs locally, is provided by the platform, or would be downloaded/executed from elsewhere.
Install Mechanism
There is no install spec (instruction-only), which is low-risk in general. However the Quick Start examples assume a 'sprite-animator' executable is available; because no code or install instructions are provided, it's unclear how that executable is delivered. Lack of an install mechanism combined with a referenced executable is an inconsistency the user should resolve before use.
Credentials
The single required environment variable (GEMINI_API_KEY) is proportional to the described use of Gemini. That said, the SKILL.md does not document the scope/permissions required for that key, nor how images are transmitted/stored by the model provider — important for assessing exposure of sensitive images.
Persistence & Privilege
The skill does not request 'always: true' and does not declare any config paths or other elevated presence. Default autonomous invocation is allowed (platform default) but is not combined with other high-privilege requests here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sprite-animator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sprite-animator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: 16-frame animated pixel art sprites from any image
元数据
Slug sprite-animator
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sprite Animator 是什么?

Generate animated pixel art sprites from any image using AI. Send a photo, get a 16-frame animated GIF. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1126 次。

如何安装 Sprite Animator?

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

Sprite Animator 是免费的吗?

是的,Sprite Animator 完全免费(开源免费),可自由下载、安装和使用。

Sprite Animator 支持哪些平台?

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

谁开发了 Sprite Animator?

由 Aaron Levin(@awlevin)开发并维护,当前版本 v0.1.0。

💬 留言讨论