premium-pdf
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/andreasozzo/premium-pdfWhat This Skill Does
The premium-pdf skill is a specialized transformation engine designed to bridge the gap between machine-generated text and professional-grade corporate documentation. Its primary function is a two-fold pipeline: text humanization and high-fidelity aesthetic rendering.
First, the engine applies a sophisticated de-AI humanization layer. LLMs are notoriously prone to using verbose, robotic, or overly formal structures. This skill strips out common AI filler phrases like 'In conclusion,' 'Furthermore,' and 'It is important to note.' It performs linguistic surgery, replacing jargon-heavy words like 'leverage' and 'utilize' with more direct, natural language, and standardizes punctuation by removing em dashes and correcting double spacing.
Second, the rendering engine transforms standard markdown into a cohesive, high-end PDF. Using a rigid, Navy-and-Gold design system, it establishes clear typography hierarchies that exceed the quality of standard document exports. Elements such as gold-accented section breaks, justified body copy, and clean page numbering ensure that the final output looks like it came from a premium design firm rather than a raw text file.
Installation
To install this skill, use the OpenClaw repository command:
clawhub install openclaw/skills/skills/andreasozzo/premium-pdf
Ensure you have the necessary dependencies for PDF rendering available in your environment.
Use Cases
- Creating investor-ready pitch decks or business proposals from rough drafted text.
- Converting long-form blog posts into 'white paper' style professional documents.
- Generating automated internal reports that require a high level of visual polish for executives.
- Exporting project documentation that needs to maintain a consistent corporate brand identity (Navy + Gold).
Example Prompts
- 'Create a PDF for the attached project roadmap file, make sure it looks professional.'
- 'Generate a premium PDF report using this markdown text about our Q3 performance.'
- 'Export the meeting notes to an enterprise PDF and include the company logo in the header.'
Tips & Limitations
- The humanization layer is aggressive: verify that specific industry terms aren't being replaced if they are critical to your content.
- For best visual results, ensure your markdown uses standard H1/H2 tags, as the styling engine relies on these to define the layout.
- If your company logo is large, resize it to a smaller thumbnail resolution (e.g., 200x200px) before passing it to the
--logoparameter to prevent overflow. - This skill is not intended for high-density tabular data; it is optimized for prose-heavy business documentation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-andreasozzo-premium-pdf": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read