From e134b65d2b39985cc17a4e91fe020d17a010365a Mon Sep 17 00:00:00 2001 From: reacher-z Date: Thu, 16 Apr 2026 04:24:11 +0800 Subject: [PATCH] Add ClawBench to Applications --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 18ff815..e6317eb 100644 --- a/readme.md +++ b/readme.md @@ -133,6 +133,9 @@ ### Web Archivers and Indexers - [dn](https://github.com/dosyago/dn) - Archive and index pages you browse for offline viewing and search, implemented using the `Fetch` domain's interceptions, and works with any Chromium-based browser. + +### Agent Evaluation +- [ClawBench](https://github.com/reacher-z/ClawBench) - Benchmark that runs browser agents on live production sites, using the `Fetch` domain to intercept and block only the final outbound submission so runs complete end-to-end without real-world side effects. ---