| name | create-message-pdf |
| description | Convert an important message markdown file into a PDF record. |
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