π¦ ClawHub
Ravi identity
by @raunaksingwi
Get your agent identity (email, phone, owner name) and manage identities. Do NOT use for reading messages (use ravi-inbox), sending email (use ravi-email-sen...
TERMINAL
clawhub install ravi-identityπ About This Skill
name: ravi-identity description: Get your agent identity (email, phone, owner name) and manage identities. Do NOT use for reading messages (use ravi-inbox), sending email (use ravi-email-send), or credentials (use ravi-passwords or ravi-secrets).
Ravi Identity
You have access to Ravi, an identity provider that gives you your own phone number, email address, and secret store.
Your Identity
# Check auth status and current identity
ravi auth statusGet your email address (use this for signups)
ravi get emailGet your phone number (use this for SMS verification)
ravi get phoneGet account owner info
ravi get ownerList all your identities
ravi identity list
Response shape (identity list):
[{
"uuid": "...",
"name": "Sarah Johnson",
"inbox": "sarah.johnson472@raviapp.com",
"phone": "+15551234567",
"created_dt": "2026-02-25T10:30:00Z",
"updated_dt": "2026-02-25T10:30:00Z"
}]
Creating a New Identity
Only create a new identity when the user explicitly asks for one (e.g., for a separate project that needs its own email/phone). New identities require a paid plan.
# Auto-generated name and email (recommended β looks like a real person)
ravi identity create
β name: "Sarah Johnson", inbox: "sarah.johnson472@raviapp.com"
When name is omitted, the server generates a realistic human name like "Sarah Johnson". The auto-generated email uses the same name: sarah.johnson472@raviapp.com.
Switching Identities
# Switch to a different identity
ravi identity use
Important Notes
ravi auth login to onboard.Full API Reference
For complete endpoint details, request/response schemas, and parameters: Identities