/install flow-pdf-generator
PDF Generator
Generate styled PDF documents from structured JSON data using ReportLab.
Quick Start
python scripts/generate_pdf.py --output report.pdf --data '{
"title": "Monthly Report",
"subtitle": "March 2026",
"author": "PragDev",
"sections": [
{"type": "text", "text": "Introduction text here."},
{"type": "highlight", "text": "Key metric: +15%"},
{"type": "list", "items": ["Item 1", "Item 2"]}
]
}'
JSON Schema Reference
See references/schema.md for complete schema documentation.
Output
- PDF saved to path specified by
--outputordata.output - Default:
output.pdfin current directory
Tips
- Use
accent_colorandheader_colorfor brand colors - Tables auto-alternate row backgrounds
- Images must exist at the specified path
- Page breaks create new pages
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install flow-pdf-generator - After installation, invoke the skill by name or use
/flow-pdf-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Flow PDF Generator?
Generate professional PDF documents from structured JSON data. Use when user wants to create, export, or save content as a PDF file. Supports styled titles,... It is an AI Agent Skill for Claude Code / OpenClaw, with 5 downloads so far.
How do I install Flow PDF Generator?
Run "/install flow-pdf-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Flow PDF Generator free?
Yes, Flow PDF Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Flow PDF Generator support?
Flow PDF Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Flow PDF Generator?
It is built and maintained by FlexRox (@flexrox); the current version is v2.0.0.