← Back to Skills Marketplace
146
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install mkisofs
Description
Create and manage ISO 9660 images using mkisofs, genisoimage, or xorriso for standard, bootable, UEFI, hybrid, and multi-boot ISO creation.
Usage Guidance
This skill is an offline, instructive guide for building and manipulating ISO images. Before using: 1) Confirm you install mkisofs/xorriso/isolinux from your distro's official packages (avoid random downloads). 2) Be aware many commands require elevated privileges (mount -o loop, writing to /dev, using isohybrid), so review commands before running them and avoid running as root unless necessary. 3) Double-check paths (source directories, isolinux/syslinux binaries) to avoid overwriting files or modifying your system boot setup. 4) The skill does not access secrets or external endpoints, but any commands it suggests will run locally — always review and understand them before executing.
Capability Analysis
Type: OpenClaw Skill
Name: mkisofs
Version: 1.0.1
The skill bundle provides comprehensive documentation and command-line examples for ISO image creation using standard tools like mkisofs, genisoimage, and xorriso. All instructions in SKILL.md are strictly aligned with the stated purpose of managing ISO files, boot configurations (ISOLINUX/GRUB2), and filesystem extensions. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md content: examples and installation instructions target mkisofs, xorriso, and isolinux for creating bootable, UEFI, hybrid, and multi-boot ISOs. package.json metadata aligns with the stated purpose. (Minor note: SKILL.md lists version 1.0.0 while registry shows 1.0.1 — cosmetic.)
Instruction Scope
Instructions stay within ISO creation tasks (mkisofs/xorriso/isoinfo/mount/xorriso editing). They reference system paths (e.g., /usr/share/syslinux/isohdpfx.bin) and commands that interact with local files and loop mounts; these require appropriate privileges and can modify local disks if misused. There is no instruction to read unrelated credentials, network endpoints, or other agents' config.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or written by the skill itself. The SKILL.md recommends installing packages via standard distro package managers (dnf/apt/zypper), which is proportionate and expected.
Credentials
The skill declares no required environment variables, credentials, or config paths and the instructions do not attempt to access secrets. No disproportionate credential or env access is requested.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request persistent system modifications, nor does it instruct changing other skills' configs or storing credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mkisofs - After installation, invoke the skill by name or use
/mkisofs - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Updated display name to lowercase
v1.0.0
Initial release - Comprehensive mkisofs support with bilingual documentation
Metadata
Frequently Asked Questions
What is mkisofs?
Create and manage ISO 9660 images using mkisofs, genisoimage, or xorriso for standard, bootable, UEFI, hybrid, and multi-boot ISO creation. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install mkisofs?
Run "/install mkisofs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mkisofs free?
Yes, mkisofs is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mkisofs support?
mkisofs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mkisofs?
It is built and maintained by wei dong (@weidongkl); the current version is v1.0.1.
More Skills