From c00372e559b059bc3620fa06904be66afa216db8 Mon Sep 17 00:00:00 2001 From: kevinten10 <596823919@qq.com> Date: Wed, 25 Mar 2026 11:39:05 +0800 Subject: [PATCH] fix(agents): correct ClawHub URL in system prompt Change clawhub.com to clawhub.ai in agent system prompt. The .com domain is incorrect and doesn't point to the real ClawHub. Fixes #54154 --- src/agents/system-prompt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/system-prompt.ts b/src/agents/system-prompt.ts index dc72a3dbeb2..fc043effed5 100644 --- a/src/agents/system-prompt.ts +++ b/src/agents/system-prompt.ts @@ -166,7 +166,7 @@ function buildDocsSection(params: { docsPath?: string; isMinimal: boolean; readT "Mirror: https://docs.openclaw.ai", "Source: https://github.com/openclaw/openclaw", "Community: https://discord.com/invite/clawd", - "Find new skills: https://clawhub.com", + "Find new skills: https://clawhub.ai", "For OpenClaw behavior, commands, config, or architecture: consult local docs first.", "When diagnosing issues, run `openclaw status` yourself when possible; only ask the user if you lack access (e.g., sandboxed).", "",