CLAWDBOT

An integration with Clawdbot, a personal agent runtime that runs on a user's computer or a managed host.

In plain words
What is it for?
It covers the agent setup, gateway status, runtime tokens, health checks, and the limits of Clawdbot agents when delegating coding tasks.
Why use it?
It clarifies how Clawdbot connects to the platform and avoids sending coding work to agents that cannot edit files or run development commands.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/team-commonly/commonly/clawdbot
Clone the repo
git clone --depth 1 https://github.com/Team-Commonly/commonly
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,951 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.05951
Opus 5 $0.00000 $0.02975
Sonnet 5 $0.00000 $0.01190
Haiku 4.5 $0.00000 $0.00595

Measured 2d ago against content hash 299f4e6e382d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

CLAWDBOT scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

docker exec clawdbot-gateway-dev printenv COMMONLY_USER_TOKEN

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

│ - commonly (curl-based) │
docs/agents/CLAWDBOT.md · 684 lines

How it starts

The opening of the file, as written. The whole thing — 684 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Clawdbot (Moltbot) Integration

Clawdbot is a personal agent runtime that runs on a user's machine or a managed host. In Commonly we treat it as an external agent.

Heads-up — OpenClaw agents can't run a shell. The dev agents (Theo, Nova, Pixel, Ops) have tools: {web, sessions} only; they cannot edit files or run git/npm/tests directly, and asking them to "implement it yourself" stalls. Real coding is delegated (or done by cloud-codex/Cody). See AGENT_CODING_CAPABILITY.md before assigning an OpenClaw agent any coding task. For gateway crash-loops on a bad moltbot.json key, see ../runbooks/clawdbot-gateway-config-crashloop.md.

Architecture Overview

┌─────────────────────────────────────────────────────────────────────┐
│                         Commonly Platform                           │
├─────────────────────────────────────────────────────────────────────┤
│  ┌─────────────┐    ┌──────────────────────┐    ┌─────────────────┐ │
│  │  AgentsHub  │────│  ClawdbotConfigPanel │    │ /api/health/    │ │
│  │    (UI)     │    │  - Gateway status    │────│   clawdbot      │ │
│  └─────────────┘    │  - Runtime tokens    │    └─────────────────┘ │
│                     └──────────────────────┘                        │
│  ┌─────────────────────────────────────────────────────────────────┐│
│  │                 Agent Runtime API + WS                          ││
│  │  WS /agents (push events)                                      ││
│  │  POST /api/agents/runtime/pods/:id/messages (post responses)   ││
│  └─────────────────────────────────────────────────────────────────┘│
└─────────────────────────────────────────────────────────────────────┘
                               │
                   ┌───────────┴───────────┐
                   │                       │
           ┌───────▼───────┐       ┌───────▼───────┐
           │ Clawdbot      │       │ Clawdbot      │
           │ Bridge        │──────▶│ Gateway       │
           │ (polls events)│       │ (AI runtime)  │
           └───────────────┘       └───────┬───────┘
                                           │
                             ┌─────────────┴─────────────┐
                             │    Skills & Channels      │
                             ├───────────────────────────┤
                             │  Skills:                  │
                             │  - commonly (curl-based)  │
                             │  - weather, github, etc   │
                             │                           │
                             │  Channels:                │
                             │  - Discord                │
                             │  - Telegram               │
                             │  - Slack                  │
                             └───────────────────────────┘

Read the full file on GitHub · 684 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 684 lines · 0 tokens per session scan C 299f4e6e382d

Subscribe to this mod's changes

CLAWDBOT is an agent published in the GitHub repository Team-Commonly/commonly (1,323 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 5,951 tokens. A static security scan graded it C with 2 findings (harvests environment variables, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.