markdown-converter

Convert documents to Markdown using markitdown. Use when you need to extract text and convert PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images (with EXIF/OCR), audio, ZIP archives, YouTube URLs, or EPUBs to Markdown format for LLM processing or text analysis.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "markdown-converter" with this command: npx skills add devskale/skale-skills/devskale-skale-skills-markdown-converter

Markdown Converter

Overview

This skill uses markitdown to convert various document formats to Markdown. It provides a reliable conversion tool for extracting content from PDFs, Word documents, presentations, spreadsheets, and many other file formats.

Instructions

Use the convert.sh script to convert files to Markdown:

~/.config/opencode/skill/markdown-converter/scripts/convert.sh <input_file> [output_file]
  • Provide an input file path to convert
  • Optionally specify an output file path (defaults to stdout)
  • Supported formats: PDF, DOCX, PPTX, XLSX, HTML, CSV, JSON, XML, images, audio, ZIP, YouTube, EPUB

Examples

Convert a PDF to Markdown and save to file:

~/.config/opencode/skill/markdown-converter/scripts/convert.sh document.pdf document.md

Convert a Word document and output to stdout:

~/.config/opencode/skill/markdown-converter/scripts/convert.sh report.docx

Convert an Excel spreadsheet:

~/.config/opencode/skill/markdown-converter/scripts/convert.sh data.xlsx data.md

Direct markitdown usage:

/Users/johannwaldherr/.local/bin/markitdown document.pdf -o document.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

rodney

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

improve-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

video-transcript-downloader

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

agents-md-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review