convert-doc

Convert PDF, Word, PowerPoint, Excel, and RTF documents to markdown.

9|5|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/carlheath/ogmios --skill convert-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-doc
Source: https://github.com/carlheath/ogmios/tree/main/.claude/skills/convert-doc
Command: npx skills add https://github.com/carlheath/ogmios --skill convert-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of large document sizes consuming valuable AI context by converting various document formats into smaller, more manageable markdown, and optionally summarizing them.

Core Features & Use Cases

  • Format Conversion: Converts PDF, Word, PowerPoint, Excel, and RTF files to clean markdown.
  • Auto-Summarization: Automatically creates concise summaries for documents exceeding 100KB.
  • Caching: Stores converted and summarized versions for faster reuse and reduced processing.
  • Use Case: Quickly process a 20MB PDF research paper by converting it to markdown and using its summary for an initial overview, drastically reducing context window usage.

Quick Start

Convert the document located at /path/to/file.pdf to markdown.

Frequently Asked Questions about convert-doc

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

FAQPage Schema
How do I convert PDF to markdown to save AI context window space?

To convert PDF to markdown and save context, this tool automatically transforms documents into clean markdown, reducing file sizes. For large files over 100KB, it generates concise summaries to minimize context window usage.

Can I convert Word, PowerPoint, and Excel files into markdown?

Yes, you can convert Word, PowerPoint, and Excel files into markdown. This document processing pipeline supports multiple formats including RTF, automatically transforming them into clean markdown for AI processing.

What is the best way to process large research papers for AI analysis?

The best way to process large research papers is using auto-summarization. For documents exceeding 100KB, the tool automatically creates concise summaries, drastically reducing context window usage while retaining core information.

How does document caching work for converted markdown files?

Document caching stores converted and summarized markdown versions locally. This mechanism enables faster reuse of processed files and reduces redundant processing overhead during repetitive AI context management tasks.

Does this document conversion pipeline support Python scripts for file processing?

Yes, the document conversion pipeline supports Python scripts for file processing. It integrates with hooks for automatic document handling, allowing customized processing workflows for various document formats.

When should I use auto-summarization for document conversion?

You should use auto-summarization when converting documents over 100KB. This feature automatically creates concise summaries of large files during the markdown conversion process, ensuring efficient context management.