← Back to Skills Marketplace
Ravi inbox
by
Raunak Singwi
· GitHub ↗
· v2.1.1
· MIT-0
553
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install ravi-inbox
Description
Read incoming SMS or email messages — OTPs, verification codes, verification links, incoming mail. Do NOT use for sending email (use ravi-email-send) or mana...
Usage Guidance
This skill appears to do what it says — read SMS/email from a Ravi identity — but before installing: (1) confirm the 'ravi' CLI is actually present and trusted on the agent environment (SKILL.md calls 'ravi inbox' but the skill metadata doesn't declare that binary); (2) confirm availability of required shell tools used in examples (jq, grep, sleep) or that the agent will provide equivalent parsing; (3) understand how the agent gets authenticated to your Ravi account (the skill doesn't declare what credential it will use); and (4) remember this skill reads highly sensitive data (OTPs/verification links). If you can't confirm the CLI/auth method and trustworthiness of the Ravi tooling, consider asking the publisher for an install/auth guide or withholding sensitive credentials.
Capability Analysis
Type: OpenClaw Skill
Name: ravi-inbox
Version: 2.1.1
The ravi-inbox skill provides a standard interface for an AI agent to read SMS and email messages, specifically for retrieving OTPs and verification links. It defines commands for the 'ravi' CLI tool and includes helpful recipes for data extraction using common utilities like jq and grep. No malicious patterns, unauthorized data exfiltration, or prompt injection attempts were found; the skill's behavior and instructions in SKILL.md are entirely consistent with its stated purpose of managing a Ravi identity inbox.
Capability Assessment
Purpose & Capability
The skill's stated purpose (read SMS/email for OTPs and verification links) matches the instructions, which call a Ravi CLI to list and view inbox items. However, the SKILL.md expects a 'ravi' CLI to exist; the skill metadata does not declare any required binaries or credentials. That mismatch (instructions needing a CLI but none declared) is an incoherence.
Instruction Scope
Instructions are narrowly scoped to listing and viewing SMS/email via 'ravi inbox' and to small parsing recipes using jq/grep/sleep. They do not tell the agent to read unrelated files or environment variables. Still, the examples assume availability of 'jq', 'grep', and 'sleep' and run shell pipelines — these dependencies are not declared.
Install Mechanism
There is no install spec and no code files (instruction-only), so nothing is written to disk by the skill itself. This is lower-risk from an installation perspective.
Credentials
The skill does not request environment variables or credentials in the metadata. That is consistent with an instruction-only skill, but reading inbox content is sensitive (OTPs/verification links). The SKILL.md implicitly requires that the agent environment has authenticated access to the user's Ravi identity (via the 'ravi' CLI), yet no primary credential or auth guidance is declared.
Persistence & Privilege
The skill is not always-enabled and does not request persistent presence or special privileges in its metadata. It does not modify other skills or system configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ravi-inbox - After installation, invoke the skill by name or use
/ravi-inbox - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.1
Auto-published from 19d2b7eea3e0a215bf8c5726dd9e1fb86307cdd7
v2.1.0
Auto-published from 291418be2de06f13e5473a1468993dc0738e1a70
v2.0.0
Auto-published from db51c4411963fdc5faa2644b6af3e7ab1936188a
v1.7.1
Auto-published from 024064a6cf1447213b584481ba7722f2fa0bf783
v1.7.0
Auto-published from 6c73eb0624f008d3cc927fdd91165c3d20c3f210
v1.6.1
Auto-published from 420494b822bf4d3a2e7d2643de7d65f6c3f192a7
v1.6.0
Auto-published from 40db4ff85e7f7ab07528a537bc78bcc99350ac24
v1.5.1
Fix workflow, publish all skills
v1.4.0
Consolidated repo, passwords/vault split, feedback skill
v1.3.0
Consolidated repo, passwords/vault split, feedback skill
Metadata
Frequently Asked Questions
What is Ravi inbox?
Read incoming SMS or email messages — OTPs, verification codes, verification links, incoming mail. Do NOT use for sending email (use ravi-email-send) or mana... It is an AI Agent Skill for Claude Code / OpenClaw, with 553 downloads so far.
How do I install Ravi inbox?
Run "/install ravi-inbox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ravi inbox free?
Yes, Ravi inbox is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ravi inbox support?
Ravi inbox is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ravi inbox?
It is built and maintained by Raunak Singwi (@raunaksingwi); the current version is v2.1.1.
More Skills