Tutorial: Deploying uSpeedo SMS and Email Skills for AI Agents
- USpeedo
- USpeedo Highlights
- 18 Mar, 2026
uSpeedo Skills are officially live on ClawHub. Whether you're looking to automate global outreach or send personalized updates, uSpeedo now empowers your agents to handle SMS and Email delivery with pinpoint precision.
Before You Start
Just a few quick things to check off before you jump into the setup:
- Got your AI agent ready?
- Make sure you have OpenClaw already installed and good to go.
- Check your balance:
- Email Service: New users will immediately receive 300 free email credits for testing. You can start using email-related functions without recharge. For higher sending volumes, you may recharge as needed at $0.001 per email, and you can start using the service after meeting the minimum recharge requirement.
- SMS Service: Before using SMS-related functions, you need to recharge as needed at $0.2 per SMS. You can start using the service after meeting the minimum recharge requirement. For larger SMS volume requirements, please contact your sales representative to confirm the exclusive discounted unit price.https://uspeedo.com/en/contact-us
Step 1 — Create Your uSpeedo Account
To start using uSpeedo communication skills, you first need to create a uSpeedo account. uSpeedo supports both email registration and Google login, making the onboarding process quick and straightforward. You can access the console here:
- Email Console https://console.uspeedo.com/email
- SMS Console https://console.uspeedo.com/sms Once the login process is complete, you will be able to access the uSpeedo dashboard and manage your communication services.
Step 2 — Install and Configure SMS & Email Skills
You can install uSpeedo SMS and Email Skills directly from ClawHub and connect them to your uSpeedo account.
2.1 Install the Skills
Open the following skill pages on ClawHub and add them to your workspace:
- uSpeedo SMS Skill https://clawhub.ai/code-by-ai/send-usms-uspeedo
- uSpeedo Email Sending Channel https://clawhub.ai/code-by-ai/uspeedo-email-sending-channel Click Download Zip on the Skill page, extract the file, and place it into the corresponding Skill folder under OpenClaw to enable the Skill for your agent.
2.2 Connect the Skills to Your uSpeedo Account
After installing the skills, you need to link them to your uSpeedo account credentials so the agent can authenticate when sending messages. uSpeedo provides a one-click configuration feature for AI agent users, which automatically formats the required environment variables.
Locate Your API Keys
Log in to your uSpeedo Console and navigate to:
Products → SMS (or Email) → Settings → API Keys
From here, you can enter a key name to generate your AccessKey ID and AccessKey Secret.
Use the “Copy Skill Env” Button
In the API Keys section, click Copy Skill Env next to your AccessKey.
This button automatically formats the credentials into the exact environment variable format required by the skills.
Apply the Credentials
Return to your agent's workspace or terminal and paste the copied variables into:
- your environment configuration file, or
- the skill setup prompt during installation. Once added, the skills will automatically authenticate with your uSpeedo account.
2.3 Verify the Skill Setup
After configuration, your agent will be able to call the SMS or Email skills whenever a task requires sending a message. In the next step of this tutorial, we will send a test message to confirm that the integration is working correctly.
Step 3 — Send Messages with Natural Language
Once the SMS or Email skills are installed and configured, your OpenClaw agent can send messages using simple natural language instructions. Instead of manually calling APIs, you only need to give the bot clear instructions. For example:
- Example 1 Send a Spanish-language meeting invitation to the following recipients. The meeting will be held in the conference room at 3:00 p.m. the day after tomorrow.
- Example 2 Send an SMS to my mom telling her that I’m doing well. The agent will automatically:
- Understand your request
- Select the appropriate uSpeedo skill (SMS or Email)
- Format the message
- Send it through the uSpeedo communication infrastructure This allows developers and teams to automate communication workflows using AI-driven commands instead of manual integrations.

