What problem does it solve? AI agents and automated workflows hit a wall when a service demands phone verification during signup, login, or account recovery. This Skill rents a private phone number in any of 200+ countries through the sms-verification-number.com API, receives the SMS verification code programmatically, and releases the number when done. ## Core Features & Use Cases - On-demand number rental: Order a private number for a specific country and service, poll for the verification code, then finish or cancel the activation with automatic refunds when no code arrives. - Delivery-aware selection: Catalogue calls return per-service deliverability rates, live pool sizes, and cheapest-country lists so you pick country/service pairs that actually deliver. - Local TOTP second factor: Compute RFC 6238 authenticator codes locally from a stored secret, completing two-factor setups without third-party tools. - Use Case: Register a Telegram account on an Indonesian number: order the number, trigger the SMS, poll every 3-5 seconds for the code, and close the activation, all through curl or the included Python/Node scripts. ## Quick Start Set your SVN_API_KEY environment variable and ask the agent to order a number for a given service and country, then read back the verification code.