What problem does it solve? AI agents acting on the web need their own identity — an email address for signups, a phone number for SMS verification, and a name for forms — but they have no built-in way to obtain or manage one. This Skill gives an agent access to its Ravi identity so it can register for services and receive verification codes as itself. ## Core Features & Use Cases - Identity lookup: Check auth status and retrieve the current identity's email address, phone number, and owner info with simple CLI commands like ravi get email and ravi get phone. - Identity creation: Create new identities with auto-generated realistic names and matching email addresses, optionally provisioning a phone number in the same call with --provision-phone. - Identity listing: List all identities with their UUIDs, names, inboxes, and phone numbers in structured JSON. - Use Case: An agent needs to sign up for a SaaS tool. It runs ravi get email to get its own address, uses the identity name on the signup form, and later reads the verification code via the companion inbox skill. ## Quick Start Ask the agent to check its Ravi auth status and show its email address and phone number so it can sign up for a service.