marker

PassAudited by ClawScan on Apr 15, 2026.

Overview

The skill is internally consistent: it wraps the external marker_single CLI to convert PDFs to Markdown and does not request unrelated credentials, installs, or system access.

This skill is a thin wrapper around the external marker_single CLI (marker-pdf). The included Python is straightforward and only runs marker_single on a local PDF and reads resulting .md files. Before using: (1) ensure you trust the marker-pdf package you install (inspect its source or install from a reputable PyPI package), since the external CLI will be executed on your machine; (2) run it on non-sensitive documents first or in a sandbox if you have concerns about third-party tools; and (3) remember cleanup=False will leave output files next to the PDF. No credentials or network endpoints are required by the skill itself.