← Back to Skills Marketplace
tazsat0512

Reivo

by tazsat0512 · GitHub ↗ · v0.4.4 · MIT-0
darwinlinux ✓ Security Clean
239
Downloads
1
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install reivo
Description
Track AI agent costs in real-time, set budget limits, and auto-detect runaway loops. Smart routing reduces costs 40-60%. Works with OpenAI, Anthropic, and Go...
Usage Guidance
This skill appears to do what it says: manage budgets and route requests through Reivo's proxy using a single REIVO_API_KEY. Before installing, consider the privacy/trust tradeoff: routing LLM API calls through proxy.reivo.dev means your agent's requests (and potentially prompt content) will transit a third party — verify Reivo's privacy policy and the open-source guardrail repo if you need guarantees. Use limited-scope or project-scoped provider keys as recommended, test with non-sensitive prompts first, and confirm the REIVO_API_KEY you receive matches the documented format (rv_...). Note: the registry describes the skill as instruction-only but the package includes Node scripts—if you plan to run any included scripts locally, review them (they call only app.reivo.dev and proxy.reivo.dev). If you need zero third‑party transit, consider self‑hosting the open-source reivo-guard instead.
Capability Analysis
Type: OpenClaw Skill Name: reivo Version: 0.4.4 The Reivo skill is a legitimate tool designed for AI agent cost optimization, budget enforcement, and loop detection. It functions by routing LLM API calls through a transparent proxy (proxy.reivo.dev) and providing a dashboard (app.reivo.dev) for monitoring. The JavaScript commands (e.g., budget.js, status.js, defense.js) and the SKILL.md instructions are consistent with the stated purpose and do not contain any evidence of malicious intent, data exfiltration of local secrets, or prompt injection attacks. While the service requires high trust due to its proxy architecture, the implementation is transparent and includes security-conscious instructions such as masking API keys in output.
Capability Assessment
Purpose & Capability
Name/description (cost tracking, budgeting, routing) match the declared requirement (REIVO_API_KEY) and the runtime behavior (calls to app.reivo.dev and proxy.reivo.dev). Required binaries (curl, node) are reasonable given the provided curl examples and Node scripts. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md explicitly instructs routing provider API calls through Reivo's proxy endpoints and shows curl examples using REIVO_API_KEY to query the Reivo dashboard. This is consistent with the stated purpose, but it means end‑user prompts/requests will traverse a third party — the skill claims only metadata is stored, which is a privacy assertion the user should verify independently.
Install Mechanism
There is no download/install spec; the skill is instruction-driven and includes local Node scripts. No remote archives or obscure URLs are fetched during install. package.json has no dependencies and tests mock fetch; nothing in the manifest indicates an elevated install risk.
Credentials
Only REIVO_API_KEY is required (declared as primaryEnv). No unrelated secrets or config paths are requested. The number and type of env variables are proportionate to a hosted proxy/dashboard service.
Persistence & Privilege
Skill is not forced always:true and uses the platform default of allowing model invocation. That normal autonomous invocation combined with access to a single service API key is expected for this use case. The main privilege implication is that if you route provider calls through the proxy you are entrusting Reivo with live request metadata (and possibly transit of prompt content).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reivo
  3. After installation, invoke the skill by name or use /reivo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.4.4
Fix required binaries (add node, remove jq/python3), move provider key management to dashboard for security
v0.4.3
Remove network call from setup to resolve security scan flag
v0.4.2
Remove child_process dependency to resolve security scan flag
v0.4.1
v0.4.1: Added README.md for GitHub/ClawHub listing.
v0.4.0
v0.4.0: Reactivated skill. All commands restored (status, budget, defense, optimize, mode, month, slack, share). Added reivo-guard OSS link. Updated SKILL.md with routing mode and monthly report commands.
v0.3.0
**Service discontinued. The Reivo skill is no longer maintained or functional.** - Marked the skill as discontinued and updated all descriptions to state that the service is offline. - Removed setup, usage, and command documentation to reflect shutdown. - Updated environment variable documentation to note the Reivo API is unavailable. - Provided uninstall instructions for existing users. - Removed references to dashboards, features, and provider integrations.
v0.2.0
v0.2.0: Add /reivo defense, /reivo optimize, /reivo slack commands. Interactive setup with provider key config, budget, and Slack. New REST API endpoints for optimization and provider keys.
v1.1.1
Fix static analysis: separate env var access from network calls in proxy-client.js
v1.1.0
v1.1: Fix env/config mismatch, replace mock stubs with real API calls, remove config.yaml dependency, clarify provider key setup
v0.1.0
Initial release of Reivo — LLM cost optimizer. - Smartly routes LLM requests to cut API costs by 40–60%. - Tracks real-time costs per session, agent, and model. - Enforces budget caps and sends alerts at specific thresholds. - Detects and auto-stops agent loops using prompt hashing. - Supports OpenAI, Anthropic, and Google with one base URL change. - Provides easy setup, commands for cost/status reports, and configurable routing modes.
Metadata
Slug reivo
Version 0.4.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is Reivo?

Track AI agent costs in real-time, set budget limits, and auto-detect runaway loops. Smart routing reduces costs 40-60%. Works with OpenAI, Anthropic, and Go... It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.

How do I install Reivo?

Run "/install reivo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reivo free?

Yes, Reivo is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reivo support?

Reivo is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Reivo?

It is built and maintained by tazsat0512 (@tazsat0512); the current version is v0.4.4.

💬 Comments