What problem does it solve? Sending SMS or RCS messages through the Sinch Conversation API normally requires writing authentication code, constructing OAuth2 token requests, and formatting JSON payloads. This Skill performs the entire send operation directly from a chat command, with no script files to write. ## Core Features & Use Cases - Direct Message Sending: Send text messages to any E.164 phone number over SMS or RCS using the Sinch Conversation API. - MCP Tool with API Fallback: Uses the mcp__sinch__send-text-message MCP tool when available, and falls back to a direct REST API call with OAuth2 authentication when it is not. - Interactive Mode: Prompts for recipient, message, and channel when no arguments are provided, and validates E.164 format and channel values before sending. - Use Case: A developer testing a new Conversation app can immediately send a test SMS to their own phone to verify webhook and channel configuration without writing any code. ## Quick Start Ask the assistant to send an SMS saying "Hello" to +14155551234 using the Sinch Conversation API.