extension-email-raw

Agent skill from caffeinelabs/skills.

caffeinelabs ↓ 8k Apache-2.0 updated 27d ago
Claude Code
View source ↗

What it does

  • This extension depends on the extension-email for sending emails.
  • Use the sendRawEmail function.
  • It returns a SendResult which is #ok if the email is sent successfully otherwise #err(error) with the error text.
  • There can be a maximum of 50 recipients in total
  • Each recipient receives the same email

Requirements & configuration

  • This extension depends on the extension-email for sending emails.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

extension-email-raw FAQ

What does the extension-email-raw skill do?

Send an email with multiple to, cc and bcc addresses. This extension depends on the extension-email for sending emails. Use the sendRawEmail function.

What does extension-email-raw require?

This extension depends on the extension-email for sending emails.

How do I install extension-email-raw?

Run: npx -y skills add https://github.com/caffeinelabs/skills --skill extension-email-raw --agent claude-code — the source lives at github.com/caffeinelabs/skills.

Maintain extension-email-raw?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

extension-email-raw on getagentictools
[![extension-email-raw on getagentictools](https://getagentictools.com/badge/skills/caffeinelabs-skills-extension-email-raw.svg)](https://getagentictools.com/skills/caffeinelabs-skills-extension-email-raw?ref=badge)
npx agentictools info skills/caffeinelabs-skills-extension-email-raw

The second line is the CLI lookup for this page — handy in READMEs and docs.