← Back to Skills Marketplace
Ravi sso
by
Raunak Singwi
· GitHub ↗
· v2.1.1
· MIT-0
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ravi-sso
Description
Get short-lived identity verification tokens to prove your Ravi identity to third-party services. Do NOT use for agent authentication (use ravi-login) or cre...
Usage Guidance
Before installing or enabling this skill, verify these items: (1) Ensure the 'ravi' CLI is available in the agent's runtime environment (SKILL.md expects 'ravi sso token'), or update the skill metadata to declare that dependency — otherwise the skill will fail. (2) Confirm the agent has an active Ravi login/session and subscription as required by the CLI; the skill does not declare credentials it may need. (3) Treat the returned token as sensitive: it's short-lived but can be used to impersonate your identity to third parties. (4) If you plan to allow autonomous agent invocation, consider whether the agent should be allowed to call the CLI without explicit user confirmation (the SKILL.md does not mandate interactive confirmation). If anything above is unclear, request the skill author to (a) declare required binaries and auth prerequisites in the metadata and (b) make explicit any authentication steps the agent must perform before calling 'ravi sso token'.
Capability Analysis
Type: OpenClaw Skill
Name: ravi-sso
Version: 2.1.1
The skill bundle contains documentation for a CLI-based SSO tool (ravi-sso) used to generate short-lived identity tokens. The SKILL.md file provides clear instructions, response schemas, and explicit warnings against misuse, with no evidence of malicious code, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill claims to produce short-lived Ravi SSO tokens (coherent with its name). However, the runtime instructions explicitly run the 'ravi sso token' CLI command, yet the skill metadata lists no required binaries. That mismatch (instruction needs a local 'ravi' binary but the manifest doesn't declare it) is an incoherence in purpose-capability mapping and may lead to runtime failures or surprising behavior.
Instruction Scope
SKILL.md is narrowly scoped: it tells the agent to run 'ravi sso token' and pass the returned token to third parties. It does not instruct the agent to read unrelated files, environment variables, or call other endpoints. One omission: it doesn't state the authentication step (ravi-login) or how the agent should ensure it has an active subscription — those operational prerequisites are mentioned but not prescriptive, which could lead to unexpected errors if the agent attempts to invoke the skill without prior login.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be downloaded or written to disk during install — low install mechanism risk.
Credentials
The skill declares no required environment variables or credentials, which is reasonable for an instruction-only wrapper around a local CLI. However, the documentation references requirements that imply the user must be authenticated and subscribed; those prerequisites are not captured in requires.env or primary credential fields. If the CLI requires credentials (login session, tokens, or payment), those are not declared in the metadata.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request persistent system presence or elevated privileges in its metadata or instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ravi-sso - After installation, invoke the skill by name or use
/ravi-sso - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.1
Auto-published from 19d2b7eea3e0a215bf8c5726dd9e1fb86307cdd7
Metadata
Frequently Asked Questions
What is Ravi sso?
Get short-lived identity verification tokens to prove your Ravi identity to third-party services. Do NOT use for agent authentication (use ravi-login) or cre... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Ravi sso?
Run "/install ravi-sso" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ravi sso free?
Yes, Ravi sso is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ravi sso support?
Ravi sso is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ravi sso?
It is built and maintained by Raunak Singwi (@raunaksingwi); the current version is v2.1.1.
More Skills