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 AVIF images, or convert mixed file/folder path inputs while writing outputs next to the source location.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-avif2jpg" with this command: npx skills add guoway/openclaw-avif2jpg

OpenClaw AVIF to JPG

Overview

Run the bundled Python script to convert AVIF images into JPEG. Accept one folder path or multiple file/folder paths and place output beside source paths.

Quick Start

  1. Ensure dependencies exist:
python3 -m pip install Pillow pillow-avif-plugin
  1. Convert one folder:
python3 scripts/avif2jpg.py /path/to/folder
  1. Convert multiple files:
python3 scripts/avif2jpg.py /path/a.avif /path/b.avif
  1. Recursively convert folder:
python3 scripts/avif2jpg.py /path/to/folder --recursive

Output Rules

  • If input is a folder /data/photos, output goes to sibling folder /data/photos_jpg.
  • If input is a file /data/a.avif, output goes to /data/a.jpg.
  • Skip non-.avif files and print warnings.

Command Options

  • --quality <1-100>: Set JPEG quality (default 92).
  • --overwrite: Overwrite existing output file.
  • --recursive: Recursively scan folders.

Execution Checklist

  1. Resolve and validate each input path first.
  2. Install dependencies if Pillow or AVIF plugin is missing.
  3. Run scripts/avif2jpg.py with user options.
  4. Report converted files, skipped files, and failures.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

x402-development

Build internet-native payments with the x402 open protocol (x402 Foundation, Apache-2.0). Use when developing paid APIs, paywalled content, AI agent payment...

Registry SourceRecently Updated
Coding

Proxyclick

Proxyclick integration. Manage data, records, and automate workflows. Use when the user wants to interact with Proxyclick data.

Registry SourceRecently Updated
Coding

react-typescript

Build React 19 applications with TypeScript. Covers Actions, Activity, use() hook, React Compiler, ref-as-prop, useEffectEvent, and strict TypeScript pattern...

Registry SourceRecently Updated
Coding

effect-ts

Effect-TS (Effect) comprehensive development guide for TypeScript. Use when building, debugging, reviewing, or generating Effect code. Covers typed error mod...

Registry SourceRecently Updated
1980Profile unavailable