email

Send, list, and read emails via bash commands for the [email protected] account.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill email-rogergimbel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/RogerGimbel/rodaco-workspace/tree/main/skills/email
Command: npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill email-rogergimbel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for seamless sending and receiving of emails directly from the command line, streamlining communication workflows.

Core Features & Use Cases

  • Send Emails: Compose and dispatch emails to specified recipients with custom subjects and bodies.
  • Check Inbox: View a list of recent emails in the inbox.
  • Read Messages: Retrieve the content of a specific email by its message ID.
  • Use Case: Quickly send a status update email to your team or check for urgent messages without leaving your current task.

Quick Start

Use the email skill to send an email to [email protected] with the subject 'Meeting Reminder' and the body 'Hi Alice, just a reminder about our meeting tomorrow at 10 AM.'.

Frequently Asked Questions about email

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

FAQPage Schema
How do I send an email directly from the command line?

To send an email from the command line, you must execute specific bash commands that allow you to specify the recipient address, subject, and body to dispatch messages.

Can I check my inbox and read specific messages using bash commands?

Yes, you can check your inbox by listing recent emails and retrieve the content of a specific message by executing bash commands with its unique message ID.

Does this email functionality require any external dependencies or libraries?

No external dependencies are required to manage email operations. The functionality relies entirely on direct execution of built-in bash commands for sending, listing, and reading messages.

What is the best way to automate sending status updates via email?

The best way to automate sending status updates is by using command line email operations, allowing you to compose and dispatch messages with custom subjects and bodies without leaving your current task.

Which email account is supported for sending and receiving messages?

The email operations specifically support all sending, receiving, and reading tasks for the [email protected] account.

Are there limitations to managing emails through command line execution?

A key limitation is that all email send, list, and read functionalities require direct execution of bash commands, making it unsuitable for interfaces lacking command line access.