convert-skill

Convert documents between formats like Word, PDF, Excel, CSV, and Markdown using companyFILES MCP tools.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/innFactory-AI/company-ai-stack-skills --skill convert-skill-innfactory-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convert-skill
Source: https://github.com/innFactory-AI/company-ai-stack-skills/tree/main/de/skills/files/convert-skill
Command: npx skills add https://github.com/innFactory-AI/company-ai-stack-skills --skill convert-skill-innfactory-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reformatting documents between file types usually requires opening each file in a separate application and manually exporting it. This Skill converts documents directly between formats such as Word, PDF, Excel, CSV, JSON, Markdown, HTML, and ODT through companyFILES MCP tools, without leaving the chat. ## Core Features & Use Cases - Document Conversion: Convert files between supported format pairs, for example Word to PDF, Excel to CSV or JSON, and Markdown to Word or PDF. - Flexible Input Sources: Accepts base64 file content, a LibreChat file ID, or a stored companyFILES document ID as input. - Supported Pair Discovery: Lists all currently supported source-to-target conversion pairs via the get_supported_conversions tool. - Use Case: You receive an Excel report and need a shareable CSV. Provide the file ID, specify excel to csv, and receive a download link for the converted file. ## Quick Start Convert the attached Word document to PDF and give me the download link.

Frequently Asked Questions about convert-skill

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

FAQPage Schema
How do I convert a Word document to PDF?▼

Call convert_document with the file as base64 content, a LibreChat file ID, or a document ID, setting from_format to word and to_format to pdf. The result includes a downloadUrl and markdownLink for the converted file.

How do I convert Excel to CSV or JSON?▼

Set from_format to excel and to_format to csv or json when calling convert_document. Excel can also be converted to Markdown or HTML, and CSV can be converted back to Excel, JSON, Markdown, or HTML.

What file formats are supported for document conversion?▼

Supported sources are excel, word, pdf, csv, json, markdown, and html; targets additionally include text and odt. Call get_supported_conversions to retrieve the full current list of valid format pairs.

Can I convert a plain text file to another format?▼

No, text is not a valid source format, only a target. You can convert Word, Markdown, HTML, or PDF into text, but a text file cannot be used as the conversion input.

How do I get the file ID needed for conversion?▼

Use list_my_files from the file-management-skill to discover librechat_file_id or document_id values. Pass either identifier to convert_document instead of uploading base64 content.