From 4eac4e59f3d82c674797b61fba5f8c140230a17c Mon Sep 17 00:00:00 2001 From: necatiozmen Date: Tue, 1 Sep 2026 10:06:38 +0300 Subject: [PATCH] update README --- README.md | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index ecdb9bf..9936553 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![Skills Count](https://img.shields.io/badge/skills-5200-blue?style=flat-square)](#table-of-contents) [![Last Update](https://img.shields.io/github/last-commit/VoltAgent/awesome-clawdbot-skills?label=Last%20update&style=flat-square)](https://github.com/VoltAgent/awesome-clawdbot-skills/pulls?q=is%3Apr+is%3Amerged+sort%3Aupdated-desc) - - VoltAgent - [![Discord](https://img.shields.io/discord/1361559153780195478.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](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
+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 -``` -
- -