From 6dc68ab0c03144fba023914e173c32268ff4c2f6 Mon Sep 17 00:00:00 2001 From: necatiozmen Date: Wed, 3 Jun 2026 13:24:08 +0300 Subject: [PATCH] update tools section --- README.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b04bc02..d1b2474 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,18 @@ Skills in this list are sourced from ClawHub (OpenClaw's public skills registry) ### Installation -#### ClawHub CLI - +#### OpenClaw CLI ```bash -clawhub install +openclaw skills install +``` + +#### ClawHub CLI + +Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace: + +```bash +npx clawhub install ``` #### Manual Installation @@ -63,7 +70,7 @@ You can also paste the skill's GitHub repository link directly into your assista ### Why This List Exists? -OpenClaw's public registry (ClawHub) hosts **13,729 community-built skills** as of February 28, 2026. This awesome list has **5,211 skills**. Here's what we filtered out: +OpenClaw's public registry (ClawHub) hosts thousands of community-built skills. This awesome list curates the best of them. Here's what we filtered out: | Filter | Excluded | |--------|----------| @@ -110,6 +117,16 @@ You can run these skills without managing a server — a full cloud-hosted OpenC > **Tip:** If you're self-hosting, pin your OpenClaw Docker image to a specific tag and snapshot your skills volume before upgrades — makes rollbacks painless when a skill update misbehaves. +### 🔍 Search & Web Data + +OpenClaw agents often need fresh, real-world data — search results, product listings, videos, and more. You can scrape and parse it yourself, or use a search API that returns clean, structured data in real time without managing proxies, CAPTCHAs, or HTML parsing. + + +SerpApi
+Give OpenClaw agents access to real-time Google Search, YouTube, Amazon Product, and web search data through a single API. +
+ + ### 🤖 Model Providers OpenClaw works with **25+ LLM providers** out of the box Anthropic, OpenAI and many more. Switch between them with a single config change.