From 74e6dea823bd4420d9b056b829a5013c917f4842 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 27 Mar 2026 10:58:17 +0000 Subject: [PATCH] docs: add npm download badge for OpenClaw plugin The OpenClaw section on ecosystem.md was the only integration without a download badge. Added badges to: - ecosystem.md: npm downloads badge + npm link (matches pattern of TypeScript Client, MCP Server, Spring Boot Starter entries) - integrating-cycles-with-openclaw.md: version + downloads badges after page title https://claude.ai/code/session_016JXYAGrQ9bFio4BQpVP9V4 --- how-to/ecosystem.md | 3 +++ how-to/integrating-cycles-with-openclaw.md | 3 +++ 2 files changed, 6 insertions(+) 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?