Create Message PDF

Convert an important message markdown file into a PDF record.

intellectronica c03f21b 2 files · 3.9 KB Updated

File contents

Create Message PDF

Use this skill only when the current message has already been classified as important.

Goal

Create a PDF version of the original message and place it in important/.

Command

Run the bundled script:

uv run skills/create-message-pdf/scripts/create_message_pdf.py <input-message> <output-pdf>

Output naming

  • inbox/message1.md -> important/message1.pdf

Requirements

  • convert the original message, not the response
  • ensure the output directory exists
  • keep the filename stem unchanged
  • do not create a PDF for a message classified as not important

intellectronica/taking-agents-seriously/tree/main/skills/create-message-pdf commit c03f21b45d

Frequently asked questions

npx skillmds@latest add intellectronica/create-message-pdf