mirror of https://github.com/openclaw/openclaw.git
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
This commit is contained in:
parent
039e87c942
commit
c00372e559
|
|
@ -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).",
|
||||
"",
|
||||
|
|
|
|||
Loading…
Reference in New Issue