file-convert

Convert documents, images, audio, and video formats using CLI tools.

34|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/linanwx/nagobot --skill file-convert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-convert
Source: https://github.com/linanwx/nagobot/tree/main/cmd/templates/skills/file-convert
Command: npx skills add https://github.com/linanwx/nagobot --skill file-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates converting files between common formats (documents, images, audio, and video), reducing manual reformatting and tooling friction.

Core Features & Use Cases

  • Document conversions: Pandoc-based transformations between Markdown, HTML, PDF, and Word.
  • Image and media conversions: Resize, format changes, and batch processing with ImageMagick and FFmpeg.
  • Use Case: Prepare assets for a website or report by converting a batch of files to the required formats.

Quick Start

Provide an input file path and a target format to start a conversion workflow.

Frequently Asked Questions about file-convert

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

FAQPage Schema
How do I convert Markdown to PDF and Word documents?

Converting Markdown to PDF and Word uses Pandoc-based transformations for cross-format document preparation. You provide an input file path and target format to initiate the conversion workflow.

Can I batch convert images and videos using FFmpeg and ImageMagick?

Batch converting images and videos is supported through ImageMagick and FFmpeg CLI integrations. This enables format changes, resizing, and batch processing for media assets within a single workflow.

Do I need Pandoc and FFmpeg installed to convert file formats?

Pandoc and FFmpeg are required external tools for executing document and media conversions. The skill orchestrates these cross-platform CLI tools to process common input and output formats with optional parameters.

What is the best way to automate cross-format file conversion for web assets?

Automating cross-format file conversion for web assets is achieved by providing input paths and target formats to process documents, images, audio, and video. This reduces manual reformatting and tooling friction.

Does this approach support converting audio formats with optional parameters?

Converting audio formats is supported using FFmpeg, including optional parameters for processing. It handles common input and output formats alongside video and image media asset transformations.