Skip to main content

convert-pdf-to-markdown

This skill should be used when the user asks to "convert a PDF to markdown", "extract text from PDF", or mentions PDF to markdown conversion.

Jump to install

Source facts

Repository
dwmkerr/ai26
Last source activity
January 19, 2026 at 00:50
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
convert-pdf-to-markdown
description
This skill should be used when the user asks to "convert a PDF to markdown", "extract text from PDF", or mentions PDF to markdown conversion.
# Convert PDF to Markdown Convert PDF files to markdown using the AI26 backoffice conversion service. ## When asking for filename If the user hasn't specified a PDF file: - Suggest any PDF files mentioned in the conversation - Otherwise use "doc.pdf" as the example with description "Path to your PDF document" ## Usage Run the conversion script: ```bash ${CLAUDE_PLUGIN_ROOT}/scripts/pdf-to-markdown.sh <filename.pdf> ``` ## Response Format The script returns JSON with `content` (markdown) and `mimetype` fields. Extract and display the `content` field to the user.
View on GitHub