Check available messaging channels, channel capabilities, and channel configuration for Sinch Conversation API. Use when the user asks which channels are available, what channels can be used, how to reach someone, what messaging options exist, or channel capabilities for a contact or app.
Retrieves available Sinch messaging channels and their capabilities for apps or contacts. Uses MCP tools when available, otherwise falls back to Conversation API endpoints. Triggered when users ask which channels can reach someone or what messaging options exist.
/plugin marketplace add sinch/sinch-plugins/plugin install sinch-claude-plugin@sinchThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Retrieve information about available messaging channels and their capabilities. Prefer MCP tools if available, otherwise use the Conversation API specification. Helps determine which channels can be used to reach contacts.
Understand the user's query:
Check MCP availability and use appropriate method:
Option A: Use MCP tools (if MCP Sinch is configured):
list-conversation-apps to get list of apps and their channel configurationsOption B: Use Conversation API endpoints (fallback if MCP not available):
GET /v1/projects/{project_id}/apps (Operation ID: App_ListApps) - Shows configured apps and their channel settingsGET /v1/projects/{project_id}/contacts/{contact_id} (Operation ID: Contact_GetContact) - Shows which channels are associated with a contactGET /v1/projects/{project_id}/contacts (Operation ID: Contact_ListContacts) - Can filter by channel to see contacts on specific channelsPOST /v1/projects/{project_id}/capability:query (Operation ID: Capability_QueryCapability) - Asynchronously checks which channels can reach a contacthttps://{region}.conversation.api.sinch.comProvide comprehensive channel information:
Natural language prompts that trigger this Skill:
MCP Tool Usage (Preferred if available):
list-conversation-apps MCP tool to get apps and their channel configurationsConversation API Usage (Fallback):
Authorization, Content-Type: application/jsonCAPABILITYchannel_identities array showing all associated channelsEach channel supports different message types:
list-conversation-apps for app and channel informationThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.