diff --git a/home/gabriel/features/opencode/skills/gabs-tools/SKILL.md b/home/gabriel/features/opencode/skills/gabs-tools/SKILL.md index 7807936e..d5c92357 100644 --- a/home/gabriel/features/opencode/skills/gabs-tools/SKILL.md +++ b/home/gabriel/features/opencode/skills/gabs-tools/SKILL.md @@ -173,6 +173,20 @@ read ~/Mail/personal/Inbox/cur/ limit=160 <-- read one read ~/Mail/personal/Inbox/cur/ offset=161 limit=200 ``` +### Sending email + +Gabs uses a desktop email client. To compose a new message, use: + +```bash +handlr open mailto:
+``` + +This opens the client's compose window pre-filled with the recipient. For a blank compose window, omit the address: + +```bash +handlr open mailto: +``` + ### Drafts and Sent - `~/Mail/personal/Sent/cur/`