Ravi HQ
Official@ravi-hq · United States of America
Ravi HQ provides agent identity infrastructure: real email inboxes, phone numbers, encrypted secret stores, and contact management for autonomous agents.
Agent Skills by Ravi HQ
Showing 12 vetted skills indexed across 1 GitHub repositories.
ravix-reply
Sends HTML email replies to dispatched messages using the ravix email reply command.
ravi-inbox
Read incoming SMS and email messages including verification codes and links via the Ravi CLI.
ravi-email-send
Send, reply to, and forward emails with HTML formatting via the Ravi CLI.
ravi
Provision AI agents with email inboxes, phone numbers, and encrypted secret stores via CLI.
ravi-email-writing
Provides guidelines for writing professional HTML emails that avoid spam filters.
ravi-passwords
Store and retrieve encrypted website credentials via the Ravi CLI.
ravi-sso
Generates short-lived identity verification tokens for third-party services supporting Login with Ravi.
ravi-secrets
Store and retrieve encrypted key-value secrets via the Ravi CLI.
ravi-identity
Retrieve and manage agent identities with email addresses and phone numbers via the Ravi CLI.
ravi-feedback
Send feedback and bug reports to the Ravi team via CLI email.
ravi-login
Automates service signup and login using a Ravi identity with SMS and email verification codes.
ravi-contacts
Manage identity contacts via CLI to resolve names to emails and phone numbers.
Frequently Asked Questions About Ravi HQ
FAQPage SchemaWhat tasks can I accomplish using Ravi HQ's skills?▼
You can send, reply to, and forward emails with HTML and attachments, read incoming SMS and email including verification codes, store website passwords and API key secrets, manage contacts, retrieve agent identity details, and obtain short-lived SSO identity tokens for third-party services.
Who are Ravi HQ's skills designed for?▼
They are designed for developers building autonomous agents that need real-world identity primitives: dedicated email inboxes, phone numbers, encrypted credential storage, and contact directories, all exposed through the Ravi service described in the ravi overview skill.
How do the Ravi skills work together in practice?▼
Start with the ravi overview skill to select the right capability. Use ravi-login for service sign-up flows, ravi-inbox to read verification codes, ravi-email-send with ravi-email-writing for outbound mail, and ravi-passwords or ravi-secrets for credential storage.
What is the difference between ravi-passwords and ravi-secrets?▼
ravi-passwords is a password manager for website credentials stored as domain, username, and password entries. ravi-secrets is an encrypted key-value store for API keys and environment variables. Each skill explicitly directs you to the other for the wrong credential type.
When should I use ravix-reply instead of ravi-email-send?▼
Use ravix-reply only when running under the ravix daemon with email headers (From, To, Subject, Message-ID) present in your input and you must respond to that dispatched email. For composing new outbound emails, replying outside the daemon, or forwarding, use ravi-email-send instead.