# Create Message PDF

> Convert an important message markdown file into a PDF record.

- Skill: `intellectronica/create-message-pdf` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add intellectronica/create-message-pdf`
- Raw SKILL.md: https://api.skillmd.com/api/skills/intellectronica/create-message-pdf/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: intellectronica (https://skillmd.com/u/intellectronica)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/intellectronica/create-message-pdf

---


# 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:

```bash
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

