diff --git a/README.md b/README.md
index ecdb9bf..9936553 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,6 @@
[](https://awesome.re)
[](#table-of-contents)
[](https://github.com/VoltAgent/awesome-clawdbot-skills/pulls?q=is%3Apr+is%3Amerged+sort%3Aupdated-desc)
-
-
-
[](https://s.voltagent.dev/discord)
@@ -91,6 +88,16 @@ Include the ClawHub link for your skill (e.g. `https://clawhub.ai/steipete/slack
## OpenClaw Ecosystem Tools
+### πΈοΈ Web Crawling & Data Infrastructure
+
+AI agents are only as good as the web data they can reach. Crawling at scale means dealing with JavaScript-heavy pages, rotating proxies, and anti-bot systems β you can build all that yourself, or use an API that handles it and hands your agent clean, ready-to-use data.
+
+
+

+Crawlbase is web data infrastructure trusted by 70,000+ developers: one API to crawl any URL at scale, with JavaScript rendering, smart proxy rotation and anti-bot handling built in. Its MCP server gives AI agents live web access as ready-to-use tools: crawl, crawl_markdown and crawl_screenshot.
+
+
+
### π 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.
@@ -110,24 +117,6 @@ As you add more skills, custom code, and connected services, your OpenClaw setup
trentclaw: audits your OpenClaw config, installed skills and custom code, then returns fixes as diffs. Install with: openclaw skills install trentclaw
-
-### π€ 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.
-
-Example: Using OpenAI models
-
-OpenClaw supports `gpt-5.4` and `gpt-5.4-pro` via direct API key or ChatGPT/Codex OAuth. WebSocket transport is enabled by default for lower latency.
-
-```bash
-openclaw onboard --auth-choice openai-api-key
-# or use subscription-based access:
-openclaw onboard --auth-choice openai-codex
-```
-