mirror of
https://github.com/VoltAgent/awesome-openclaw-skills.git
synced 2026-09-19 13:07:07 +00:00
update README
This commit is contained in:
@@ -17,9 +17,6 @@
|
|||||||
[](https://awesome.re)
|
[](https://awesome.re)
|
||||||
[](#table-of-contents)
|
[](#table-of-contents)
|
||||||
[](https://github.com/VoltAgent/awesome-clawdbot-skills/pulls?q=is%3Apr+is%3Amerged+sort%3Aupdated-desc)
|
[](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>
|
|
||||||
[](https://s.voltagent.dev/discord)
|
[](https://s.voltagent.dev/discord)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -91,6 +88,16 @@ Include the ClawHub link for your skill (e.g. `https://clawhub.ai/steipete/slack
|
|||||||
|
|
||||||
## OpenClaw Ecosystem Tools
|
## 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
|
### 🔍 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.
|
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
|
trentclaw: audits your OpenClaw config, installed skills and custom code, then returns fixes as diffs. Install with: openclaw skills install trentclaw
|
||||||
</a>
|
</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">
|
<div align="center">
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
Reference in New Issue
Block a user