batch-file-converter

Convert images and Markdown files between formats in batches.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill batch-file-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-file-converter
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/batch-file-converter
Command: npx skills add https://github.com/malue-ai/dazee-small --skill batch-file-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious process of converting multiple files between different formats, saving users significant time and effort.

Core Features & Use Cases

  • Image Format Conversion: Easily convert images between formats like HEIC, PNG, JPG, and WebP.
  • Image Resizing & Compression: Batch resize images to specific dimensions or compress them to reduce file size.
  • Document Conversion: Convert Markdown files to HTML.
  • Use Case: Convert a folder of HEIC photos taken on an iPhone into JPGs for easier sharing, or compress a batch of screenshots before uploading them to a report.

Quick Start

Use the batch-file-converter skill to convert all HEIC files in the '~/Pictures/NewPhotos' directory to JPG format and save them in the '~/Pictures/ConvertedPhotos' directory.

Frequently Asked Questions about batch-file-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch convert HEIC files to JPG?

Batch converting HEIC files to JPG is handled by transforming images between formats using Python libraries like Pillow. You can point the tool at a directory of iPhone photos and save the converted JPGs to a separate output folder.

Can I resize and compress images in bulk at the same time?

Yes, batch image resizing and compression can be performed together. The tool resizes images to specific dimensions and compresses them to reduce file size during the conversion process.

What is the best way to convert Markdown files to HTML in bulk?

Converting Markdown files to HTML in bulk is automated by processing document files directly within the specified directory. This approach transforms your Markdown content into HTML format efficiently without manual file-by-file conversion.

Does this batch image conversion tool support WebP?

Yes, the batch image conversion supports WebP format alongside HEIC, PNG, and JPG. It uses Python libraries like Pillow to transform images between these formats efficiently.

Do I need Pillow installed to convert files in batches?

Yes, Pillow is required as a dependency to convert files in batches. The tool relies on this Python library to handle image format transformation, resizing, and compression operations.