extension-email-raw

This skill enables the sending of emails with multiple to, cc, and bcc recipients through the Caffeine AI email client.

1.5K
Installs
2
Use cases
9/10
Quality

Is extension-email-raw safe to install?

Safe to install

Safe to install: our audit of extension-email-raw's source files found 0 shell commands, 0 external URLs, no file writes (none risk). Every command and URL listed appears verbatim in the skill's source. The skill provides a function for email transmission but does not execute shell commands or perform network requests directly.

How we audit skills: our security review methodology.

Who is this skill for?

Developers building applications on Caffeine AI who need to send emails to multiple recipients.

What can you do with it?

  • Sending meeting reminders to confirmed and tentative attendees
  • Sending notifications to multiple stakeholders simultaneously

How good is this skill?

Quality score: 9/10. The documentation clearly defines the function signature and provides a functional code example. It includes a necessary warning regarding privacy for bulk emails.

What does the skill file contain?

SKILL.md
# Email — Raw Multi-Recipient
Raw multi-recipient email extension for [Caffeine AI](https://caffeine.ai?utm_source=caffeine-skill&utm_medium=referral).

## Overview

This skill adds support for sending emails with multiple `to`, `cc`, and `bcc` recipients. Not suitable for bulk service emails (recipients see each other).

# Backend

## This extension is for sending an email with support for multiple `to`, `cc` and `bcc` addresses.

- This should NOT be used for sending service emails to multiple users because each recipient will see all the other recipients listed which would typically be a br...

Frequently asked questions

What is the maximum number of recipients allowed?

The skill supports a maximum of 50 recipients in total per email.

Is this skill suitable for bulk email marketing?

No. Recipients see all other recipients listed in the email, which creates privacy concerns.

What dependencies does this skill require?

It requires the caffeineai-email extension version ~0.1.1.

Data sourced from caffeinelabs/skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills