From 1904c5e812abdc229ef67e9769581cb851455308 Mon Sep 17 00:00:00 2001 From: vollegrewar <52601680+vollegrewar@users.noreply.github.com> Date: Wed, 16 Sep 2026 03:45:54 +0800 Subject: [PATCH] catalog: fix anysearch repo URLs and optional requires_env --- plugin-catalog/anysearch.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugin-catalog/anysearch.yaml b/plugin-catalog/anysearch.yaml index 40678e9c98..24461ff887 100644 --- a/plugin-catalog/anysearch.yaml +++ b/plugin-catalog/anysearch.yaml @@ -1,16 +1,15 @@ name: anysearch -repo: https://github.com/vollegrewar/hermes-anysearch +repo: https://github.com/vollegrewar/hermes-plugin-anysearch sha: 43c1757a5d12d4d7adb4e74326c99182f4957b6f description: 'AnySearch web search and extraction plus two real-time fallback chains: when a primary backend fails (Exa quota, Firecrawl timeout), the same call is served by AnySearch (1,000 free requests/day).' maintainer: vollegrewar tier: community category: web requires_hermes: ">=0.21" -docs_url: https://github.com/vollegrewar/hermes-anysearch#readme +docs_url: https://github.com/vollegrewar/hermes-plugin-anysearch#readme platforms: [] capabilities: provides_tools: [] provides_hooks: [] provides_middleware: [] - requires_env: - - ANYSEARCH_API_KEY + requires_env: []