AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Email

skill-citedy-adclaw-email · by citedy

>

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-citedy-adclaw-email

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-citedy-adclaw-email)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Email? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Send Email — Skill Instructions

Overview

Send emails directly from your agent — reports, notifications, summaries, alerts. Works with Unosend (5,000 free emails/month) or any SMTP provider.

Use cases:

  • "Send the SEO report to team@company.com"
  • "Email this summary to the client"
  • "Notify marketing@company.com about the new trends"
  • "Send a weekly digest to the team"

When to Use

| Situation | What to do | |-----------|------------| | User asks to send/email something | Use send_email tool | | User wants to notify someone | Compose message + send_email | | User asks to share a report via email | Generate HTML report + send_email |

Setup

Option A: Unosend (recommended, free tier)

  1. Sign up at unosend.com
  2. Add and verify your sending domain
  3. Get your API key (starts with un_)
  4. Set environment variables:
  • UNOSEND_API_KEY=un_your_key
  • SMTP_FROM=noreply@yourdomain.com

5,000 emails/month free, no credit card needed.

Option B: Custom SMTP

Set these environment variables:

SMTP_HOST=smtp.yourprovider.com
SMTP_PORT=587
SMTP_USER=your_username
SMTP_PASSWORD=your_password
SMTP_FROM=noreply@yourdomain.com

Tool Reference

send_email

send_email(
    to="recipient@example.com",
    subject="Weekly SEO Report",
    body="ReportYour rankings improved 15%...",
    html=True
)

Parameters:

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | to | string | yes | Recipient email (comma-separated for multiple) | | subject | string | yes | Email subject line | | body | string | yes | Email content (HTML or plain text) | | html | bool | no | Treat body as HTML (default: true) | | from_email | string | no | Sender email (default: from env) | | from_name | string | no | Sender display name (default: AdClaw) |

Response Guidelines

When sending emails:

  1. Confirm before sending — always tell the user what you're about to send and to whom
  2. Use HTML for rich content — tables, bold, headers make emails professional
  3. Keep subject lines clear — "Weekly SEO Report — March 15" not "Report"
  4. Report success — tell the user the email was sent with recipient and subject

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: citedy
  • Source: citedy/adclaw
  • License: Apache-2.0
  • Homepage: https://pypi.org/project/adclaw/

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.