ElBruno.MarkItDotNet
Convert 15+ file formats into clean Markdown
All Skills in This Repository (9)
Pure Emerald Level IndicatorsExtracts text and structured data from PDFs using Python libraries like pypdf and pdfplumber.
error-recovery
Apply deterministic recovery patterns to adapt after operation failures.
aspireify
Scan repositories to wire Aspire AppHosts with ServiceDefaults and OpenTelemetry.
dotnet-inspect
Discover and inspect .NET API types, members, and signatures across NuGet packages and local DLLs.
aspire-deployment
Automate Aspire deployment workflows from AppHost to Docker Compose, Kubernetes, Azure, and AWS.
aspire
Detect Aspire AppHost presence and route to specialized sub-skills.
aspire-orchestration
Manage Aspire AppHost lifecycle and recover from file locks and port conflicts.
aspire-init
Scaffold an Aspire AppHost skeleton and generate aspire.config.json.
aspire-monitoring
Routes Aspire logs, traces, metrics and browser telemetry to appropriate diagnostic tools.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core