update README

This commit is contained in:
necatiozmen
2026-09-01 10:06:38 +03:00
parent 28dafd2932
commit 4eac4e59f3
+10 -21
View File
@@ -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)
<a href="https://github.com/VoltAgent/voltagent">
<img alt="VoltAgent" src="https://cdn.voltagent.dev/website/logo/logo-2-svg.svg" height="20" />
</a>
[![Discord](https://img.shields.io/discord/1361559153780195478.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://s.voltagent.dev/discord)
</div>
@@ -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.
<a href="https://s.getdesign.md/crawl-og">
<img src="https://cdn.voltagent.dev/awesome-repo/crawlbase/crawlbase-sponsor-banner-1120x240%402x.png" alt="Crawlbase" /><br/>
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.
</a>
### 🔍 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
</a>
### 🤖 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.
<details>
<summary><strong>Example: Using OpenAI models</strong></summary>
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
```
</details>
<div align="center">
<table>