Files
openclaw/docs/start/hubs.md

176 lines
8.2 KiB
Markdown
Raw Normal View History

---
summary: "Hubs that link to every Clawdbot doc"
read_when:
- You want a complete map of the documentation
---
# Docs hubs
Use these hubs to discover every page, including deep dives and reference docs that dont appear in the left nav.
## Start here
- [Index](https://docs.clawd.bot)
- [Getting Started](https://docs.clawd.bot/start/getting-started)
- [Onboarding](https://docs.clawd.bot/start/onboarding)
- [Wizard](https://docs.clawd.bot/start/wizard)
- [Setup](https://docs.clawd.bot/start/setup)
- [Dashboard (local Gateway)](http://127.0.0.1:18789/)
- [FAQ](https://docs.clawd.bot/start/faq)
- [Configuration](https://docs.clawd.bot/gateway/configuration)
- [Configuration examples](https://docs.clawd.bot/gateway/configuration-examples)
- [Clawdbot assistant (Clawd)](https://docs.clawd.bot/start/clawd)
- [Showcase](https://docs.clawd.bot/start/showcase)
- [Lore](https://docs.clawd.bot/start/lore)
## Installation + updates
- [Docker](https://docs.clawd.bot/install/docker)
- [Nix](https://docs.clawd.bot/install/nix)
- [Updating / rollback](https://docs.clawd.bot/install/updating)
- [Bun workflow](https://docs.clawd.bot/install/bun)
## Core concepts
- [Architecture](https://docs.clawd.bot/concepts/architecture)
- [Agent runtime](https://docs.clawd.bot/concepts/agent)
- [Agent workspace](https://docs.clawd.bot/concepts/agent-workspace)
- [Agent loop](https://docs.clawd.bot/concepts/agent-loop)
2026-01-07 17:15:53 +01:00
- [Streaming + chunking](/concepts/streaming)
- [Multi-agent routing](https://docs.clawd.bot/concepts/multi-agent)
2026-01-07 18:12:17 +01:00
- [Compaction](https://docs.clawd.bot/concepts/compaction)
- [Sessions](https://docs.clawd.bot/concepts/session)
- [Sessions (alias)](https://docs.clawd.bot/concepts/sessions)
2026-01-07 18:03:35 +01:00
- [Session pruning](https://docs.clawd.bot/concepts/session-pruning)
- [Session tools](https://docs.clawd.bot/concepts/session-tool)
- [Queue](https://docs.clawd.bot/concepts/queue)
- [Slash commands](https://docs.clawd.bot/tools/slash-commands)
- [RPC adapters](https://docs.clawd.bot/reference/rpc)
- [TypeBox schemas](https://docs.clawd.bot/concepts/typebox)
- [Timezone handling](https://docs.clawd.bot/concepts/timezone)
- [Presence](https://docs.clawd.bot/concepts/presence)
- [Discovery + transports](https://docs.clawd.bot/gateway/discovery)
- [Bonjour](https://docs.clawd.bot/gateway/bonjour)
- [Provider routing](https://docs.clawd.bot/concepts/provider-routing)
- [Groups](https://docs.clawd.bot/concepts/groups)
- [Group messages](https://docs.clawd.bot/concepts/group-messages)
- [Model failover](https://docs.clawd.bot/concepts/model-failover)
2026-01-08 09:29:29 +01:00
- [OAuth](https://docs.clawd.bot/concepts/oauth)
## Providers + ingress
- [WhatsApp](https://docs.clawd.bot/providers/whatsapp)
- [Telegram](https://docs.clawd.bot/providers/telegram)
- [Telegram (grammY notes)](https://docs.clawd.bot/providers/grammy)
- [Slack](https://docs.clawd.bot/providers/slack)
- [Discord](https://docs.clawd.bot/providers/discord)
- [Signal](https://docs.clawd.bot/providers/signal)
- [iMessage](https://docs.clawd.bot/providers/imessage)
- [Location parsing](https://docs.clawd.bot/providers/location)
- [WebChat](https://docs.clawd.bot/web/webchat)
- [Webhooks](https://docs.clawd.bot/automation/webhook)
- [Gmail Pub/Sub](https://docs.clawd.bot/automation/gmail-pubsub)
## Gateway + operations
- [Gateway runbook](https://docs.clawd.bot/gateway)
- [Gateway pairing](https://docs.clawd.bot/gateway/pairing)
- [Gateway lock](https://docs.clawd.bot/gateway/gateway-lock)
- [Background process](https://docs.clawd.bot/gateway/background-process)
- [Health](https://docs.clawd.bot/gateway/health)
- [Heartbeat](https://docs.clawd.bot/gateway/heartbeat)
- [Doctor](https://docs.clawd.bot/gateway/doctor)
- [Logging](https://docs.clawd.bot/gateway/logging)
2026-01-08 21:51:21 +01:00
- [Sandboxing](https://docs.clawd.bot/gateway/sandboxing)
- [Dashboard](https://docs.clawd.bot/web/dashboard)
- [Control UI](https://docs.clawd.bot/web/control-ui)
- [Remote access](https://docs.clawd.bot/gateway/remote)
- [Remote gateway README](https://docs.clawd.bot/gateway/remote-gateway-readme)
- [Tailscale](https://docs.clawd.bot/gateway/tailscale)
- [Security](https://docs.clawd.bot/gateway/security)
- [Troubleshooting](https://docs.clawd.bot/gateway/troubleshooting)
## Tools + automation
- [Tools surface](https://docs.clawd.bot/tools)
- [CLI reference](https://docs.clawd.bot/cli)
- [Bash tool](https://docs.clawd.bot/tools/bash)
- [Elevated mode](https://docs.clawd.bot/tools/elevated)
- [Cron jobs](https://docs.clawd.bot/automation/cron-jobs)
- [Thinking + verbose](https://docs.clawd.bot/tools/thinking)
- [Models](https://docs.clawd.bot/concepts/models)
- [Sub-agents](https://docs.clawd.bot/tools/subagents)
- [Agent send CLI](https://docs.clawd.bot/tools/agent-send)
2026-01-09 01:01:17 +01:00
- [Terminal UI](https://docs.clawd.bot/tui)
- [Browser control](https://docs.clawd.bot/tools/browser)
- [Browser (Linux troubleshooting)](https://docs.clawd.bot/tools/browser-linux-troubleshooting)
- [Polls](https://docs.clawd.bot/automation/poll)
## Nodes, media, voice
- [Nodes overview](https://docs.clawd.bot/nodes)
- [Camera](https://docs.clawd.bot/nodes/camera)
- [Images](https://docs.clawd.bot/nodes/images)
- [Audio](https://docs.clawd.bot/nodes/audio)
- [Location command](https://docs.clawd.bot/nodes/location-command)
- [Voice wake](https://docs.clawd.bot/nodes/voicewake)
- [Talk mode](https://docs.clawd.bot/nodes/talk)
## Platforms
2026-01-07 21:37:05 +01:00
- [Platforms overview](https://docs.clawd.bot/platforms)
- [macOS](https://docs.clawd.bot/platforms/macos)
- [iOS](https://docs.clawd.bot/platforms/ios)
- [Android](https://docs.clawd.bot/platforms/android)
- [Windows (WSL2)](https://docs.clawd.bot/platforms/windows)
- [Linux](https://docs.clawd.bot/platforms/linux)
- [Web surfaces](https://docs.clawd.bot/web)
2026-01-08 23:06:56 +01:00
## macOS companion app (advanced)
2026-01-07 21:37:05 +01:00
- [macOS dev setup](https://docs.clawd.bot/platforms/mac/dev-setup)
- [macOS menu bar](https://docs.clawd.bot/platforms/mac/menu-bar)
- [macOS voice wake](https://docs.clawd.bot/platforms/mac/voicewake)
- [macOS voice overlay](https://docs.clawd.bot/platforms/mac/voice-overlay)
- [macOS WebChat](https://docs.clawd.bot/platforms/mac/webchat)
- [macOS Canvas](https://docs.clawd.bot/platforms/mac/canvas)
- [macOS child process](https://docs.clawd.bot/platforms/mac/child-process)
- [macOS health](https://docs.clawd.bot/platforms/mac/health)
- [macOS icon](https://docs.clawd.bot/platforms/mac/icon)
- [macOS logging](https://docs.clawd.bot/platforms/mac/logging)
- [macOS permissions](https://docs.clawd.bot/platforms/mac/permissions)
- [macOS remote](https://docs.clawd.bot/platforms/mac/remote)
- [macOS signing](https://docs.clawd.bot/platforms/mac/signing)
- [macOS release](https://docs.clawd.bot/platforms/mac/release)
- [macOS bun gateway](https://docs.clawd.bot/platforms/mac/bun)
- [macOS XPC](https://docs.clawd.bot/platforms/mac/xpc)
- [macOS skills](https://docs.clawd.bot/platforms/mac/skills)
2026-01-08 23:06:56 +01:00
- [macOS Peekaboo](https://docs.clawd.bot/platforms/mac/peekaboo)
## Workspace + templates
- [Skills](https://docs.clawd.bot/tools/skills)
- [ClawdHub](https://docs.clawd.bot/tools/clawdhub)
- [Skills config](https://docs.clawd.bot/tools/skills-config)
- [Default AGENTS](https://docs.clawd.bot/reference/AGENTS.default)
- [Templates: AGENTS](https://docs.clawd.bot/reference/templates/AGENTS)
- [Templates: BOOTSTRAP](https://docs.clawd.bot/reference/templates/BOOTSTRAP)
- [Templates: HEARTBEAT](https://docs.clawd.bot/reference/templates/HEARTBEAT)
- [Templates: IDENTITY](https://docs.clawd.bot/reference/templates/IDENTITY)
- [Templates: SOUL](https://docs.clawd.bot/reference/templates/SOUL)
- [Templates: TOOLS](https://docs.clawd.bot/reference/templates/TOOLS)
- [Templates: USER](https://docs.clawd.bot/reference/templates/USER)
2026-01-08 23:06:56 +01:00
## Experiments (exploratory)
- [Onboarding config protocol](https://docs.clawd.bot/experiments/onboarding-config-protocol)
2026-01-08 23:06:56 +01:00
- [Cron hardening notes](https://docs.clawd.bot/experiments/plans/cron-add-hardening)
- [Group policy hardening notes](https://docs.clawd.bot/experiments/plans/group-policy-hardening)
- [Research: memory](https://docs.clawd.bot/experiments/research/memory)
2026-01-08 23:06:56 +01:00
- [Model config exploration](https://docs.clawd.bot/experiments/proposals/model-config)
## Testing + release
- [Testing](https://docs.clawd.bot/reference/test)
- [Release checklist](https://docs.clawd.bot/reference/RELEASING)
- [Device models](https://docs.clawd.bot/reference/device-models)