revenium

Enforce Revenium token budgets before OpenClaw agent tool calls.

11|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/revenium/openclaw-revenium --skill revenium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revenium
Source: https://github.com/revenium/openclaw-revenium/tree/main
Command: npx skills add https://github.com/revenium/openclaw-revenium --skill revenium

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires revenium, jq, python3, openclaw, and includes scripts (resource) components.

What problem does it solve?

Tracks token spend against Revenium budgets for OpenClaw agents and enforces guardrails so budget exceedances stop or warn before proceeding.

Core Features & Use Cases

  • Pre-operation budget checks and real-time token metering for each agent action
  • Automatic budget alert creation, persistence, and reporting
  • First-time setup flow to capture Revenium API credentials and budget parameters
  • Reconfiguration path that prevents duplicates and cleans up old alerts

Quick Start

Set up Revenium once, then rely on pre-operation budget checks before every agent action.

Frequently Asked Questions about revenium

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce token budgets for OpenClaw agents?

You can enforce token budgets for OpenClaw agents by integrating the Revenium CLI to apply pre-operation checks and real-time token metering to guard against budget exceedances.

What happens when an OpenClaw agent exceeds its token budget?

When a token budget exceedance occurs, configurable guardrails trigger either a warn-and-continue alert or a hard halt to stop the agent operation before proceeding further.

How do I set up Revenium token metering for the first time?

First-time setup involves a configuration flow to capture your Revenium API credentials and budget parameters, which then establishes an always-on operation guard for subsequent agent actions.

Can I reconfigure budget alerts without creating duplicates?

Yes, the reconfiguration path prevents duplicate alerts and automatically cleans up old budget alerts when you update your Revenium credentials or budget parameters.

Do I need Revenium to apply guardrails to OpenClaw operations?

Yes, Revenium is required as a dependency alongside jq, python3, and openclaw to perform real-time token metering and enforce budget guardrails for agent operations.

Why are my OpenClaw agents not stopping when the token budget is reached?

Budget guardrails must be explicitly configured to halt behavior; if set to warn-and-continue, the agent will issue alerts but will not automatically stop operations upon budget exceedance.