From c8be5214f6a03a12db57467741b1c6d3ee6d7ca4 Mon Sep 17 00:00:00 2001 From: Justin Levine <20596508+jal-co@users.noreply.github.com> Date: Fri, 15 May 2026 17:51:22 -0700 Subject: [PATCH 1/2] docs: add community plugins section with OpenClaw and Hermes integrations --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a663511..fd1e702 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,19 @@ Please remove secrets, cookies, private tokens, and customer data from logs befo --- +## Community Plugins + +Third-party plugins that integrate webclaw with AI agent platforms: + +| Plugin | Platform | What it does | +|---|---|---| +| [openclaw-webclaw](https://github.com/jal-co/openclaw-webclaw) | [OpenClaw](https://openclaw.ai) | Replaces the bundled Firecrawl plugin with native WebClaw v1 API — 9 tools: scrape, search, crawl, extract, summarize, diff, map, batch, brand | +| [hermes-webclaw](https://github.com/jal-co/hermes-webclaw) | [Hermes Agent](https://github.com/NousResearch/hermes-agent) | Web search provider + 9 dedicated tools for the full v1 API surface. Install with `hermes plugins install jal-co/hermes-webclaw` | + +Built a webclaw integration? [Open a PR](https://github.com/0xMassi/webclaw/pulls) to add it here. + +--- + ## Contributors Thanks to everyone improving webclaw through issues, examples, docs, bug reports, and pull requests. From 00d86a12bc2e1440cba84bf32c2d361be6a00ad1 Mon Sep 17 00:00:00 2001 From: Valerio Date: Sat, 16 May 2026 11:19:15 +0200 Subject: [PATCH 2/2] docs: refine community plugin copy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd1e702..fde6e49 100644 --- a/README.md +++ b/README.md @@ -383,8 +383,8 @@ Third-party plugins that integrate webclaw with AI agent platforms: | Plugin | Platform | What it does | |---|---|---| -| [openclaw-webclaw](https://github.com/jal-co/openclaw-webclaw) | [OpenClaw](https://openclaw.ai) | Replaces the bundled Firecrawl plugin with native WebClaw v1 API — 9 tools: scrape, search, crawl, extract, summarize, diff, map, batch, brand | -| [hermes-webclaw](https://github.com/jal-co/hermes-webclaw) | [Hermes Agent](https://github.com/NousResearch/hermes-agent) | Web search provider + 9 dedicated tools for the full v1 API surface. Install with `hermes plugins install jal-co/hermes-webclaw` | +| [openclaw-webclaw](https://github.com/jal-co/openclaw-webclaw) | [OpenClaw](https://openclaw.ai) | Native webclaw v1 API plugin with 9 tools: scrape, search, crawl, extract, summarize, diff, map, batch, brand | +| [hermes-webclaw](https://github.com/jal-co/hermes-webclaw) | [Hermes Agent](https://github.com/NousResearch/hermes-agent) | Web search provider and 9 dedicated tools for the full v1 API surface. Install with `hermes plugins install jal-co/hermes-webclaw` | Built a webclaw integration? [Open a PR](https://github.com/0xMassi/webclaw/pulls) to add it here.