← Back to Skills Marketplace
11228
Downloads
15
Stars
116
Active Installs
2
Versions
Install in OpenClaw
/install pdf-generator
Description
Generate professional PDFs from Markdown, HTML, data, or code. Reports, invoices, contracts, and documents with best practices.
Usage Guidance
Safe to install as a reference skill. If you copy its examples into real code, run them only on intended documents, keep output paths inside a known project folder, avoid overwriting important PDFs, and treat invoices, contracts, resumes, and form PDFs as sensitive local data.
Capability Analysis
Type: OpenClaw Skill
Name: pdf-generator
Version: 1.0.1
The skill bundle provides documentation and code examples for local PDF generation using standard Python libraries (pypdf, weasyprint, reportlab, fpdf2) and suggests external tools like pandoc. The SKILL.md explicitly states that the skill 'NEVER executes code or generates files directly,' 'NEVER makes network requests,' and 'NEVER accesses files outside user's working directory.' The code examples align with these constraints, performing only local file operations for PDF creation. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the agent. All operations are confined to the stated purpose of generating PDFs.
Capability Assessment
Purpose & Capability
The artifacts consistently provide PDF generation and manipulation guidance, including tool selection, templates, and local code examples for creating, merging, splitting, and editing PDFs.
Instruction Scope
SKILL.md clearly frames the content as reference patterns and explicitly says the skill does not execute code, generate files directly, make network requests, or access files outside the working directory.
Install Mechanism
The bundle contains markdown documentation and a small file list only; there are no executable scripts, install hooks, package installers, or required binaries in metadata.
Credentials
The examples read and write local PDF files and may create or overwrite output paths if a user copies and runs them, which is expected for PDF generation but should remain user-directed.
Persistence & Privilege
No persistence, background process, credential access, privileged command use, network upload, or external service integration is requested or implemented.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pdf-generator - After installation, invoke the skill by name or use
/pdf-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Improved security documentation and scope clarity
v1.0.0
PDF Generator 1.0.0 – Initial Release
- Generate professional PDFs from Markdown, HTML, data, or code.
- Supports best-practice document structure, style, metadata, and validation.
- Detailed quick-reference tables for tool selection and usage.
- Provides print-optimized CSS guidance and handling for page breaks.
- Emphasizes local processing for privacy and security.
Metadata
Frequently Asked Questions
What is Pdf Generator?
Generate professional PDFs from Markdown, HTML, data, or code. Reports, invoices, contracts, and documents with best practices. It is an AI Agent Skill for Claude Code / OpenClaw, with 11228 downloads so far.
How do I install Pdf Generator?
Run "/install pdf-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pdf Generator free?
Yes, Pdf Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pdf Generator support?
Pdf Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Pdf Generator?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills