Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions how-to/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ Cycles provides an MCP server that exposes runtime authority as tools for any MC

### OpenClaw

[![npm downloads](https://img.shields.io/npm/dt/@runcycles/openclaw-budget-guard?label=downloads&color=555&style=flat-square)](https://www.npmjs.com/package/@runcycles/openclaw-budget-guard)

Connect Cycles to OpenClaw for budget-controlled multi-agent orchestration.

- [@runcycles/openclaw-budget-guard on npm](https://www.npmjs.com/package/@runcycles/openclaw-budget-guard)
- [OpenClaw integration guide](/how-to/integrating-cycles-with-openclaw)

## Official SDKs
Expand Down
3 changes: 3 additions & 0 deletions how-to/integrating-cycles-with-openclaw.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: "Add budget enforcement to OpenClaw agents using the cycles-opencla

# Integrating Cycles with OpenClaw

[![npm](https://img.shields.io/npm/v/@runcycles/openclaw-budget-guard)](https://www.npmjs.com/package/@runcycles/openclaw-budget-guard)
[![npm downloads](https://img.shields.io/npm/dt/@runcycles/openclaw-budget-guard?label=downloads&color=555&style=flat-square)](https://www.npmjs.com/package/@runcycles/openclaw-budget-guard)

This guide shows how to add budget enforcement to OpenClaw agents using the [`cycles-openclaw-budget-guard`](https://github.com/runcycles/cycles-openclaw-budget-guard) plugin. The plugin handles the full reserve → commit → release lifecycle for both model and tool calls automatically, with no custom code required.

## Why budget enforcement?
Expand Down
Loading