document-conversion

Converts Excel, Word, PowerPoint, and PDF files to Markdown.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill document-conversion-jieni777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-conversion
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/document-conversion
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill document-conversion-jieni777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Office documents (Excel, Word, PowerPoint) and PDFs often contain formatting, tables, and images that are hard to reuse. This tool converts these documents into clean, readable Markdown, preserving structure for AI processing and downstream tasks.

Core Features & Use Cases

  • Convert Office formats (Excel, Word, PowerPoint) and PDFs to Markdown while preserving headings, tables, lists, and images.
  • Extract tables and embedded images for data analysis, documentation, and knowledge transfer.
  • Use cases include converting product requirements in Word to Markdown, exporting slides to notes, and archiving technical docs consistently.

Quick Start

Convert a sample Excel file to Markdown using the built-in converter.

Frequently Asked Questions about document-conversion

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

FAQPage Schema
How do I convert Word documents to Markdown while preserving tables and images?

To convert Word documents to Markdown, the Skill processes the file locally to extract headings, tables, lists, and embedded images, outputting clean Markdown structured for reuse and AI processing.

Can I convert PDF files to Markdown without an API key?

Yes, you can convert PDF files to Markdown without an API key. The Skill operates entirely locally using built-in conversion routines, requiring no external services to extract and format document content.

What is the best way to convert Excel spreadsheets to Markdown for data analysis?

The best way to convert Excel spreadsheets to Markdown is using a local converter that extracts tables directly from the file, preserving the structural layout for downstream data analysis and documentation.

Does converting PowerPoint to Markdown extract slide notes and embedded images?

Converting PowerPoint to Markdown extracts slide content and embedded images, streamlining the transfer of presentation information into readable notes and text formats for downstream archiving.

Are there limitations when extracting tables from Office documents to Markdown?

Limitations when extracting tables from Office documents depend on the original formatting complexity, though the local converter aims to preserve structural layout and headings for consistent Markdown rendering.