高端PDF
premium-pdf
by andreasozzo
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.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/andreasozzo/premium-pdf文档
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:
- Asks to create a PDF from markdown or text content
- Wants to generate a professional report, proposal, or document
- Needs to export content as a visually polished enterprise document
- Says phrases like: "create a PDF", "generate a report PDF", "export as enterprise PDF", "make a premium PDF"
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:
- Em dashes (
—) → replaced with,(natural comma-based flow) - En dashes (
–) → replaced with- - Formal AI phrases removed: "It is important to note", "Furthermore", "Moreover", "Additionally", "In conclusion", "In order to"
- AI buzzwords replaced: "utilize" → "use", "leverage" → "use", "delve into" → "explore", "comprehensive" → "complete", "robust" → "solid", "seamlessly" → "smoothly"
- Unnecessary qualifiers stripped: "basically", "literally", "actually", "quite"
- Double spaces normalized
2. Premium PDF Design (Navy + Gold)
The generated PDF features:
- Color palette: 60% white/light gray, 30% deep navy (#1A2B4A), 10% gold (#C9A84C)
- Typography hierarchy: H1 28pt → H2 20pt → H3 16pt → H4 13pt → Body 11pt
- Professional header: Navy background with white title + date (optional logo support)
- Gold accent lines: Under H2 headings and above the footer
- Page numbers: Centered footer with page count
- Justified body text for professional document appearance
3. Markdown Elements Supported
- Headings:
#,##,###,#### - Bold and italic and bold-italic text
- Inline
codeand fenced code blocks - Unordered lists (
-,*,+) and ordered lists (1.,2.) - Nested list items
- Blockquotes (
>) - Horizontal rules (
---) - Hyperlinks (rendered as bold text)
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:
- Check that
reportlabis installed:pip3 install reportlab - Verify the input markdown is not empty
- Ensure the output directory is writable
- Check that the logo file path exists (if
--logois used)
相关 Skills
内部沟通
by anthropics
按公司常用模板和语气快速起草内部沟通内容,覆盖 3P 更新、状态报告、领导汇报、项目进展、事故复盘、FAQ 与 newsletter,适合需要统一格式的团队沟通场景。
✎ 按公司偏好的模板快速产出状态汇报、领导更新和 FAQ,既省去反复改稿,也让内部沟通更统一、更专业。
主题工厂
by anthropics
给幻灯片、文档、报告和 HTML 落地页快速套用专业配色与字体主题,内置 10 套预设风格并支持现场生成新主题,适合统一品牌或内容视觉。
✎ 主题工厂能帮你把幻灯片、文档到落地页快速统一视觉风格,内置 10 套主题,还能按需即时生成新主题。
文档共著
by anthropics
围绕文档、提案、技术规格、决策记录等写作任务,按上下文收集、结构迭代、读者测试三步协作共创,减少信息遗漏,写出更清晰、经得起他人阅读的内容。
✎ 写文档、方案或技术规格时容易思路散、信息漏,它用结构化共著流程帮你高效传递上下文、反复打磨内容,还能从读者视角做验证。
相关 MCP 服务
by nirholas
免费的加密新闻聚合 MCP,汇集 Bitcoin、Ethereum、DeFi、Solana 与 altcoins 资讯源。
by ProfessionalWiki
让 Large Language Model 客户端无缝连接任意 MediaWiki 站点,可创建、更新、搜索页面,并通过 OAuth 2.0 安全管理内容。
by transloadit
借助 86+ 个云端 media processing robots,处理视频、音频、图像和文档。