From 26acab64b7049eb30e130060908d6a8c60b8a369 Mon Sep 17 00:00:00 2001 From: Parth Sareen Date: Mon, 26 Jan 2026 21:32:54 -0500 Subject: [PATCH] docs: add clawdbot (#13925) --- docs/docs.json | 1 + docs/integrations/clawdbot.mdx | 48 ++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 docs/integrations/clawdbot.mdx diff --git a/docs/docs.json b/docs/docs.json index 9a6a8668f..db98114c4 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -102,6 +102,7 @@ "group": "Integrations", "pages": [ "/integrations/claude-code", + "/integrations/clawdbot", "/integrations/cline", "/integrations/codex", "/integrations/droid", diff --git a/docs/integrations/clawdbot.mdx b/docs/integrations/clawdbot.mdx new file mode 100644 index 000000000..eddef5d0f --- /dev/null +++ b/docs/integrations/clawdbot.mdx @@ -0,0 +1,48 @@ +--- +title: Clawdbot +--- + +Clawdbot is a personal AI assistant that runs on your own devices. It bridges messaging services (WhatsApp, Telegram, Slack, Discord, iMessage, and more) to AI coding agents through a centralized gateway. + +## Install + +Install [Clawdbot](https://clawd.bot/) + +```bash +npm install -g clawdbot@latest +``` + +Then run the onboarding wizard: + +```bash +clawdbot onboard --install-daemon +``` + +Clawdbot requires a larger context window. It is recommended to use a context window of at least 64k tokens. See [Context length](/context-length) for more information. + +## Usage with Ollama + +### Quick setup + +```bash +ollama launch clawdbot +``` + +This configures Clawdbot to use Ollama and starts the gateway. +If the gateway is already running, no changes need to be made as the gateway will auto-reload the changes. + + +To configure without launching: + +```shell +ollama launch clawdbot --config +``` + +## Recommended Models + +- `qwen3-coder` +- `glm-4.7` +- `gpt-oss:20b` +- `gpt-oss:120b` + +Cloud models are also available at [ollama.com/search?c=cloud](https://ollama.com/search?c=cloud).