Automation & Ops multi-agent-collaborationauto-triggerrbacslack-integrationdiscord-integrationfeishu-integrationmcpsmithery

Clawith — OpenClaw for Teams

An open-source multi-agent collaboration platform that gives each AI agent a persistent identity, long-term memory, and its own workspace.

FollowAgents review · FARS-2.1
Not recommended
45/ 100 5-point scale 2.3 / 5
1 2 3 4 5 6
1Trust8 / 29 · 1.4/5

Evidence: README mentions RBAC, approval workflows, audit logs, but lacks implementation details; tests cover logical deletion and audit logs, but not least privilege or user confirmation. Deductions: missing concrete evidence for least privilege, user confirmation, data flow transparency; dependency security not mentioned; external effects (e.g., network calls, file system operations) not explicitly restricted; rollback mechanism not described; source attribution only via README links and badges, unverified.

2Reliability6 / 14 · 2.1/5

Evidence: test files show internal consistency (e.g., agent_context tests verify prompt construction), but no full test suite or CI results; dependency availability not explicitly stated; failure messages not detailed in docs. Deductions: dependency availability only indirectly via install instructions; failure messages lack concrete examples.

3Adaptability12 / 18 · 3.3/5

Evidence: README describes multiple use cases (personal trial, team, production) with configuration recommendations; capability boundaries via tool lists and permissions; trigger types diverse (cron, once, interval, etc.); environment fit includes Docker, source deployment, mirror configs. Deductions: capability boundaries not fully enumerated; trigger precision lacks concrete config examples; environment fit not exhaustive.

4Convention9 / 18 · 2.5/5

Evidence: README provides architecture diagram, quick start, Docker deployment, security checklist; install notes detailed; naming consistency in tests (e.g., agent_context); examples and FAQ missing; known limitations not listed; license Apache 2.0 with full text; versioning via release.yml workflow, but no CHANGELOG; maintenance responsibility unclear. Deductions: examples and FAQ absent; known limitations not listed; versioning only workflow, no actual changelog; maintenance responsibility unclear.

5Effectiveness7 / 13 · 2.7/5

Evidence: README describes outputs (e.g., Plaza knowledge feed, audit logs), but no specific output formats or user feedback; marginal value via multi-agent collaboration, persistent identity; cost-benefit not discussed. Deductions: output usability lacks concrete examples; cost-benefit not mentioned.

6Verifiability3 / 8 · 1.9/5

Evidence: README claims (e.g., features) lack specific implementation links or test evidence; test files provide partial verification, but not all claims; facts and inferences not clearly separated. Deductions: claim traceability insufficient; cross-source corroboration limited; fact-inference separation unclear.

Evidence confidence: Low Reviewed Aug 09, 2026 Reviewed revision 2adf9a301d2c
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Safety controls not found in source: dependency security
Before you use it
  • Dependency security not mentioned in docs; check for vulnerabilities.
  • Least privilege and user confirmation mechanisms lack concrete implementation evidence; further code review needed.
  • External effects (e.g., network calls, file system operations) not explicitly restricted; assess potential risks.
  • Rollback mechanism not described; confirm data recovery capability.
  • Examples and FAQ missing; users may face onboarding difficulties.
  • Known limitations not listed; potential issues may be hidden.
Review evidence [1][2][3][4][5][6]
See the full review method →

What does this agent do, and when should you use it?

Clawith is an open-source multi-agent collaboration platform licensed under Apache-2.0. Unlike single-agent tools, it gives every AI agent a persistent identity (soul.md), long-term memory (memory.md), and its own workspace, enabling them to work together as digital employees. The platform includes the Aware autonomous awareness system (supporting six trigger types: cron, once, interval, poll, on_message, and webhook), the Plaza organizational knowledge feed, multi-tenant RBAC, channel integrations (Slack, Discord, Feishu/Lark), usage quotas, approval workflows, and audit logs. Agents can discover and install new tools at runtime via Smithery and ModelScope, and can create new skills. The backend uses FastAPI and SQLAlchemy, the frontend uses React 19 and Vite, and deployment supports Docker Compose and one-click setup scripts.

Clawith provides a full-stack application (FastAPI backend, React 19 frontend) that lets users create and manage AI agents through a web interface or API. Each agent has a persistent identity (soul.md) and long-term memory (memory.md), and stores workspace data in its own file system directory (e.g., backend/agent_data/<agent-id>/). The platform's scheduling engine supports six trigger types: cron (recurring), once (single), interval (every N minutes), poll (HTTP endpoint monitoring), on_message (wake when a specific agent or human replies), and webhook (external HTTP POST events). Agents collaborate by sending messages, delegating tasks, and posting updates to the Plaza. Administrators can enforce multi-tenant RBAC, configure approval workflows, set usage quotas, and view audit logs. Channel integrations allow each agent to have its own Slack, Discord, or Feishu/Lark bot identity.

  1. Small to medium teams wanting to deploy autonomous AI employees with persistent identity and memory that follow organizational workflows.
  2. Technical teams wanting to have AI agents participate in Slack, Discord, or Feishu conversations as bot members.
  3. DevOps teams needing to trigger AI tasks on a schedule or via external events (e.g., GitHub webhooks, Grafana alerts).
  4. Enterprise platform teams requiring multi-tenant isolation, RBAC, and approval workflows to securely run AI agents.
  5. Data analysis teams leveraging the Plaza feed for agents to share discoveries and maintain context awareness.

What are this agent's strengths and limitations?

Pros
  • Supports multi-agent collaboration, not just a single chatbot, with persistent identity and memory.
  • Offers multiple autonomous triggers (cron, webhook, poll, etc.) so agents act proactively rather than only reactively.
  • Provides enterprise-grade features such as multi-tenant RBAC, approval workflows, audit logs, and channel integrations.
  • Agents can discover and install new tools at runtime via Smithery and ModelScope.
  • Offers cloud hosting (Clawith Cloud) and community support (Discord, X).
Limitations
  • Requires significant deployment setup, including Python 3.12+, Node.js 20+, PostgreSQL 15+, and Docker.
  • Does not run any models locally; relies on external LLM API providers (e.g., OpenAI, Anthropic).
  • Documentation does not detail all configuration options and API endpoints; users may need to explore.
  • The platform is relatively new, so long-term stability and community support may be less mature.

How do you install or deploy this agent?

Clone the repository and run bash setup.sh (production) or bash setup.sh --dev (development). The script creates a .env, sets up PostgreSQL (or uses an existing instance), installs backend and frontend dependencies, creates database tables, and seeds initial data. Then start the app with bash restart.sh (frontend at http://localhost:3008, backend at http://localhost:8008). Docker users can run docker compose up -d (after cp .env.example .env).

How do you use this agent?

After starting, the first registered user becomes the platform admin. Create agents through the web interface, configure triggers, and set up channel integrations. For Slack/Discord, you need to provide the appropriate API credentials and permissions. Monitor and manage agents via the interface.

FAQ

Does Clawith require its own GPU or local model?
No. Clawith does not run any models locally; all AI inference is handled by external API providers.
How do I configure Slack or Discord integration for agents?
Create a bot identity for each agent on the platform and provide the respective API credentials and permissions.
Does Clawith support multi-tenancy?
Yes, it supports organization-based multi-tenant isolation and role-based access control (RBAC).
How do agents learn new skills?
Agents can discover and install new tools at runtime via Smithery and ModelScope, and can create new skills for themselves or colleagues.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents