← Back to Skills Marketplace
Revibe Codes
by
selvatuple
· GitHub ↗
· v1.0.6
· MIT-0
222
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install revibe
Description
Analyze any codebase — architecture, patterns, diagrams, agent context. Understand repos in minutes, not hours.
Usage Guidance
This skill appears to do what it says: it extracts a GitHub URL (from your message or local git remote), sends it to revibe.codes, polls for results, and saves a local agent_context.json. Before installing or using it, consider: 1) Privacy: revibe.codes will receive your repository URL and (per their note) may store/cloned source in cloud storage — do not use with private or sensitive code unless you’ve reviewed their privacy/security docs. 2) Private repos: the skill does not request GitHub credentials, so it likely cannot analyze private repos unless you separately grant revibe access; ask the vendor how to handle private projects. 3) API key handling: create a scoped or disposable REVIBE_API_KEY and rotate/delete it if no longer needed. 4) Local write: agent_context.json will be written to the current directory and may contain structured project data — treat it as potentially sensitive. If you need offline/local-only analysis, prefer a local tool instead.
Capability Analysis
Type: OpenClaw Skill
Name: revibe
Version: 1.0.6
The 'revibe' skill is a legitimate tool designed to analyze GitHub repositories and provide architectural insights. It interacts with a dedicated backend (app-backend.revibe.codes) to process repository URLs and returns structured data, including Mermaid diagrams and an 'agent_context.json' file for persistent understanding. The skill's behavior, including its use of curl, git, and local file creation in /tmp for diagram rendering, is transparently documented and aligns with its stated purpose of codebase analysis.
Capability Assessment
Purpose & Capability
Name and description match the behavior: the skill sends a GitHub URL to revibe.codes for analysis and returns structured results. One mismatch to be aware of: the skill claims to handle "any" codebase but does not request GitHub credentials or explain how private repositories are handled — it only sends a public GitHub URL, so private repos may not be analyzable unless the backend has separate access.
Instruction Scope
Instructions are specific and scoped to determining a GitHub URL (from message or local git remote), POSTing that URL to revibe's API, polling status, downloading summaries, and saving agent_context.json to the current directory. This involves transmitting the repository URL (and per the privacy note, revibe may clone/store source) to an external service — expected for this purpose but a privacy consideration. The skill reads local git remote configuration and writes agent_context.json; it does not request other unrelated files or credentials.
Install Mechanism
This is an instruction-only skill with no install steps or files to write. Required binaries (curl, jq, git) are reasonable and proportional to the described HTTP/polling and git-URL extraction behavior.
Credentials
Only REVIBE_API_KEY is required (sent as X-Revibe-Key) which matches the external service integration. No unrelated secrets or system config paths are requested. Consider that private-repo analysis may require additional credentials (none are declared), so the skill's claim of analyzing any repo may be limited for private repos.
Persistence & Privilege
The skill saves agent_context.json into the current directory (explicitly stated). always:false and normal invocation settings are used. The skill does persist data locally (agent_context.json) and relies on revibe's backend storing analysis data; this is expected for the stated functionality.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install revibe - After installation, invoke the skill by name or use
/revibe - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
- Added explicit homepage URL and metadata fields to SKILL.md.
- Updated requirements section using structured metadata for dependencies and environment variables.
- No changes to core functionality or user-facing behavior.
v1.0.5
REVIBE_API_KEY requirement is added as a requirement.
v1.0.4
revibe 1.0.4
- Added privacy notice clarifying how repository data is handled and stored by revibe.codes.
- Moved setup instructions (permissions/tools) into a brief tip and dedicated privacy section.
- No changes to core skill behavior, features, or dependencies.
- Audience is encouraged to review revibe.codes/privacy when working with private repositories.
v1.0.3
- Added setup instructions for tool permissions to streamline API call approvals.
- No code or logic changes; behavior remains the same.
- Clarified that /allowed-tools or project settings can whitelist network calls to revibe.codes.
v1.0.2
- Clarified REVIBE_API_KEY documentation and required status in environment section.
- Minor metadata cleanup for config_keys (now succinct key + env descriptions).
- No user-facing functional or behavioral changes.
v1.0.1
- Added git as a required dependency to ensure current repository detection works reliably.
- Updated config_keys section to include a detailed, required API key definition for improved setup guidance.
- No changes to user-facing behavior or analysis features.
v1.0.0
revibe 1.0.0
- Initial release providing fast, structured codebase analysis using the Revibe API.
- Automatically detects the GitHub repo from user input or current directory.
- Presents a summary of architecture, modules, patterns, and components within 5 minutes.
- Saves agent_context.json for advanced or agent-based workflows.
- Supports easy drill-down into detailed diagrams, file roles, design decisions, and database schema.
- Comprehensive error handling and clear user prompts for smooth interaction.
Metadata
Frequently Asked Questions
What is Revibe Codes?
Analyze any codebase — architecture, patterns, diagrams, agent context. Understand repos in minutes, not hours. It is an AI Agent Skill for Claude Code / OpenClaw, with 222 downloads so far.
How do I install Revibe Codes?
Run "/install revibe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Revibe Codes free?
Yes, Revibe Codes is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Revibe Codes support?
Revibe Codes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Revibe Codes?
It is built and maintained by selvatuple (@selvatuple); the current version is v1.0.6.
More Skills