Overview
- Skill Key
- guoway/openclaw-avif2jpg
- Author
- guoway
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/guoway/openclaw-avif2jpg
- Latest Commit SHA
- 5d0ce979ee2b98bd63b1748140058633402ebaa9
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-avif2jpg 技能。 若已安装,则直接安装 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: ```bash python3 -m pip install Pillow pillow-avif-plugin ``` 2. Convert one folder: ```bash python3 scripts/avif2jpg.py /path/to/folder ``` 3. Convert multiple files: ```bash python3 scripts/avif2jpg.py /path/a.avif /path/b.avif ``` 4. Recursively convert folder: ```bash 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.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.