email-skill

Send email messages through a unified interface for platform and personal mail.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill email-skill-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-skill
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/skills/email-skill
Command: npx skills add https://github.com/bluegitter/QClaw --skill email-skill-bluegitter

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 send emails, whether using the built‑in platform mail service or a personal IMAP/SMTP account, eliminating the need to manage multiple scripts.

Core Features & Use Cases

  • Dual providers: Choose platform for zero‑config self‑mailing or personal for full SMTP/IMAP capabilities.
  • Automatic binding: Platform provider handles binding via verification code.
  • Full mailbox operations: Personal provider supports sending, receiving, searching, and attachment handling.
  • Use case: Quickly push daily reports to your own inbox without configuring credentials, or send detailed reports to teammates using your personal email.

Quick Start

Ask the email skill to send a plain‑text daily report to my inbox via the platform provider.

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 from both my personal SMTP account and a platform mail service?

You can send email notifications through a unified interface that supports both a zero-config platform provider and a personal SMTP account. This eliminates the need to manage multiple scripts by providing a single entry point for all outgoing mail.

How do I configure SMTP and IMAP credentials to send and receive personal email?

To configure personal email, you select the personal provider option which requires your SMTP and IMAP credentials. This setup enables full mailbox operations including sending, receiving, searching, and handling attachments through your own account.

Can I send daily reports to my own inbox without setting up SMTP credentials?

Yes, you can send daily reports to your own inbox without configuring credentials by using the platform provider. This zero-config option handles binding automatically via a verification code, allowing immediate self-mailing.

Does this email gateway support receiving and searching emails with attachments?

Yes, the personal provider supports full mailbox operations including receiving, searching, and attachment handling. This requires selecting the personal provider option which utilizes full IMAP capabilities for comprehensive mailbox management.

What is the difference between the platform and personal providers for sending mail?

The platform provider offers zero-config self-mailing with automatic binding via verification code, while the personal provider requires SMTP and IMAP configuration to enable sending detailed reports and full mailbox operations to any recipient.

Do I need to install node, curl, and jq to use this unified email interface?

Yes, node, curl, and jq are required dependencies for executing the scripts that power the unified email interface. These tools must be present in your environment to process the email sending and receiving logic.