← 返回 Skills 市场
tazsat0512

Reivo

作者 tazsat0512 · GitHub ↗ · v0.4.4 · MIT-0
darwinlinux ✓ 安全检测通过
239
总下载
1
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reivo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reivo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug reivo
版本 0.4.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 10
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。

如何安装 Reivo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reivo」即可一键安装,无需额外配置。

Reivo 是免费的吗?

是的,Reivo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reivo 支持哪些平台?

Reivo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Reivo?

由 tazsat0512(@tazsat0512)开发并维护,当前版本 v0.4.4。

💬 留言讨论