twilio-messaging-services Skill
Create and configure Twilio Messaging Services for production messaging. Covers sender pools, geo-match, sticky sender, message scheduling, compliance toolkit, SMS pumping protection, link shortening, and intelligent alerts. Use this skill when setting up production-ready messaging infrastructure. Published by openai in plugins.
What is twilio-messaging-services Skill?
Create and configure Twilio Messaging Services for production messaging. Covers sender pools, geo-match, sticky sender, message scheduling, compliance toolkit, SMS pumping protection, link shortening, and intelligent alerts. Use this skill when setting up production-ready messaging infrastructure. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use twilio-messaging-services Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/twilio-developer-kit/skills/twilio-messaging-services/SKILL.md
What it does
Create and configure Twilio Messaging Services for production messaging. Covers sender pools, geo-match, sticky sender, message scheduling, compliance toolkit, SMS pumping protection, link shortening, and intelligent alerts. Use this skill when setting up production-ready messaging infrastructure.
Skill instructions
Overview A Messaging Service groups senders (phone numbers, short codes, toll-free numbers) with shared configuration. Send via messagingServiceSid instead of a specific from number — Twilio picks the best sender automatically. Use a Messaging Service for all production sends. Beyond sender pools, it unlocks compliance toolkit, SMS pumping protection, link shortening, message scheduling, and intelligent alerts. For channel selection guidance, see twilio-messaging-overview. --- Prerequisites - Twilio account with at least one SMS-capable phone number — New to Twilio? See twilio-account-setup - Environment variables: - TWILIOACCOUNTSID - TWILIOAUTHTOKEN — See twilio-iam-auth-setup for credential setup and best practices - SDK: pip install twilio / npm install twilio --- Quickstart Python python import os from twilio.rest import Client client = Client(os.environ["TWILIOACCOUNTSID"], os.environ["TWILIOAUTHTOKEN"]) Step 1: Create the service service = client.messaging.v1.services.create( fr
Explore related resources
Frequently asked questions
What is twilio-messaging-services?
twilio-messaging-services is a open-source AI agent skill with Copy skill directory. Create and configure Twilio Messaging Services for production messaging.
Who is twilio-messaging-services best for?
twilio-messaging-services is best for reusing agent instructions, scripts, and references.
How do I install twilio-messaging-services?
Install or run twilio-messaging-services using Copy skill directory. Check twilio-messaging-services for the latest setup command.
Is twilio-messaging-services actively maintained?
twilio-messaging-services may need a closer maintenance check before production use.
Auto-fetched from GitHub.