From 585a45569017e4719ca50cfc2d8782fe396469d5 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 6 Jan 2026 23:26:59 +0100 Subject: [PATCH] docs: link ClawdHub in hubs --- CHANGELOG.md | 2 +- docs/hubs.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12faa1033..4f13fcc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ - Heartbeat: default interval now 30m with a new default prompt + HEARTBEAT.md template. - Onboarding: write auth profiles to the multi-agent path (`~/.clawdbot/agents/main/agent/`) so the gateway finds credentials on first startup. Thanks @minghinmatthewlam for PR #327. - Docs: add missing `ui:install` setup step in the README. Thanks @hugobarauna for PR #300. -- Docs: add ClawdHub guide for browsing, install, and sync workflows. +- Docs: add ClawdHub guide and hubs link for browsing, install, and sync workflows. - Build: import tool-display JSON as a module instead of runtime file reads. Thanks @mukhtharcm for PR #312. - Browser: fix `browser snapshot`/`browser act` timeouts under Bun by patching Playwright’s CDP WebSocket selection. Thanks @azade-c for PR #307. - Browser: add `--browser-profile` flag and honor profile in tabs routes + browser tool. Thanks @jamesgroat for PR #324. diff --git a/docs/hubs.md b/docs/hubs.md index 87e74d053..14de4a109 100644 --- a/docs/hubs.md +++ b/docs/hubs.md @@ -128,6 +128,7 @@ Use these hubs to discover every page, including deep dives and reference docs t ## Workspace + templates - [Skills](https://docs.clawd.bot/skills) +- [ClawdHub](https://docs.clawd.bot/clawdhub) - [Skills config](https://docs.clawd.bot/skills-config) - [Default AGENTS](https://docs.clawd.bot/AGENTS.default) - [Templates: AGENTS](https://docs.clawd.bot/templates/AGENTS)