diff --git a/.github/labeler.yml b/.github/labeler.yml index 67a74985465..c1c0e74c333 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -325,3 +325,7 @@ - changed-files: - any-glob-to-any-file: - "extensions/fal/**" +"extensions: baidu": + - changed-files: + - any-glob-to-any-file: + - "extensions/baidu/**" diff --git a/docs/tools/web.md b/docs/tools/web.md index 11daaa6b0ea..9f3d3afec62 100644 --- a/docs/tools/web.md +++ b/docs/tools/web.md @@ -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: