file-converter

Convert, merge, split, and compress files across document, image, audio, and archive formats.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/soq123/SE3354-Calo-fit --skill file-converter-soq123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-converter
Source: https://github.com/soq123/SE3354-Calo-fit/tree/main/.local/secondary_skills/file-converter
Command: npx skills add https://github.com/soq123/SE3354-Calo-fit --skill file-converter-soq123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting and manipulating files across formats can be tedious and error-prone. This Skill provides a self-contained toolkit to convert, merge, split, and compress data, documents, images, and audio, enabling smoother data pipelines and preparation for sharing.

Core Features & Use Cases

  • Convert between data, document, image, and audio formats using a consistent interface.
  • Merge, split, and compress results into archives for easy distribution.
  • Use case: prepare a batch of files by converting formats and packaging them for delivery.

Quick Start

Convert an attached file from one format to another, then merge outputs into a ZIP.

Frequently Asked Questions about file-converter

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

FAQPage Schema
How do I convert files between different formats in a batch processing workflow?

To convert files in a batch workflow, this Skill uses a consistent interface to process documents, images, audio, and data formats. It handles multiple files simultaneously and can merge outputs into a ZIP archive for distribution.

What Python libraries do I need to convert documents and images?

You need Python and specific libraries listed in the Tool Map to convert documents and images. Required dependencies include pandas for data, Pillow for images, pandoc for documents, and pydub for audio processing.

Can I merge, split, and compress files into archives after converting formats?

Yes, you can merge, split, and compress converted files into archives. The Skill packages output files into compressed archives, enabling easy distribution and smoother data pipelines after completing your required format conversions.

What's the best way to prepare diverse file types for data pipelines?

The best way to prepare diverse files for data pipelines is using a self-contained toolkit to convert formats across data, documents, images, and audio. This standardizes inputs and packages them for smoother downstream processing.

Does this file conversion approach work with both audio and data formats?

Yes, this file conversion approach works with both audio and data formats. It uses pydub for audio transformations and pandas plus pyyaml for data and XML processing, ensuring broad coverage across diverse file types.