From d1e844c414ce7c31364c6252263c214efd3deb9f Mon Sep 17 00:00:00 2001 From: Rohit Kumar Suman <99113868+RohitKS7@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:46:02 +0530 Subject: [PATCH 1/2] feat(readme): add GuardClaw - OpenClaw Setup Cost Calculator to Developer Tooling and Observability Adds GuardClaw - OpenClaw Setup Cost Calculator to the Developer Tooling and Observability section. It's a free and open source tool to estimate setup costs before running agents. Helps users understand spend across model usage, heartbeats, fallback behaviour, and multi-agent setups. Built from community pain signals in OpenClaw Discord and Reddit - token cost visibility is the most repeated problem in the ecosystem. Closes #24 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4285ca..393d2a9 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ OpenClaw is an open-source, self-hosted AI agent framework that connects LLMs to - [clawdeckio/clawdeck](https://github.com/clawdeckio/clawdeck) - Mission control dashboard for managing OpenClaw agents. ![GitHub stars](https://img.shields.io/github/stars/clawdeckio/clawdeck?style=social) - [crshdn/mission-control](https://github.com/crshdn/mission-control) - Multi-agent orchestration dashboard for OpenClaw gateway workflows. ![GitHub stars](https://img.shields.io/github/stars/crshdn/mission-control?style=social) - [grp06/openclaw-studio](https://github.com/grp06/openclaw-studio) - Studio-style web IDE and management UI for OpenClaw workflows. ![GitHub stars](https://img.shields.io/github/stars/grp06/openclaw-studio?style=social) +- [GuardClaw - OpenClaw Setup Cost Calculator](https://calculator.guardclaw.dev) - Free, open-source setup cost estimator — paste your config to see daily, monthly, per-message and yearly spend broken down by model, heartbeat, fallback, and multi-agent mode. [![GitHub stars](https://img.shields.io/github/stars/RohitKS7/openclaw_setup_cost_calculator?style=social)](https://github.com/RohitKS7/openclaw_setup_cost_calculator) - [ibelick/webclaw](https://github.com/ibelick/webclaw) - Fast web client interface for OpenClaw interactions. ![GitHub stars](https://img.shields.io/github/stars/ibelick/webclaw?style=social) - [Intina47/context-sync](https://github.com/Intina47/context-sync) - Context synchronization utility for multi-session agent workflows. ![GitHub stars](https://img.shields.io/github/stars/Intina47/context-sync?style=social) - [iOfficeAI/AionUi](https://github.com/iOfficeAI/AionUi) - Local UI for managing and interacting with OpenClaw-style agent systems. ![GitHub stars](https://img.shields.io/github/stars/iOfficeAI/AionUi?style=social) From 8f8d3d0ff2aaae8655dc54d6f1274fab0eef7473 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Suman <99113868+RohitKS7@users.noreply.github.com> Date: Wed, 25 Mar 2026 14:49:12 +0530 Subject: [PATCH 2/2] feat(readme): add GuardClaw Model Picker to Developer Tooling and Observability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #34 Adds GuardClaw — OpenClaw Model Picker to the Developer Tooling and Observability section, placed in A-Z order after the existing GuardClaw Setup Cost Calculator entry. - Repository: https://github.com/RohitKS7/model_picker - Live tool: https://guardclaw.dev/picker - Directly relevant to OpenClaw ecosystem usage - Maintained and recently launched (March 2026) - Practical: helps users select models without trial-and-error cost --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 393d2a9..c13ba3a 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ OpenClaw is an open-source, self-hosted AI agent framework that connects LLMs to - [clawdeckio/clawdeck](https://github.com/clawdeckio/clawdeck) - Mission control dashboard for managing OpenClaw agents. ![GitHub stars](https://img.shields.io/github/stars/clawdeckio/clawdeck?style=social) - [crshdn/mission-control](https://github.com/crshdn/mission-control) - Multi-agent orchestration dashboard for OpenClaw gateway workflows. ![GitHub stars](https://img.shields.io/github/stars/crshdn/mission-control?style=social) - [grp06/openclaw-studio](https://github.com/grp06/openclaw-studio) - Studio-style web IDE and management UI for OpenClaw workflows. ![GitHub stars](https://img.shields.io/github/stars/grp06/openclaw-studio?style=social) -- [GuardClaw - OpenClaw Setup Cost Calculator](https://calculator.guardclaw.dev) - Free, open-source setup cost estimator — paste your config to see daily, monthly, per-message and yearly spend broken down by model, heartbeat, fallback, and multi-agent mode. [![GitHub stars](https://img.shields.io/github/stars/RohitKS7/openclaw_setup_cost_calculator?style=social)](https://github.com/RohitKS7/openclaw_setup_cost_calculator) +- [GuardClaw - OpenClaw Setup Cost Calculator](https://guardclaw.dev/calculator) - Free, open-source setup cost estimator — paste your config to see daily, monthly, per-message and yearly spend broken down by model, heartbeat, fallback, and multi-agent mode. [![GitHub stars](https://img.shields.io/github/stars/RohitKS7/openclaw_setup_cost_calculator?style=social)](https://github.com/RohitKS7/openclaw_setup_cost_calculator) +- [GuardClaw - OpenClaw Model Picker](https://guardclaw.dev/picker) - Free, open-source model selection tool — answer 5 questions about your use case, budget, and billing mode to get a recommended primary and fallback model stack with a paste-ready config snippet. [![GitHub stars](https://img.shields.io/github/stars/RohitKS7/model_picker?style=social)](https://github.com/RohitKS7/model_picker) - [ibelick/webclaw](https://github.com/ibelick/webclaw) - Fast web client interface for OpenClaw interactions. ![GitHub stars](https://img.shields.io/github/stars/ibelick/webclaw?style=social) - [Intina47/context-sync](https://github.com/Intina47/context-sync) - Context synchronization utility for multi-session agent workflows. ![GitHub stars](https://img.shields.io/github/stars/Intina47/context-sync?style=social) - [iOfficeAI/AionUi](https://github.com/iOfficeAI/AionUi) - Local UI for managing and interacting with OpenClaw-style agent systems. ![GitHub stars](https://img.shields.io/github/stars/iOfficeAI/AionUi?style=social)