What problem does it solve? Developers integrating the Sinch Numbers API often need working code examples for listing active virtual phone numbers with filters and pagination, but writing this from scratch requires reading API documentation and handling OAuth2 authentication manually. ## Core Features & Use Cases - Interactive Code Generation: Presents a menu to filter numbers by region code, type (MOBILE, LOCAL, TOLL_FREE), or capability (SMS, VOICE), then generates matching TypeScript snippets. - Configuration Detection: Retrieves Sinch credentials from the Sinch MCP server or falls back to environment variables (CONVERSATION_PROJECT_ID, CONVERSATION_KEY_ID, CONVERSATION_KEY_SECRET). - Optional Live Execution: Calls the Numbers API endpoint GET /v1/projects/{projectId}/activeNumbers with OAuth2 and displays results in a formatted table. - Use Case: A developer building a messaging app needs to see which SMS-capable US numbers are active in their Sinch project; this Skill generates the ready-to-use SDK code and can run the query directly. ## Quick Start Ask the assistant to list your active Sinch phone numbers or generate Numbers API code for filtering numbers by region and capability.