services

Manage email, SMS, and credit operations via command-line script.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/xmtplabs/convos-agents --skill services-xmtplabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: services
Source: https://github.com/xmtplabs/convos-agents/tree/main/runtime/openclaw/workspace/skills/services
Command: npx skills add https://github.com/xmtplabs/convos-agents --skill services-xmtplabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a unified interface for managing essential communication services like email and SMS, along with your account credits, directly from your agent.

Core Features & Use Cases

  • Email Management: Send plain text or calendar invite emails, and poll your inbox for new messages.
  • SMS Messaging: Send SMS messages to US numbers and poll for incoming messages.
  • Credit Management: Check your current credit balance and top up as needed.
  • Use Case: An agent needs to send a confirmation email to a user, schedule a follow-up meeting via a calendar invite, and send an SMS notification about a service update.

Quick Start

Use the services skill to send an email to '[email protected]' with the subject 'Your Order Confirmation' and the text 'Your order has been shipped.'.

Frequently Asked Questions about services

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send SMS messages and emails from my agent?

You can send SMS messages and emails from your agent by using a unified command-line script that interfaces with AgentMail and Telnyx APIs. It requires explicit provisioning for both email and SMS services before use.

Can I generate and send calendar invites via email?

Yes, you can generate and send calendar invites via email. The email management feature supports sending both plain text emails and calendar invite emails directly through the AgentMail API integration.

How do I check my communication API credit balance and top up?

You can check your communication API credit balance and top up directly through the script interface. The credit management feature queries your current balance and facilitates necessary account top-ups.

Can I poll my inbox and SMS messages for incoming communication?

Yes, you can poll your inbox and SMS messages for incoming communication. The script supports inbox polling for new email messages and polling for incoming SMS messages to US numbers.

Do I need to provision email and SMS services before sending messages?

Yes, you need to provision email and SMS services before sending messages. Explicit provisioning is required to establish the necessary API connections to AgentMail and Telnyx for email and SMS delivery.

Are SMS messages limited to specific phone numbers?

Yes, SMS messaging is limited to US numbers only. The service operates via the Telnyx API and restricts outbound SMS delivery to United States phone numbers.