elbrunoelbrunoCommunityยท9 Agent Skills Included

ElBruno.MarkItDotNet

Convert 15+ file formats into clean Markdown

Converts PDF, Word, Excel, PowerPoint, HTML, images, audio, and web pages into clean, structured Markdown from .NET code or a command line. Eliminates manual copy-paste and fragile parsing scripts when feeding documents into AI pipelines or documentation systems. Includes OCR, audio transcription, security scanning, and quality scoring packages to automate end-to-end content ingestion.
npx skills add elbruno/ElBruno.MarkItDotNet --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ElBruno.MarkItDotNet?โ–ผ

Run `npx skills add elbruno/ElBruno.MarkItDotNet --all -g -y` in your terminal to install all skills in this suite globally.

What file formats can it convert to Markdown?โ–ผ

It handles over 15 formats including PDF, Word, Excel, PowerPoint, HTML, CSV, XML, YAML, RTF, EPUB, images, audio files, and web page URLs.

How to convert files to Markdown from the command line?โ–ผ

Install the CLI with `dotnet tool install -g ElBruno.MarkItDotNet.Cli`, then run `markitdown-dotnet report.pdf -o report.md` for single files or batch conversion of whole folders.

Can it transcribe audio without a cloud API?โ–ผ

Yes. The Whisper package runs speech-to-text locally via ONNX, supporting MP3, WAV, M4A, OGG, and FLAC with no cloud dependency.

Does it work with AI agents and MCP?โ–ผ

Yes. It ships an MCP server configuration and SKILL.md files so agents can call the converters directly, plus optional AI-powered OCR and captioning via Microsoft.Extensions.AI.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’