From aidotnet-moyucode
Generates PDF documents from HTML, Markdown, or text content using Python scripts, with options for templates, styles, page size, title, and author. Useful for exporting reports or documents as PDF via /generate-pdf or export requests.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Generate PDF documents from HTML, Markdown, or text with customizable styling and layout.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Generate PDF documents from HTML, Markdown, or text with customizable styling and layout.
/generate-pdf command# Generate PDF from Markdown
python scripts/generate_pdf.py --input "document.md" --output "document.pdf"
# Generate PDF from HTML
python scripts/generate_pdf.py --input "report.html" --output "report.pdf" --format html
# Generate PDF with custom options
python scripts/generate_pdf.py --input "doc.md" --output "doc.pdf" --title "My Report" --author "John" --page-size A4
pdf, document, export, markdown, html