pdf-monster
v0.1.0Analyze PDFs as agent-readable text, OCR text, page render images, and embedded image files without polluting the working directory.
By Johnny BaeLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pdf-monster for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pdf-monster@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jbaehova/pdf-monster/.
Plugin files
├── .codex-plugin/plugin.json└── skills/pdf-monster/SKILL.md
Included Skills1
Analyze PDF files by converting them into agent-readable text, OCR text, page render images, and extracted embedded images without polluting the working directory. Use when an agent needs to read, summarize, inspect, compare, quote, or reason about PDFs, especially when the foundation model cannot ingest PDFs directly or when tables, figures, scans, screenshots, or layout matter.
Plugin manifests1
{
"name": "pdf-monster",
"version": "0.1.0",
"description": "Analyze PDFs as agent-readable text, OCR text, page render images, and embedded image files without polluting the working directory.",
"author": {
"name": "Johnny Bae",
"url": "https://github.com/jbaehova"
},
"homepage": "https://github.com/jbaehova/pdf-monster",
"repository": "https://github.com/jbaehova/pdf-monster",
"license": "MIT",
"keywords": [
"pdf",
"ocr",
"documents",
"research",
"agent-skill",
"codex-plugin"
],
"skills": "./skills/",
"interface": {
"displayName": "PDF Monster",
"shortDescription": "Read PDFs through text, OCR, page images, and extracted figures",
"longDescription": "PDF Monster helps Codex inspect PDFs by converting them into structured, agent-readable evidence: per-page text, optional OCR text, rendered page images, and extracted embedded images. It keeps generated artifacts out of the user's working directory unless persistence is explicitly requested.",
"developerName": "Johnny Bae",
"category": "Research",
"capabilities": [
"Read"
],
"websiteURL": "https://github.com/jbaehova/pdf-monster",
"defaultPrompt": [
"Analyze this PDF with PDF Monster",
"Extract PDF text, OCR, and visual evidence"
],
"brandColor": "#DC2626",
"composerIcon": "./assets/pdf-monster.svg",
"logo": "./assets/pdf-monster.svg",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pdf-monster on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pdf-monster)