file-converter

Convert CSV, JSON, YAML, XML, Markdown, and image files between formats.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill file-converter-se1111th
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-converter
Source: https://github.com/se1111th/VisionPort-Visual-Refresh_SRC/tree/main/.local/secondary_skills/file-converter
Command: npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill file-converter-se1111th

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts files between data, document, and image formats to reduce manual format juggling and enable seamless data pipelines.

Core Features & Use Cases

  • Format conversion across CSV, JSON, YAML, XML, Markdown, and images.
  • Practical use cases include data migration, report generation, and interoperability between tools.
  • Use Case: Convert a dataset from CSV to JSON for downstream analytics and from Markdown to HTML for web publishing.

Quick Start

Turn a sample CSV file into JSON with a single instruction.

Frequently Asked Questions about file-converter

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

FAQPage Schema
How do I convert CSV to JSON for data pipelines and analytics workflows?

To convert CSV to JSON for data pipelines, you can use this Skill to transform tabular CSV datasets into structured JSON objects automatically. It leverages Pandas to parse the CSV and output the JSON format required for downstream analytics interoperability.

What is the best way to convert Markdown to HTML for web publishing?

The best way to convert Markdown to HTML for web publishing is to use an automated format transformation tool. This Skill processes Markdown documents and converts them into HTML using pandoc, streamlining the document generation workflow without manual formatting.

Can I transform XML files into YAML for configuration data migration?

Yes, you can transform XML files into YAML for configuration data migration. This Skill utilizes PyYAML and xmltodict libraries to parse XML structures and serialize them into clean YAML configurations, ensuring seamless interoperability between tools.

Does this file conversion approach support image transformations alongside document formats?

Yes, this file conversion approach supports image transformations alongside document formats. It handles diverse data formats including CSV, JSON, YAML, XML, and Markdown, while using integrated image libraries to transform image files within the same workflow.

How do I automate multi-format data migration without manual format juggling?

You can automate multi-format data migration by applying this Skill to your data pipelines, which automatically converts files between CSV, JSON, YAML, and XML. This eliminates manual format juggling and enables seamless interoperability across diverse data processing tools.