← Back to Skills Marketplace
guoway

OpenClaw AVIF to JPG

by Ken Chen · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
284
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-avif2jpg
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-avif2jpg
  3. After installation, invoke the skill by name or use /openclaw-avif2jpg
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: convert AVIF images to JPG from files or folders.
Metadata
Slug openclaw-avif2jpg
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install OpenClaw AVIF to JPG?

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

Is OpenClaw AVIF to JPG free?

Yes, OpenClaw AVIF to JPG is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClaw AVIF to JPG support?

OpenClaw AVIF to JPG is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw AVIF to JPG?

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

💬 Comments