mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-16 19:03:26 +00:00
48 lines
1.7 KiB
Markdown
48 lines
1.7 KiB
Markdown
# Convert to Markdown Plugin
|
|
|
|
A collection of Copilot skills that convert common document formats into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Just tell Copilot what you need — the right skill is invoked automatically and the conversion happens behind the scenes.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
copilot plugin install convert-to-md@awesome-copilot
|
|
```
|
|
|
|
## What's Included
|
|
|
|
This plugin includes Word, Excel, and PDF conversion skills, detailed below.
|
|
|
|
## Source
|
|
|
|
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot).
|
|
|
|
## Skills
|
|
|
|
### convert-word-to-md
|
|
|
|
Converts Word (`.docx`) documents to Markdown. Use it any time you want to read, summarize, review, compare, or extract information from a `.docx` file — even if you don't say "convert" explicitly.
|
|
|
|
> "Summarize this Word document."
|
|
> "Extract all the action items from report.docx."
|
|
> "Compare these two contracts."
|
|
|
|
### convert-excel-to-md
|
|
|
|
Converts Excel (`.xlsx`) workbooks to Markdown, rendering each sheet as a table. Use it any time you want to analyze, query, or summarize data in a spreadsheet — single file or a whole folder at once.
|
|
|
|
> "What are the top 5 rows by revenue in this spreadsheet?"
|
|
> "Summarize all the worksheets in this workbook."
|
|
> "Process every Excel file in this folder."
|
|
|
|
### convert-pdf-to-md
|
|
|
|
Converts PDF (`.pdf`) documents to Markdown, extracting both text and embedded images. Use it any time you want to read, summarize, or pull data from a PDF report, invoice, paper, or form.
|
|
|
|
> "Summarize this PDF."
|
|
> "Extract all the dates mentioned in this contract."
|
|
> "Process all the PDFs in this folder."
|
|
|
|
## License
|
|
|
|
MIT
|