email-skill

Route platform mailbox sends and personal IMAP/SMTP operations through a unified gateway.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill email-skill-polaris-dxz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: email-skill
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/skills/email-skill
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill email-skill-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a single entry point to manage email tasks, unifying platform-based mailbox sends and personal IMAP/SMTP operations to reduce fragmentation and credential management.

Core Features & Use Cases

  • Unified entry: a single script exposes all email capabilities for both platform and personal providers.
  • Platform mailbox sending: push notifications or reports to the user’s own mailbox through a no-setup, zero-config pathway, with binding checks to ensure the mailbox is bound.
  • Personal mailbox: full IMAP/SMTP abilities including sending to arbitrary recipients, attachments, and inbox management.
  • Cross-platform operation: works on macOS/Linux via Bash scripts and Windows via CMD scripts, ensuring consistent workflows.

Quick Start

Route a daily report to your own mailbox using the unified email gateway and, if needed, switch to the personal SMTP/IMAP channel to send to others.

Frequently Asked Questions about email-skill

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

FAQPage Schema
How do I send email notifications to myself through an SMTP gateway?▼

Send email notifications to yourself by routing platform-based mailbox sends through a unified SMTP gateway with zero configuration. It checks mailbox binding status and pushes reports directly to your own inbox.

What is a unified email gateway for IMAP and SMTP operations?▼

A unified email gateway is a single entry point that manages both platform-based sends and personal IMAP/SMTP operations. It reduces credential fragmentation by exposing all email capabilities through one script.

Can I manage my personal inbox and send attachments via IMAP and SMTP?▼

Manage your personal inbox and send attachments using full IMAP and SMTP abilities. It supports sending emails to arbitrary recipients and provides end-to-end inbox management.

Does this email automation script work on both Windows CMD and macOS Bash?▼

This email automation script works on both macOS/Linux via Bash scripts and Windows via CMD scripts. It ensures consistent email workflows and cross-platform operation across different environments.

Do I need to install node, curl, and jq to run the email automation scripts?▼

You need node, curl, and jq installed to run these email automation scripts. These dependencies support the unified gateway in executing end-to-end email tasks and processing API responses.