This skill provides a high-reliability framework for agents to produce a cohesive set of document artifacts (XLSX, PNG, PDF) within a limited iteration budget. It ensures that multiple deliverables are cross-referenced and completed without exhausting the agent's resource limits.
Use this workflow when a task requires a professional reporting package, such as hardware selection tables, system layout diagrams, and a final executive summary PDF.
Designed for agents with access to a Python code sandbox (execute_code_sandbox) and shell capabilities (run_shell), such as Codex or OpenClaw agents.
This skill has not been reviewed by our automated audit pipeline yet.
PDF Page Verification & Correction
Iterative workflow to verify PDF page counts and automatically adjust layout parameters (images, fonts, margins, tables) until page requirements are met.
Document Generation — Dual Backend
Generate DOCX/PDF/HTML from Markdown using Pandoc by default; fallback to ReportLab for heavy Unicode or programmatic layouts. Includes sanitization and backend
Robust PDF Text Extraction
Reliably extracts text from PDF documents using pdftotext when standard file reading tools fail or return binary data.