← Back to Skills Marketplace
andreasozzo

Premium PDF

by bulldozzer · GitHub ↗ · v1.0.0 · MIT-0
macoslinux ✓ Security Clean
162
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install 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 lan...
Usage Guidance
What to consider before installing: 1) This package appears coherent and runs locally: it reads markdown (string or file), optionally a logo file, applies local text transforms, and writes a PDF. 2) You need Python 3 and the reportlab/Pillow Python packages; install them inside a virtualenv to avoid affecting system packages. 3) The provided generate_pdf.py in the submission was truncated; to be fully confident, review the complete script for any hidden network calls, eval/exec usage, subprocess invocations, or code that reads unexpected system files. 4) Run the script on non-sensitive sample data first and verify output. 5) The README mentions optional 'clawhub' installation (npm) — that is separate tooling and not required for the script to work. If you want higher confidence, provide the full generate_pdf.py source so it can be fully inspected; absence of concerning patterns in the visible portion is promising but not definitive.
Capability Analysis
Type: OpenClaw Skill Name: premium-pdf Version: 1.0.0 The premium-pdf skill is a legitimate tool for converting markdown content into styled PDF documents using the reportlab library. It features a 'de-AI humanization' pipeline in generate_pdf.py that uses standard regular expressions to replace common LLM filler phrases and formalisms. The code does not perform any network requests, environment variable exfiltration, or unauthorized file access; its file-handling logic (loading markdown or logo images) is consistent with its stated purpose and requires explicit path arguments.
Capability Assessment
Purpose & Capability
Name/description (premium PDF from markdown with de-AI text processing) aligns with requirements and included files: a Python script plus standard PDF/graphics libraries. Requiring python3 and advising reportlab/Pillow is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the local Python script, install dependencies via pip, and provide input/output paths (and optional logo). It does not instruct reading unrelated files, transmitting data to remote endpoints, or accessing environment variables beyond normal local file I/O. No vague 'gather whatever context you need' directives are present.
Install Mechanism
There is no install spec; this is instruction-only with a bundled generate_pdf.py and a small requirements.txt recommending reportlab and Pillow (both standard). No downloads from untrusted URLs or archive extraction steps are present in the repository metadata or SKILL.md.
Credentials
The skill requires no environment variables or credentials. Its functionality (processing input markdown and writing a PDF file) doesn't justify any secret or cloud credentials, and none are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request or declare any system-level persistence or modifications to other skills or agent-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install premium-pdf
  3. After installation, invoke the skill by name or use /premium-pdf
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of premium-pdf. - Generate enterprise-grade PDFs from markdown content. - Automatically "de-AI" text for natural, human-sounding results. - Features a professional Navy + Gold design system. - Supports markdown elements including headings, lists, code blocks, and more. - Allows custom document titles and optional logo in the PDF header.
Metadata
Slug premium-pdf
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Premium PDF?

Generate premium enterprise-style PDFs from markdown content, with automatic de-AI text humanization (removes em dashes, AI filler phrases, overly formal lan... It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.

How do I install Premium PDF?

Run "/install premium-pdf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Premium PDF free?

Yes, Premium PDF is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Premium PDF support?

Premium PDF is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux).

Who created Premium PDF?

It is built and maintained by bulldozzer (@andreasozzo); the current version is v1.0.0.

💬 Comments