email-draft
Write a ready-to-review .eml draft to the out-box. It is marked unsent, so
double-clicking it opens an editable draft in the user's mail client — nothing is
ever sent from this computer.
How to run
python3 <skill_dir>/run.py <output.eml> <to> <subject> <body>
<output.eml>— a path inside the out-box.<to>— the recipient address.<subject>— the subject line.<body>— the message text; use\nfor line breaks.
Standard library only. After running, tell the user where the draft was saved and that they can open it to review and send it themselves.