Premium Enterprise PDF Generator
name: premium-pdf
by andreasozzo · published 2026-04-01
$ claw add gh:andreasozzo/andreasozzo-premium-pdf---
name: premium-pdf
description: Generate premium enterprise-style PDFs from markdown content, with automatic de-AI text humanization (removes em dashes, AI filler phrases, overly formal language) and a professional Navy + Gold design system.
version: 1.0.0
emoji: "📄"
homepage: https://github.com/andreasozzo/SkillsAI
metadata: {"openclaw": {"requires": {"bins": ["python3"]}, "os": ["macos", "linux"], "skillKey": "premium-pdf", "always": false}}
user-invocable: true
---
# Premium Enterprise PDF Generator
Generate high-quality, enterprise-grade PDF documents from markdown input. This skill applies a **de-AI humanization pipeline** to make LLM-generated text sound more natural, then renders it into a **premium PDF** with a professional Navy + Gold design system (marketing agency quality).
---
When to Use This Skill
Invoke this skill when the user:
---
How to Invoke
Basic usage (markdown string)
python3 premium-pdf/generate_pdf.py \
--input "# Report Title
Your markdown content here..." \
--output output.pdf \
--title "Document Title"
From a markdown file
python3 premium-pdf/generate_pdf.py \
--input path/to/document.md \
--output output.pdf \
--title "Document Title"
With a company logo in the header
python3 premium-pdf/generate_pdf.py \
--input path/to/document.md \
--output output.pdf \
--title "Quarterly Report" \
--logo path/to/company-logo.png
---
Parameters
| Parameter | Required | Description |
|-----------|----------|-------------|
| `--input` or `-i` | Yes | Markdown text (string) or path to a `.md` file |
| `--output` or `-o` | Yes | Output PDF file path (e.g., `report.pdf`) |
| `--title` or `-t` | No | Document title shown in the header (default: "Enterprise Report") |
| `--logo` | No | Path to a PNG or JPG logo image to display in the header |
---
What the Skill Does
1. De-AI Text Humanization
Before rendering, the skill automatically applies text transformations:
2. Premium PDF Design (Navy + Gold)
The generated PDF features:
3. Markdown Elements Supported
---
Setup (First Time)
Install Python dependencies:
pip3 install -r premium-pdf/requirements.txt
Or install directly:
pip3 install "reportlab>=4.0.0" "Pillow>=9.0.0"
---
Example Interaction
**User**: "Create a PDF from this markdown report and save it as quarterly-report.pdf"
**Agent action**:
python3 premium-pdf/generate_pdf.py \
--input "[user's markdown content]" \
--output quarterly-report.pdf \
--title "Quarterly Report Q1 2026"
**Output**: `PDF generated successfully: /absolute/path/to/quarterly-report.pdf`
After running, inform the user of the output path so they can open the file.
---
Error Handling
If the script returns an error:
1. Check that `reportlab` is installed: `pip3 install reportlab`
2. Verify the input markdown is not empty
3. Ensure the output directory is writable
4. Check that the logo file path exists (if `--logo` is used)
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...