From b4e76a7ed9dfdbf48a548589adb818ac660f19eb Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:08:56 -0300 Subject: [PATCH] docs(skills): sync omni-inference search fallback --- skills/omni-inference/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/omni-inference/SKILL.md b/skills/omni-inference/SKILL.md index 4494a31ec9..6a85683888 100644 --- a/skills/omni-inference/SKILL.md +++ b/skills/omni-inference/SKILL.md @@ -47,7 +47,7 @@ curl https://localhost:20128/api/v1/search \ Run a unified search -Searches the web, news, or X through a configured provider. Set `provider` to `xquik-search` to use Xquik for X search. The aliases `xquik` and `xquik_search` resolve to the same provider. +Searches the web, news, or X through a configured provider. Set `provider` to `xquik-search` to use Xquik for X search. The aliases `xquik` and `xquik_search` resolve to the same provider. AnySearch (`anysearch-search`, aliases `anysearch` / `anysearch_search`) provides free fallback-only web search. ```bash curl -X POST https://localhost:20128/api/v1/search \