mails
Programmatic email sending, receiving, and verification code extraction
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mails?โผ
Run `npx skills add chekusu/mails --all -g -y` in your terminal to install this skill globally.
How to get a free email address for my agent?โผ
Run `mails claim <name>` to claim a free [email protected] mailbox after a one-time human approval in the browser.
How to send emails from the command line?โผ
Use `mails send --to [email protected] --subject "Hello" --body "World"` with optional attachments via `--attach file.pdf`.
Can mails extract verification codes automatically?โผ
Yes. Run `mails code --to [email protected]` and it long-polls the inbox, printing the detected code to stdout for easy scripting.
Can I self-host mails on my own domain?โผ
Yes. Deploy the included Cloudflare Worker with `wrangler deploy`, configure Email Routing, and point the CLI to your worker URL.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core