Convert Markdown or HTML content to a PDF file using md-to-pdf. Writes content to a temp Markdown file under ~/.ethos/files/generated/, then runs md-to-pdf to produce a PDF alongside it. Output is A4 with standard margins. Useful for generating reports, summaries, or any document the user wants to print or share as a PDF.
$npx -y skills add ethosagent/ethos --skill make-pdfInstalls into the current project.
Run `npx skills use "https://github.com/ethosagent/ethos" --skill "ethosagent/ethos/make-pdf"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ethosagent/ethos" that are relevant to the current task. Run `npx skills add "https://github.com/ethosagent/ethos"` and select the relevant skills, then follow their instructions.