diff --git a/how-to/ecosystem.md b/how-to/ecosystem.md index 08da673..1f60330 100644 --- a/how-to/ecosystem.md +++ b/how-to/ecosystem.md @@ -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 diff --git a/how-to/integrating-cycles-with-openclaw.md b/how-to/integrating-cycles-with-openclaw.md index 5b2a7b5..76ddbf2 100644 --- a/how-to/integrating-cycles-with-openclaw.md +++ b/how-to/integrating-cycles-with-openclaw.md @@ -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?