ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

uspeedo-email-sending-channel

Sends email via uSpeedo's sending channel (platform API with verified/parsed domain), not via the user's own mailbox or SMTP. Use when the user asks the Agent to send email. Requires message content (text or HTML), platform keys (ACCESSKEY_ID, ACCESSKEY_SECRET), sender and recipients; user must register on uSpeedo and obtain keys first.

Why use this skill?

Automate email delivery through the uSpeedo sending channel using OpenClaw. Secure, scalable, and ideal for transactional notifications.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/code-by-ai/uspeedo-email-sending-channel
Or

What This Skill Does

The uspeedo-email-sending-channel skill enables your AI agent to dispatch emails directly through the uSpeedo infrastructure rather than relying on standard SMTP servers or your personal mailbox. This provides a robust, scalable method for transactional or bulk email delivery. By utilizing the platform API, the agent handles the message transmission using your specific domain configurations, ensuring better deliverability. The skill requires valid ACCESSKEY_ID and ACCESSKEY_SECRET credentials to authenticate the API requests. It supports sending both plain text and structured HTML content, making it highly versatile for automated reporting, notifications, or direct correspondence.

Installation

To integrate this capability into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/code-by-ai/uspeedo-email-sending-channel. Ensure your environment is configured with the necessary dependencies. For production use, we strongly recommend defining your credentials via system environment variables. You can obtain your unique credentials by navigating to the Email API Key management console. If you choose to manage keys via a .env file, ensure it is excluded from your version control systems to maintain security.

Use Cases

This skill is ideal for AI-driven automation workflows where programmatic email delivery is required. Common use cases include: sending automated weekly progress reports to stakeholders, notifying team members about critical system alerts, distributing personalized marketing content triggered by user behavior, or simply acting as a dedicated outbound email relay for your agent's creative outputs. Because it uses a parsed and verified domain through uSpeedo, it is superior to local SMTP for enterprise-grade deliverability.

Example Prompts

  1. "Please send an email to [email protected] with the subject 'Weekly Report' and the following content: [Paste HTML Report Here]. Use my uSpeedo credentials for the transmission."
  2. "I need to notify the operations team. Send an urgent alert to [email protected] detailing the current system latency detected in the logs, using the uspeedo-email-sending-channel."
  3. "Could you draft and send a follow-up email to our recent survey participants? Here is the plain text message and the list of recipients: [List of Emails]."

Tips & Limitations

Security is paramount when using this skill. Never hardcode your API keys directly into prompts or shared configuration files. The agent is explicitly instructed not to persist your keys in its memory, but you must remain vigilant about logs and conversation history. Always verify your domain in the uSpeedo dashboard to avoid blocklisting. Note that this skill is strictly for sending; it does not support receiving or managing inbound mail threads. If you encounter delivery failures, first verify your API key permissions and ensure your sender identity is correctly registered within the uSpeedo console.

Metadata

Stars3453
Views0
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-code-by-ai-uspeedo-email-sending-channel": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#email#automation#api#messaging#transactional
Safety Score: 3/5

Flags: external-api