agent-email
SkillCommunicationGet your own email address to receive emails from. This is your inbox. Not the user's inbox. Use gmail to read the users emails
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the agent-email skill
What this skill tells your AI
The instructions your AI receives, as published by yspreen/dotfiles in .agents/skills/agent-email/SKILL.md and read by ahel’s review.
Commands
Create inbox
bun ~/dotfiles/scripts/mailtm.ts
Stdout: <n> <email> e.g. 1 c26836c9-…@emalupe.com
Remember n for later reads. It's your inbox number.
Read latest email of your inbox
bun ~/dotfiles/scripts/mailtm.ts <n>
Where is your inbox.
Stdout:
emptyif no messages- else line 1 = subject, rest = plain text body (falls back to html/intro)
Read more emails
bun ~/dotfiles/scripts/mailtm.ts <n> <i>
start with 2 for the second most recent email. Then go up: 3, 4, ...
Counts
bun ~/dotfiles/scripts/mailtm.ts <n> count # messages in inbox n
bun ~/dotfiles/scripts/mailtm.ts count # number of inboxes on this machine
Signals
- GitHub stars
- 33
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
agent-email- Source
- github.com/yspreen/dotfiles