email

Send and receive emails via IMAP and SMTP using curl commands.

6|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/kortix-ai/kortix-registry --skill email-kortix-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/kortix-ai/kortix-registry/tree/main/files/skills/email
Command: npx skills add https://github.com/kortix-ai/kortix-registry --skill email-kortix-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the sending and receiving of emails directly from the command line, eliminating the need for a graphical email client for many common tasks.

Core Features & Use Cases

  • Send Emails: Compose and send plain text emails to any recipient.
  • Receive & Read Emails: Connect to an IMAP server to list, fetch, and read email messages.
  • Manage Emails: Search for specific emails, mark them as read/unread, and delete them.
  • Use Case: Automatically send a daily report to your manager or check your inbox for new order notifications.

Quick Start

Use the email skill to send a message to '[email protected]' with the subject 'Hello from the agent'.

Frequently Asked Questions about email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send and receive emails using IMAP and SMTP?

You can send and receive emails using IMAP and SMTP protocols by executing curl commands. This requires configuring your server details and credentials to dispatch messages or fetch inbox content directly from the command line.

Can I automate email dispatch and inbox monitoring via curl?

Yes, you can automate email dispatch and inbox monitoring via curl. By connecting to your configured IMAP and SMTP servers, the automation script lists, fetches, and sends messages without needing a graphical client.

Does this automated email approach work with any email provider?

Yes, automated email sending and receiving works with any email provider. You must configure the specific SMTP and IMAP server details and your login credentials to establish the connection for message management.

What basic email management tasks can I perform using IMAP?

Using IMAP, you can perform basic email management tasks like searching for specific messages, marking them as read or unread, and deleting them. This allows for automated inbox processing and message retrieval.

Do I need curl to interact with mail servers for automated messaging?

Yes, you need curl to interact with mail servers and process email content. The automation relies on curl commands to execute SMTP and IMAP requests for sending and retrieving messages.