Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

premium-pdfpremium PDF 文档

Agent Skill

premium-pdf 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,824

周安装

199

GitHub Stars

公开资料未说明

下载量

1,576
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:premium-pdf(premium PDF 文档)
来源仓库:https://github.com/andreasozzo/premium-pdf
安装命令:
openclaw skills install premium-pdf
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install premium-pdf

简介

从 Markdown 生成企业风格 PDF 的转换工具。

  • 自动去除 AI 文本人性化痕迹和冗余短语。
  • 支持专业排版和图表嵌入。premium-pdf 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 适合制作演示材料和文档交付。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议预览输出效果再正式发布。

SKILL.md

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:

  • 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

ParameterRequiredDescription
--input or -iYesMarkdown text (string) or path to a .md file
--output or -oYesOutput PDF file path (e.g., report.pdf)
--title or -tNoDocument title shown in the header (default: "Enterprise Report")
--logoNoPath 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 code and 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:

  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)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.06%
按下载量换算1,136

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills