← Back to Skills Marketplace
306
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install oiiotool
Description
Image processing with oiiotool CLI — format conversion (EXR, TIFF, DPX, PNG, JPEG, HDR), OCIO/ACES color management and display transforms, exposure adjustme...
Usage Guidance
This skill appears to do exactly what it says: local image processing and sequence→video helpers that call oiiotool and ffmpeg. Before installing/using it: (1) install OpenImageIO (oiiotool) and ffmpeg from trusted package sources; (2) ensure the oiiotool/ffmpeg binaries on your PATH are the expected official binaries (the scripts call whatever is on PATH); (3) review and run the helper scripts on non-sensitive sample data first (they read/write files and create temp dirs); and (4) if you run pip, prefer a vetted environment (virtualenv) to limit supply-chain exposure.
Capability Analysis
Type: OpenClaw Skill
Name: oiiotool
Version: 0.1.1
The oiiotool skill bundle is a comprehensive set of tools and instructions for professional image processing and color management using OpenImageIO. The included Python scripts (exposure_sweep.py and seq_to_video.py) are well-structured utility scripts that use subprocess to call legitimate binaries (oiiotool and ffmpeg) for their stated purposes. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the provided materials. SKILL.md, references, and the two helper scripts all implement image operations, exposure sweeps, and sequence→video conversion using oiiotool and ffmpeg. The declared runtime requirements (oiiotool/OpenImageIO and ffmpeg) are appropriate for the stated purpose.
Instruction Scope
Runtime instructions and scripts stay within image-processing scope: they invoke oiiotool and ffmpeg, read input image files and sequences, create temporary directories, write output images/videos, and read local font files for labels. There are no instructions to read unrelated system config, send data to external endpoints, or access credentials.
Install Mechanism
There is no automatic install spec; SKILL.md instructs users to 'pip install openimageio' and to have ffmpeg on PATH. That is proportionate for this functionality. This does require installing a third‑party package (OpenImageIO) via pip, which is normal but should be done from trusted sources.
Credentials
The skill requests no environment variables or credentials. SKILL.md suggests setting OCIO for color config (an expected, optional setting) but does not require secrets. Scripts do access standard filesystem paths (inputs, temp dirs, common font locations) which is expected for image-processing utilities.
Persistence & Privilege
No elevated persistence or always-enabled privilege is requested. The skill is user-invocable and does not alter other skills or system-wide configs. It runs helper scripts locally when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oiiotool - After installation, invoke the skill by name or use
/oiiotool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Added metadata field for Clawdbot requirements, specifying dependencies on `oiiotool` and `python3`.
- No other functional or documentation changes.
v0.1.0
Initial release of oiiotool skill, providing command-line image processing workflows.
- Enables format conversion (EXR, TIFF, DPX, PNG, JPEG, HDR) and bit depth control.
- Supports OCIO/ACES color management, display transforms, and exposure adjustment.
- Allows resizing, cropping, compositing, metadata inspection, and batch/sequence operations.
- Offers advanced EXR handling: selective channel reading, compression options, tiled/scanline output.
- Includes examples for color space conversion, tone mapping, OCIO looks, and manual matrix transforms.
- Requires oiiotool CLI (pip install openimageio); ffmpeg needed for video encoding.
Metadata
Frequently Asked Questions
What is Oiiotool?
Image processing with oiiotool CLI — format conversion (EXR, TIFF, DPX, PNG, JPEG, HDR), OCIO/ACES color management and display transforms, exposure adjustme... It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.
How do I install Oiiotool?
Run "/install oiiotool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oiiotool free?
Yes, Oiiotool is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Oiiotool support?
Oiiotool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oiiotool?
It is built and maintained by oumad (@oumad); the current version is v0.1.1.
More Skills