← 返回 Skills 市场
284
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-avif2jpg
功能描述
Convert `.avif` images to `.jpg` using a CLI workflow for one or more input paths. Use when the user asks to convert AVIF files, batch-convert a folder of AV...
安全使用建议
This skill appears coherent and limited to converting AVIF files to JPEGs. Before running: (1) review and run the included script in a controlled environment (virtualenv/container) and install Pillow and pillow-avif-plugin from PyPI; (2) confirm you want files written next to the sources (it creates sibling folders and will overwrite only with --overwrite); (3) test on a small sample to verify output quality and behavior; and (4) as a general precaution, only install packages from PyPI you trust and inspect third-party dependencies if you have strict supply-chain requirements.
功能分析
Type: OpenClaw Skill
Name: openclaw-avif2jpg
Version: 1.0.0
The skill is designed to convert AVIF images to JPG. The `SKILL.md` provides clear instructions for the AI agent to install legitimate Python dependencies (`Pillow`, `pillow-avif-plugin`) and execute the bundled `scripts/avif2jpg.py` script. The Python script performs file system operations (reading input images, creating output directories, writing converted images) strictly within the scope of image conversion, deriving output paths predictably. There is no evidence of data exfiltration, unauthorized network communication, arbitrary code execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior for malicious purposes. All actions are transparent and directly align with the stated, non-malicious purpose.
能力评估
Purpose & Capability
Name/description match the included Python script and SKILL.md. The script performs local AVIF→JPEG conversion using Pillow and an AVIF plugin — nothing in the package requests unrelated resources or privileges.
Instruction Scope
SKILL.md instructs installing Pillow and pillow-avif-plugin and running the bundled script on provided paths. The instructions and script only read the input paths and write JPEGs next to source files; they do not reference unrelated system files, credentials, or external endpoints.
Install Mechanism
There is no automatic install spec; dependency installation is manual via pip from PyPI as noted in SKILL.md. No downloads from unknown URLs or extracted archives are present in the package.
Credentials
The skill requires no environment variables, credentials, or config paths. The dependencies and behavior are proportional to the conversion task.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges, nor does it modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-avif2jpg - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-avif2jpg触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: convert AVIF images to JPG from files or folders.
元数据
常见问题
OpenClaw AVIF to JPG 是什么?
Convert `.avif` images to `.jpg` using a CLI workflow for one or more input paths. Use when the user asks to convert AVIF files, batch-convert a folder of AV... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 OpenClaw AVIF to JPG?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-avif2jpg」即可一键安装,无需额外配置。
OpenClaw AVIF to JPG 是免费的吗?
是的,OpenClaw AVIF to JPG 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw AVIF to JPG 支持哪些平台?
OpenClaw AVIF to JPG 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw AVIF to JPG?
由 Ken Chen(@guoway)开发并维护,当前版本 v1.0.0。
推荐 Skills