chekusuchekusuOfficialยท1 Agent Skills Included

mails

Programmatic email sending, receiving, and verification code extraction

Sends and receives emails programmatically through a simple CLI, SDK, or HTTP API. Extracts verification codes automatically and searches inboxes with full-text queries, eliminating manual inbox checking. Offers a free hosted mailbox or self-hosted Cloudflare Worker with local SQLite sync for offline backup.
npx skills add chekusu/mails --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’