optimize doc

This commit is contained in:
ideoutrea 2026-03-20 14:10:17 +08:00
parent edb34251e1
commit 7ba3182e38
2 changed files with 5 additions and 2 deletions

4
.github/labeler.yml vendored
View File

@ -325,3 +325,7 @@
- changed-files:
- any-glob-to-any-file:
- "extensions/fal/**"
"extensions: baidu":
- changed-files:
- any-glob-to-any-file:
- "extensions/baidu/**"

View File

@ -11,7 +11,7 @@ title: "Web Tools"
OpenClaw ships two lightweight web tools:
- `web_search` — Search the web using Baidu Search API, Brave Search API, Firecrawl Search, Gemini with Google Search grounding, Grok, Kimi, Perplexity Search API, or Tavily Search API.
- `web_search` — Search the web using Baidu Search API, Brave Search API, Firecrawl Search, Gemini with Google Search grounding, Grok, Kimi, Perplexity Search API, or Tavily Search API.
- `web_fetch` — HTTP fetch + readable extraction (HTML → markdown/text).
These are **not** browser automation. For JS-heavy sites or logins, use the
@ -55,7 +55,6 @@ The table above is alphabetical. If no `provider` is explicitly set, runtime aut
7. **Firecrawl**`FIRECRAWL_API_KEY` env var or `plugins.entries.firecrawl.config.webSearch.apiKey`
8. **Tavily**`TAVILY_API_KEY` env var or `plugins.entries.tavily.config.webSearch.apiKey`
If no keys are found, it falls back to Brave (you'll get a missing-key error prompting you to configure one).
Runtime SecretRef behavior: