rohitg00/awesome-openclaw

Python

563

273 commits

updated Jun 12, 2026

See the code

README

OpenClaw

Awesome OpenClaw

Stars Forks Contributors Commits
Awesome License Release Discord
Fastest-growing GitHub repo ever - 9K to 195K stars in 66 days (18x faster than Kubernetes)

The most comprehensive, curated collection of OpenClaw resources, hosting guides, cost comparisons, security hardening, skills, tutorials, and community links.


OpenClaw (formerly Clawdbot → Moltbot) is a free, open-source autonomous AI agent created by Peter Steinberger (@steipete). It runs on your own hardware, connects to 10+ messaging platforms (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Google Chat, Microsoft Teams, Matrix, Zalo), and orchestrates AI agent workflows with persistent memory and 24/7 operation.


Table of Contents


What is OpenClaw?

Current maintenance note: this README keeps the original comprehensive awesome-list format while being maintained from current OpenClaw docs, upstream source, public ecosystem repos, and contributor PRs. New resources should be added to the end of the most relevant section with neutral descriptions and source links.

OpenClaw is an agentic AI interface that:

  • Runs locally on your own hardware (Mac Mini, VPS, Raspberry Pi, ESP32-S3, or serverless)
  • Connects to 10+ messaging platforms simultaneously
  • Has persistent memory across sessions (saves files, breadcrumbs, chat histories)
  • Handles tasks spanning hours or days without losing context
  • Operates 24/7 autonomously focusing on automation and integration
  • Supports 5,700+ community-built skills via ClawHub
  • Works with multiple AI providers (Anthropic, OpenAI, Google, OpenRouter, DeepSeek, local LLMs)
  • Features voice assistant, browser automation, home automation, and cron scheduling

Core Architecture (6 Layers)

LayerPurpose
GatewayCentral control plane - message routing, sessions, plugins, tool execution policy
ChannelsAdapters normalizing Telegram/WhatsApp/Discord/iMessage into standard message shapes
Routing + SessionsDetermines which agent handles specific conversations
Agent RuntimeProcesses context, calls model providers, streams responses, requests tools
ToolsCapabilities - web fetch, browser control, command execution, device pairing
SurfacesInteraction points - chat apps, web dashboard, macOS menu bar, Live Canvas

Name History

DateNameReason
Nov 2025ClawdbotOriginal name at launch
Jan 27, 2026MoltbotAnthropic trademark complaint (similarity to "Claude")
Jan 30, 2026OpenClawFinal rebrand, community vote

When the team dropped the @clawdbot Twitter handle to transition to @moltbot, professional "handle snipers" immediately grabbed it. Scammers used the hijacked account to launch a fake CLAWD token on Solana.


System Requirements

Minimum

ComponentRequirement
OSmacOS 11+ / Ubuntu 22.04+ / Windows (WSL2)
RuntimeNode.js 22+
RAM2 GB (may crash during onboarding)
CPU2 cores
Storage10 GB SSD
NetworkStable internet connection
ComponentRequirement
RAM4-8 GB (cloud models) / 16-24 GB (local LLMs)
CPU2-4 cores
Storage30-50 GB SSD
GPU12-24 GB VRAM (for local model inference)

Quick Start (1 Minute)

npm install -g openclaw@latest
openclaw onboard --install-daemon
openclaw gateway --port 18789 --verbose

That's it. The wizard walks you through API key setup, channel configuration, and security settings.


Setup Methods (1-10 Minutes)

MethodTimeDifficultyBest For
Agent3730 secEasyCheapest managed ($0.99/mo)
Clawdy< 60 secEasyNon-technical + developers wanting zero-config hosting
SimpleClaw1 minEasyNon-technical users
npm install1 minEasyDevelopers with Node.js
DigitalOcean 1-Click2 minEasyQuick cloud deploy
Railway Template2 minEasyPaaS users
Zeabur1 minEasyDocker auto-deploy
Docker5 minMediumIsolation & reproducibility
Cloudflare Workers5 minMediumServerless enthusiasts
OctoClawMinutesNoneFully managed EU hosting, GDPR-compliant, pre-provisioned number, AI starter budget
xCloud Managed5 minNoneFull managed hosting
Kimi ClawInstantNoneBrowser-native OpenClaw in kimi.com, 5K+ skills, 40 GB storage
Molty by Finna30 secNoneMultiple Molties, Mission Control, GitHub sync
Manual VPS10 minMediumFull control
Raspberry Pi10 minMediumLow-power, always-on
ESP32-S3 (MimiClaw)10 minMediumCheapest hardware ($5), pure C, no OS
PicoClaw (RISC-V)5 minEasySingle Go binary, 10 MB RAM, $10 RISC-V board
ZeroClaw (Rust)2 minEasy3.4 MB binary, <10ms startup, 22+ providers
TinyClaw (Shell)5 minEasy400 LoC, Claude Code + tmux, self-healing
Autobot (Crystal)2 minEasy2MB binary, ~5MB RAM, <10ms startup
TryClaw.xyz1 minEasy$9/mo, Cloud deploy
ClawHostVariesAdvancedKubernetes-native platform for creating, deploying, and managing OpenClaw bot instances
Coolify OpenClaw5 minMediumCoolify-oriented OpenClaw deployment template and post-deploy checklist
coollabsio/openclaw5 minMediumAutomated Docker image for OpenClaw with environment-based web UI and gateway configuration
phioranex/openclaw-docker5 minMediumPre-built Docker image and install scripts for running OpenClaw without building from source
docker-gentkit-openclaw5 minMediumDocker image and scripts for running OpenClaw with persistent host-mounted state
Carapace10 minMediumHardened Docker Compose wrapper for OpenClaw with read-only root filesystem, dropped capabilities, and optional isolated browser container
Railway Community Template5 minMediumRailway deployment template with a setup wizard, persistent volume paths, Basic auth protection, and backup import/export flows

Method 1: Official Installer Script

curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon

Method 2: npm / pnpm

npm install -g openclaw@latest
# or
pnpm add -g openclaw@latest

Method 3: Docker

git clone https://github.com/openclaw/openclaw.git
cd openclaw
./docker-setup.sh

Method 4: One-Click Cloud Deploys

PlatformLinkNotes
DigitalOcean1-Click DeploySecurity-hardened, pre-configured
RailwayTemplateWeb-based /setup wizard
Renderrender.yamlInfrastructure as Code
SimpleClawsimpleclaw.comDeploy in under 1 minute
ZeaburTemplateOne-click Docker deploy
NorthflankStackNo server-side terminal needed
Lightning.AIEnvironmentBrowser-based, no local hardware
CoolifyTemplateSelf-hosted PaaS template
ElestioOpen SourceFully managed in < 3 min

Hosting Providers Comparison

Free Tier ($0/month)

ProviderFree ResourcesLimitsPermanent?Setup TimeBest For
Oracle Cloud4 ARM CPUs, 24 GB RAM, 200 GB storage, 10 TB/moARM architecture onlyYes (forever)~3 hoursPower users wanting $0 hosting
AMD Developer CloudMI300X GPU (192 GB memory), $100 credits~50 hours computeNo (credits)30 minGPU-accelerated local LLMs
Google Cloud Run180K vCPU-sec, 360K GiB-sec, 2M requests/moCold starts, statelessYes30 minServerless testing
Azure Container Apps180K vCPU-sec, 360K GiB-sec, 2M requests/moCold startsYes30 minEnterprise users
RenderWeb service (spins down after 15 min)Slow wake-up (~60s)Yes5 minTesting only
AWS Free Tiert2.micro (1 vCPU, 1 GB RAM)12 months onlyNo (12 mo)15 minAWS-familiar users
Railway$5 one-time credit30 days trialNo2 minQuick testing

Budget VPS ($2-8/month)

ProviderPlanPrice/movCPURAMStorageBandwidthRegion
LumaDockBasic$1.9911 GB20 GB SSD1 TBUS/EU
VultrRegular Cloud$2.501512 MB10 GB0.5 TB32 locations
VultrStandard$3.5011 GB25 GB NVMe1 TB32 locations
HetznerCX22€3.79 (~$4.15)24 GB40 GB SSD20 TBEU (DE/FI)
Alibaba CloudSimple App Server$411 GBVariesVaries19 regions
ContaboCloud VPS S$4.9548 GB50 GB SSDUnlimitedUS/EU/Asia
HostingerKVM 1$4.9914 GB50 GB NVMe4 TBGlobal
LinodeShared 1GB$511 GB25 GB1 TBGlobal
VultrHigh-Performance$611 GB25 GB NVMe2 TB32 locations
DigitalOceanBasic Droplet$611 GB25 GB1 TBGlobal
HetznerCX32€6.80 (~$7.45)48 GB80 GB SSD20 TBEU (DE/FI)
ContaboCloud VPS M$7.9548 GB200 GB SSDUnlimitedUS/EU/Asia
KamateraCustom$4+CustomCustomCustomPay-as-you-goGlobal
Zap-HostingVPSVariesVariesVariesVariesVariesEU
BoostedHostOpenClaw VPSVariesVariesVariesVariesVariesGlobal
EQVPSMicro (NAT)$512 GB25 GB NVMeUnmeteredEU (DE)

Mid-Range ($5-25/month)

ProviderPlanPrice/movCPURAMStorageNotes
DigitalOceanPremium Droplet$711 GB25 GB NVMe1-Click Deploy available
DigitalOceanStandard 2GB$1212 GB50 GBRecommended for OpenClaw
HostingerKVM 2$6.9928 GB100 GB NVMeBest Hostinger value
GCPe2-medium~$1224 GB30 GB SSD$300 free credit (90 days)
AzureB1ms VM~$1512 GB32 GBEnterprise compliance
LinodeDedicated 4GB$362 (dedicated)4 GB40 GBConsistent performance

Serverless & PaaS

PlatformStarting PriceFree Tier?Persistent StorageAuto-ScaleNotes
Cloudflare Workers$5/mo (paid plan)100K req/day (free)R2 ($0.015/GB/mo)YesMoltworker PoC
Railway$5/mo (Hobby)$5 credit trialYes (volumes)YesBest PaaS UX
Render$7/mo (web service)Free w/ limitsYes (disks)YesYAML IaC
Fly.ioPay-as-you-goNoneYes (volumes)YesGlobal edge
AWS Lightsail$3.50/moNoneYesNoSimple AWS VPS
NorthflankVariesLimitedYesYesStack templates
ZeaburVariesLimitedYesYesOne-click Docker
ElestioVariesNoneYesYesFully managed open source
CoolifySelf-hostedFree (self-host)YesNoOpen-source PaaS
openclaw-azure-templateAzure usageNoAzure FilesNoAzure Container Instance template with Telegram, Azure OpenAI / Foundry, and runbook docs
openclaw-cloudrunGCP usageNoPVC / cloud storageNoTerraform example for sandboxed OpenClaw deployments on Google Cloud infrastructure
1PanelSelf-hostedFree coreVPS storageNoOpen-source VPS control panel with Docker management, app marketplace, and documented OpenClaw agent deployment support

Managed Hosting Services

These providers handle ALL the setup for you - no Docker, no terminal, no DevOps required.

ProviderPrice/moSetup TimeSpecsWhat's IncludedPromo
Clawdy$24 (was $49)< 60 secManagedMulti-provider (Claude, GPT, Gemini, Kimi), custom subdomain (slug.clawdy.app), SSL/auth/firewall/reverse proxy pre-configured, 99.9% uptimePrice locked at $24/mo for early subscribers
Agent37$0.99-3.9930 sec2 vCPU, 4-6 GB RAMIsolated instance, full UI, terminal, SSL-
MyClaw.ai$9 (was $29)Instant2 vCPU, 4 GB RAM, 40 GB SSDAuto-updates, backups, web terminal69-76% off early bird
get-open-claw.com$9-49< 1 minVaries by planOpenClaw Secure, daily backups, health monitoringPro includes $10 AI credits
ClawBob$29-2193 min2-8 vCPU, 4-64 GB RAMFully configured OpenClaw agent with email, browser, 600+ LLMs, 140+ one-click OAuth integrations, image & video generation, PDF extraction, best-in-class security, isolation, and automatic updates. No keys. No config. EU hosting.$10 in AI credits on signup
EasyClaw$10+60 secVariesMulti-model, 3+ platforms, zero maintenance29 min saved per deploy
ClawSimple$8.25-29.082-3 minVariesSecure cloud, one-click updates (coming)20% off with LAUNCH20
xCloud$245 minManagedTelegram/WhatsApp pre-configured, encrypted backups7-day guarantee
OneClickClaw€14.99 (€10.42 annual)5 minDedicated EU VPSYour own AI assistant on Telegram/WhatsApp/Discord, BYOK no markup, managed updates/backups, hardened by default, EU/GDPR data residency-
OctoClaw$19-59Minutes2-4 vCPU, 4-16 GB RAMHetzner Germany, GDPR-compliant, pre-provisioned phone number, AI starter budget, BYOK-
ClawCloud$29-129< 1 min1-2 vCPU, 1-4 GB RAMAll AI models (BYOK), auto-updates, daily backups70% off with EARLYBIRD70
SimpleClawTBD< 1 minManaged1-click deploy, model selection-
OpenClaw CloudBeta pricing5 minManagedAll AI tokens included, 99.9% uptime, $0 hidden feesWaitlist open
OpenClawd.aiFree + PremiumMinutesManagedLaunched Feb 10 - fully managed hosting, one-click deploy, security built-in, free tier available-
Kimi ClawAllegretto+InstantBrowser-nativeOpenClaw native in kimi.com - 5,000+ ClawHub skills, 40 GB cloud storage, Yahoo Finance search, BYOC (Bring Your Own Claw)Beta open
Kilo ClawPay-as-you-go< 60 secManaged500+ models, 50+ platforms, SSO, audit logs7 days free compute
OpenClaw Hosting$29+5 minManagedSolo/Team/Business tiers, annual billing saves 20%-
Myclawhost$9-39InstantManagedLite ($9), Pro ($19), Max ($39), full lifecycleOne-click deploy
Contabo OpenClaw$4.95+MinutesVPSUnlimited workflows, full data ownership, predictable pricing-
Molty by Finna$19-9930 secVM-isolated (Fly.io)Multiple Molties per account, Mission Control (multi-agent coordination), GitHub backup sync, browser automation, auto-updates3-day free trial
KinthAI$24.90InstantMulti-tenantPersistent per-user memory, multi-agent group chat (221 agents tested), agent marketplace, token budget built-inFree tier available
OpenClaw Launch$20+< 1 minManagedOne-click setup, management UI, multi-instance support-
RapidClaw$29+MinutesManagedManaged OpenClaw hosting with opinionated defaults and no-Docker setup for non-technical operators-
ClawLaunchFree (30d) / $9.4960 secVaries by planIncludes AI Credits. Hardened sandbox via gVisor. Free TTS pre-installed (Whisper).30-day free trial, 50% revshare affiliate program
Lobsterland$6.90+ (Light/Medium/Large)~2 min1-4 CPU, 3-16 GB RAMFull UI instance management (LLM providers, env vars, workspace and memory management), Telegram + Slack + WhatsApp support, encrypted credentials, allowlist access control, per-model usage analytics, optional Paperclip workspace add-onAWESOMEOPENCLAWSETUP (50% off first-time customers)
Vessel$35~5 minDedicated VMSecure, fully managed, zero-ops. VM-level isolation, tunnel-based networking (no exposed ports), automated security updates-
ClawBob$29-219~3 minManagedHosted OpenClaw agent environment with browser, email account, integrations, EU hosting, and managed setup-
Clawdy$24+< 60 secManagedBrowser-based OpenClaw deployment with model selection, auth, SSL, and reverse proxy setup handled-
1ClickClaw$49< 1 min2 vCPU, 2 GB RAMOpenClaw hosting for Telegram, Discord, and WhatsApp bot deployments-
OctoClaw$19-59MinutesManagedOpenClaw-based hosted AI specialist agents for marketing, sales, and support workflows-
RapidClaw$29+MinutesManagedBuilt for non-technical operators - no Docker, no API keys, opinionated defaults, deploys in minutes-

Setup-as-a-Service (Freelancers)

Hire someone to set it up for you.

ProviderPriceTypeWhat's Included
GetClawHelp$119-229 (one-time)1-on-1 video callVPS setup, LLM config, 10-25 skills, 24/7 uptime
GetClawHelp Maintenance$97/moMonthlyUpdates, troubleshooting, new skills
Fiverr - almaasparvez$90One-timeOpenClaw on AWS VPS, Telegram setup
Fiverr - marcos_mark683$40One-timeOpenClaw installation
Upwork - Custom SkillsVariesOne-timeUp to 23 custom skills, testing, step-by-step guide
Upwork - Secure DeployVariesOne-timeMac Mini/VPS, sandboxing, human-in-the-loop approval gates
Freelancer.comVariesOne-timeLinux setup, tuning, README
OpenClaw Money Playbook$9.95E-bookGuide on monetizing OpenClaw setup services
Associates AICustomManaged serviceConfigures managed OpenClaw teammate agents for SMB sales, support, operations, and engineering workflows

Business Model Insight: "The move right now is doing free OpenClaw installs, upselling security/skill packages/custom builds. We still make money on a 'free' install because we get an affiliate commission from the hosting company." - @GanimCorey on X


Master Cost Comparison Table

ProviderMonthly CostSetup TimeDifficulty1-Click?Best For
Clawdy$24< 60 secNoneYesZero-config managed hosting
Oracle Cloud$03 hoursHardNoFree-forever hosting
AMD Dev Cloud$0 (credits)30 minMediumNoFree GPU inference
Agent37$0.9930 secNoneYesCheapest managed
LumaDock$1.9915 minMediumNoCheapest VPS
Vultr$2.5010 minMediumYesGlobal presence
Hetzner CX22$4.1510 minMediumNoBest price/performance
Contabo VPS S$4.9515 minMediumNoUnlimited bandwidth
Hostinger KVM 1$4.9910 minEasyYesDocker templates
Cloudflare Workers$55 minMediumNoServerless
Railway Hobby$52 minEasyYesBest PaaS experience
Linode 1GB$510 minMediumNoConsistent performance
DigitalOcean$62 minEasyYesBest docs + 1-Click
Render$75 minEasyYesYAML Infrastructure
MyClaw.ai Lite$9InstantNoneYesBudget managed
DigitalOcean 2GB$122 minEasyYesRecommended production
Molty by Finna$1930 secNoneYesMulti-Molty, Mission Control, GitHub sync
xCloud Managed$245 minNoneYesFull managed hosting
OctoClaw$19MinutesNoneYesFully managed EU (Germany), GDPR-compliant
ClawCloud Starter$29< 1 minNoneYesPremium managed
Raspberry Pi 5$0/mo30 minMediumNoLow-power, always-on
ESP32-S3 (MimiClaw)$0/mo10 minMediumNoCheapest ($5 chip), no OS
PicoClaw (RISC-V)$0/mo5 minEasyNo$10 hardware, 10 MB RAM, Go binary
ZeroClaw (Rust)$0/mo2 minEasyNo3.4 MB binary, Rust, <10ms startup
TinyClaw (Shell)$0/mo5 minEasyNo400 LoC, Claude Code + tmux
Autobot (Crystal)$0/mo2 minEasyNo2MB binary, Crystal, <10ms startup
Mac Mini$0/mo10 minEasyNoPrivacy-first, local

AI Model API Costs

The real cost of running OpenClaw is the AI model API, not infrastructure.

Provider Pricing (per 1M tokens)

ProviderModelInput CostOutput CostNotes
AnthropicClaude 3.5 Haiku$0.80$4.00Best budget option
AnthropicClaude 3.5 Sonnet$3.00$15.00Best balance
AnthropicClaude Opus 4.5$15.00$75.00Most capable, expensive
OpenAIGPT-4o$2.50$10.00Good alternative
OpenAIGPT-4o-mini$0.15$0.60Very cheap
GoogleGemini 2.0 Flash$0.10$0.40Cheapest hosted
GoogleGemini Flash-LiteFree tierFree tierZero cost option
DeepSeekDeepSeek V3$0.27$1.10Best value reasoning
MoonshotKimi K2.5$3.00$3.00Great agentic performance, free built-in provider since v2026.2.6
GrokGrok 4.1 mini$0.20$0.50Budget alternative
OpenRouterVariousVariesVariesUnified API for 200+ models
OllamaAny$0$0Requires hardware (16 GB+ RAM)

75x price difference between the most expensive (Claude Opus) and cheapest (Gemini Flash) options.

Monthly API Cost Estimates

Usage LevelDescriptionMonthly Cost
MinimalFew messages/day, Gemini free tier$0-5
Light~50 messages/day, Claude Haiku$5-15
Moderate~200 messages/day, mixed models$15-50
Heavy500+ messages/day, Claude Sonnet$50-150
Power UserAll-day usage, Claude Opus$150-500+

Cost Optimization Tips

  1. Use smart model routing - cheap models (Haiku/Flash) for simple tasks, expensive (Sonnet/Opus) for complex
  2. Enable prompt caching - Anthropic auto-applies 5-min cache, reducing repeat costs
  3. Use local LLMs via Ollama for zero API cost (requires 16 GB+ RAM)
  4. Set budget alerts in your AI provider dashboard
  5. Use OpenClaw Cost Calculator to estimate your spend

Total Real-World Cost Examples

SetupInfrastructureAPITotal/monthNotes
Free Tier MaxOracle Cloud ($0)Gemini free ($0)$0Limited but functional
Cheapest ManagedAgent37 ($1)Haiku ($5)$630-second setup
Ultra BudgetLumaDock ($2)Haiku ($5)$7Basic personal assistant
Budget ManagedMyClaw.ai Lite ($9)BYOK ($10)$19Zero setup, instant access
Sweet SpotHetzner CX22 ($4)Mixed models ($15)$19Best value-to-capability
StandardDigitalOcean ($12)Sonnet ($40)$52Production-ready
Managed EasyClawdy ($24)Mixed ($30)$54Zero technical setup, custom subdomain
Managed EasyxCloud ($24)Mixed ($30)$54Zero technical setup
CloudflareWorkers ($5+$30)Mixed ($20)$55Serverless architecture
Local LLMRaspberry Pi 5 ($0/mo)Ollama ($0)$0After $80 hardware purchase
EmbeddedESP32-S3 ($0/mo)Claude API ($5)$5After $5 hardware purchase (MimiClaw)
PicoClawRISC-V board ($0/mo)Gemini/Claude ($5)$5After $10 hardware purchase (PicoClaw)
Power UserDigitalOcean ($24)Opus ($200)$224Heavy professional use
ExtremeDedicated ($50)All models ($573)$623One developer's real report

Cloudflare Workers (Moltworker) Deep Dive

Moltworker is Cloudflare's official adaptation of OpenClaw for Workers.

Architecture

  • Container: Sandbox (standard-1: 1/2 vCPU, 4 GiB RAM, 8 GB disk)
  • Storage: R2 for persistence (auto-sync every 5 minutes)
  • Auth: Cloudflare Access (Zero Trust) + gateway token + device pairing
  • Status: Proof-of-concept (not an official Cloudflare product)

Setup

git clone https://github.com/cloudflare/moltworker.git
cd moltworker && npm install
npx wrangler secret put ANTHROPIC_API_KEY
export MOLTBOT_GATEWAY_TOKEN=$(openssl rand -hex 32)
npx wrangler secret put MOLTBOT_GATEWAY_TOKEN
npm run deploy

Access: https://your-worker.workers.dev/?token=YOUR_GATEWAY_TOKEN

Cost Breakdown (24/7 Operation)

ComponentMonthly Cost
Workers Paid Plan$5.00
Memory (~4 GiB)~$26.00
CPU~$2.00
Disk (8 GB)~$1.50
Total~$34.50

Set SANDBOX_SLEEP_AFTER=10m for infrequent use to reduce costs significantly.

Limitations

  • Cannot support Telegram bots (requires persistent connection for long-polling)
  • Containers hibernate when not receiving HTTP requests
  • Use VPS deployment for Telegram integration

Resources


DigitalOcean 1-Click Deploy

The fastest path to a production OpenClaw instance.

  1. Go to DigitalOcean Marketplace
  2. Click "Create OpenClaw Droplet"
  3. Choose $12/mo plan (2 GB RAM recommended)
  4. Select region, SSH key
  5. Deploy (ready in ~90 seconds)

Pre-configured: OpenClaw 2026.1.24-1, Docker isolation, unique gateway token, security-hardened, Caddy HTTPS.

Resources


Hetzner Setup Guide

Best price-to-performance ratio for OpenClaw hosting.

PlanPrice/movCPURAMStorageBandwidth
CX22€3.7924 GB40 GB SSD20 TB
CX32€6.8048 GB80 GB SSD20 TB
CAX11 (ARM)€3.7924 GB40 GB20 TB
ssh root@your-server-ip
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs
npm install -g openclaw@latest
openclaw onboard --install-daemon
ufw allow ssh && ufw allow 443/tcp && ufw enable

Hostinger VPS Setup

PlanPrice/movCPURAMStorageBandwidth
KVM 1$4.9914 GB50 GB NVMe4 TB
KVM 2$6.9928 GB100 GB NVMe8 TB
KVM 4$10.99416 GB200 GB NVMe16 TB

Renewal prices are ~2x. Lock in annual pricing.


Oracle Cloud Free Tier Setup

Truly free forever - 4 ARM cores, 24 GB RAM, 200 GB storage, 10 TB/month.

curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs git
npm install -g openclaw@latest
openclaw onboard --install-daemon

Caveats: ARM architecture, high demand (keep retrying), add credit card to prevent account termination.


Raspberry Pi Setup

DevicePriceRAMPerformance
Pi 5 (8 GB)$808 GBBest choice
Pi 5 (4 GB)$604 GBGood budget option
Pi 4 (8 GB)$558 GB2-2.5x slower than Pi 5
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs
npm install -g openclaw@latest
openclaw onboard --install-daemon

ESP32 Embedded (MimiClaw)

MimiClaw implements OpenClaw's core principles on a $5 ESP32-S3 microcontroller. Written entirely in pure C - no Linux, no Node.js, no server infrastructure needed.

SpecDetail
HardwareESP32-S3 (16 MB flash, 8 MB PSRAM)
Cost~$5 (chip only)
LanguagePure C (ESP-IDF v5.5+)
AI BackendAnthropic Claude API with ReAct agent loop
MessagingTelegram
MemoryPersistent local storage (SOUL.md, USER.md, MEMORY.md on flash)
FeaturesTool use (web search, time), dual-core processing, WebSocket gateway, runtime CLI config

The smallest and cheapest way to run an OpenClaw-style AI agent - proving the core architecture (agent loop, persistent memory, tool calling, chat integration) can work without an operating system or runtime environment.


Docker Deployment

git clone https://github.com/openclaw/openclaw.git
cd openclaw && ./docker-setup.sh

Useful Commands

docker compose run --rm openclaw-cli pairing approve telegram <CODE>
docker compose run --rm openclaw-cli dashboard --no-open
docker compose run --rm openclaw-cli security audit --deep

Security & Hardening

Known CVEs (All Patched)

CVESeverityDescriptionFixed In
CVE-2026-24763HighDocker PATH Command Injectionv2026.1.29
GHSA-g8p2-7wf7-98mqCritical (8.8)gatewayUrl Token Exfiltration (1-click RCE)v2026.1.29
GHSA-q284-4pvr-m585HighsshNodeCommand Injectionv2026.1.29
CVE-2026-25593CriticalUnauthenticated Local RCE via WebSocketv2026.1.30
CVE-2026-25475HighLocal File Inclusion via MEDIA: Pathv2026.1.30
CVE-2026-25253Critical (8.8)1-Click RCE via Cross-Site WebSocket Hijackingv2026.1.29

Update immediately to v2026.2.12+ to patch all known vulnerabilities (40+ security fixes).

Security Best Practices

  1. Bind to 127.0.0.1 only (never 0.0.0.0) - over 135,000 exposed instances found online
  2. Use SSH tunnels or Tailscale Serve for remote access
  3. Use auth profiles (system keychain): openclaw auth set ANTHROPIC_API_KEY
  4. Configure firewall: ufw default deny incoming && ufw allow ssh && ufw allow 443/tcp && ufw enable
  5. Use Docker for container isolation
  6. Run regular audits: openclaw security audit --deep and openclaw doctor
  7. Use Composio for managed OAuth (security guide)

Skills Marketplace Risks

~15% of community skills contain malicious instructions

  • 341 malicious skills discovered in "ClawHavoc" campaign (Atomic Stealer malware)
  • 280+ skills leak API keys and PII (Snyk)
  • VirusTotal scanning now integrated
  • Always audit skills before installation

Security Tools

ToolDescriptionSource
APort Agent GuardrailsPre-action authorization guardrails for OpenClaw agents using plugin hooks and policy checks.OpenClaw docs
ClawSecComplete security skill suite by Prompt SecurityGitHub
ClawBandsSecurity middleware - intercepts tool execution, human-in-the-loop approval for dangerous actionsGitHub
ClawGuardPermission manifests, runtime enforcement, sandboxing, audit logging with hash-chainingGitHub
Claw-HunterMDM-ready scripts to detect and monitor shadow OpenClaw agents across macOS/Linux/Windows endpointsGitHub
AquamanCredential isolation proxy - API keys never enter the agent process. Stores secrets in Keychain/1Password/Vault/encrypted-file, injects via Unix domain socket. Process-level isolation (not detection/redaction).GitHub
Orchard KitComplete alignment and safety architecture - membrane security (Calyx Protocol), continuous trust verification with heartbeat, epistemic hygiene, and defence tools. Includes a ready-to-install OpenClaw skill for agent self-governance. Based on 30 years of cybernetic researchGitHub
ClawhatchPre-install security scanner - 128 automated checks, scores skills 0-100, runs in <1 second, catches malicious patterns before installationGitHub
OpenClaw ScannerEnterprise endpoint scanner - detects OpenClaw agents running across corporate networks, identifies exposed instances and misconfigurationsHelp Net Security
WatchClawLinux server hardening and threat-intelligence toolkit with SSH hardening, firewall baseline, Cowrie honeypot, Fail2ban, canaries, and an optional OpenClaw agent modeGitHub
OpenClaw GuardianWatchdog for OpenClaw Gateway service checks, doctor --fix repair flows, git rollback, daily snapshots, and Discord alertsGitHub
OpenClaw HardenedVPS hardening guide and plugin set with configuration auditing, monitoring scripts, and defense-in-depth deployment runbooksGitHub
EDAMAME for OpenClawRuntime security integration for OpenClaw agents with MCP plugin, provisioning, and behavioral monitoring documentationGitHub
Guardrail Bridge PluginPre-agent policy plugin that checks content before OpenClaw dispatches work to an agentGitHub
OpenClaw CarapaceSecurity auditor, CVE scanner, and skill analyzer for OpenClaw gatewaysGitHub
GatewayStack GovernanceGovernance layer for OpenClaw Gateway with identity, scope, rate limiting, injection detection, and audit logging boundariesGitHub
openclaw-detectMDM deployment scripts for identifying OpenClaw installations on managed devicesGitHub
ClawShieldSecurity preflight and guardrail toolkit for OpenClaw and Moltbot deploymentsGitHub
ClawKeeperSafety plugin and watcher stack for OpenClaw agents, focused on skills, plugins, and runtime protection checksGitHub
OpenClaw Security WatchdogSecurity audit workflow that runs OpenClaw-focused checks and generates reviewable reportsGitHub
ClawVaultOpenClaw security vault project for tracking and controlling agent access boundariesGitHub
ShieldCortex RealtimeOpenClaw plugin for real-time defense scanning and optional memory extractionnpm
AIP OpenClawSecurity plugin for OpenClaw skill signing, capability manifests, and runtime enforcementnpm
skill-security-scannerStatic security scanner and linter for OpenClaw skill directoriesnpm
Falco OpenClaw PluginFalco plugin for monitoring OpenClaw Gateway logs and matching security-relevant eventsGitHub
OpenClaw Secure StackHardened deployment wrapper with authentication, skill scanning, prompt-injection checks, and policy controlsGitHub
OpenClaw Security DashboardDashboard for reviewing gateway exposure, skill risks, configuration hardening, and identity checksGitHub
ClawpinchSecurity audit toolkit for OpenClaw deployments with grouped local checksGitHub
iClawLocal-first AI workspace for OpenClaw with project-isolated folders, Docker sandbox modes, and the @iclawapp/iclaw npm launcher.GitHub
ClawShieldPolicyGate security audit tool for OpenClaw agent misconfiguration checksGitHub
Security WatchdogHost-posture watchdog for OpenClaw with firewall, SSH, exposure, and listening-port checksGitHub
Security AgentDaily security posture auditor for OpenClaw hosts and hosted services with baseline comparison reportsGitHub
ReefWatchHost-based monitoring skill for OpenClaw machines, with local detection for auth, malware, privilege, and persistence signalsGitHub
trentclawSecurity assessment skill for OpenClaw - scans gateway config, tool permissions, installed skills, and MCP servers for risks, then proposes fixes you review before applying.GitHub

Security Resources


Configuration

Model Providers

ProviderConfig KeyFree Tier?Notes
AnthropicANTHROPIC_API_KEYNoPrimary, best quality
OpenAIOPENAI_API_KEYNoGPT-4, GPT-4o
GoogleGOOGLE_API_KEYYes (Gemini Flash-Lite)Cheapest hosted
OpenRouterOPENROUTER_API_KEYNo200+ models unified API
DeepSeekDEEPSEEK_API_KEYNoExcellent value
MoonshotMOONSHOT_API_KEYNoKimi K2.5 (great agentic)
MiniMaxMINIMAX_API_KEYNoM2.1 native support
Fireworks AIBuilt-inNoModel hosting
Workers AIBuilt-inYes (limits)Cloudflare models
OllamaLocalFreeRequires local hardware
LM StudioLocalFreeRequires local hardware
vLLMLocalFreeHigh-performance inference

Messaging Channels

ChannelSetupAuth MethodNotes
Telegram2 minBotFather tokenFastest setup, supports Topics for parallel threads
WhatsApp2 minQR code scanSeparate phone number recommended
Discord5 minBot applicationDeveloper portal required
Slack5 minBot token (Socket or HTTP mode)api.slack.com/apps
Signal5 minDirect integrationPrivacy-focused
iMessage10 minBlueBubbles bridgemacOS only
Microsoft Teams5 minEnterprise integrationBusiness users
Google Chat5 minWorkspace integrationGoogle Workspace
Matrix5 minE2E encryptionBest for privacy
Zalo5 minDirect integrationPopular in Vietnam
WebChatBuilt-inGateway tokenBrowser-based interface
WeComnpmBot / app credentialsTencent WeCom channel plugin
WeChatnpmWeChat app credentialsWeixin channel plugin
Lark / FeishuGitHubLark / Feishu app credentialsOfficial Lark/Feishu channel plugin
OpenIMnpmOpenIM credentialsOpenIM channel plugin for OpenClaw gateway
DingTalkGitHubDingTalk app credentialsDingTalk channel plugin
QQ BotGitHubQQ bot credentialsQQ private chat and group channel plugin with rich media and approval support
OpenClaw ChinaGitHubChina IM credentialsPlugin collection for DingTalk, QQ, WeCom, WeChat, and Feishu channels
DingTalk ConnectorGitHubDingTalk app credentialsDingTalk connector package for OpenClaw channel setup
OpenClaw WeChatGitHubWeChat login / bot credentialsCommunity WeChat channel plugin for connecting OpenClaw to personal WeChat
WeChat ChannelGitHubQClaw or WorkBuddy loginWeChat channel extracted for OpenClaw compatibility
WeCom PluginGitHubEnterprise WeChat credentialsEnterprise WeChat plugin with streaming output, agent management, group chat, and allowlist controls
OpenClaw-WechatGitHubWeChat / WeCom credentialsChinese WeChat and Enterprise WeChat integration with streaming output and visual configuration docs
Feishu GuideGitHubLark / Feishu app credentialsCommunity Feishu and Lark setup guide covering webhook and WebSocket channel patterns
Tencent WeChat PluginGitHubWeChat loginWeChat channel plugin for OpenClaw with QR-code login authorization and version compatibility notes
Telegram Task SilencerGitHubTelegram bot tokenOpenClaw plugin that suppresses Telegram background-task completion notifications without changing the task registry
Customer BridgeGitHubWeChat / WeCom credentialsOpenClaw plugin for mapping customer identity across personal WeChat, WeCom, and WeChat Open Platform identifiers
OpenClaw StepfunnpmStepfun app credentialsWebSocket channel plugin for connecting Stepfun Bot API messages to OpenClaw
Now4realGitHubNow4real webhook secretLive-chat widget channel plugin that routes page chat messages into OpenClaw
P2P PortalGitHubPortal URL and channel configP2P Portal channel plugin for OpenClaw with heartbeat and message-deduplication logic
ZulipGitHubZulip bot credentialsChannel plugin for Zulip with concurrent message processing, reactions, file uploads, and actions API support
SeaTalkGitHubSeaTalk app credentialsChannel plugin for routing SeaTalk messages into OpenClaw
Rocket.ChatGitHubRocket.Chat DDP / REST credentialsChannel plugin for DMs, groups, threads, media, and multi-account Rocket.Chat setups
Rocket.Chat PluginGitHubRocket.Chat credentialsCommunity Rocket.Chat plugin for talking with OpenClaw from chat rooms
WeChat Official AccountGitHubWeChat Open Platform app credentialsChannel plugin for connecting subscription or service accounts to OpenClaw through a third-party platform flow
Max MessengerGitHubMax Bot API credentialsChannel plugin for connecting OpenClaw agents to Max Messenger through the Bot API
ThenvoiGitHubThenvoi platform credentialsChannel plugin for connecting OpenClaw to the Thenvoi agent collaboration platform
OdooGitHubOdoo webhook settingsWebhook-based Odoo channel plugin for OpenClaw
DingTalk Stream ModeGitHubDingTalk app credentialsDingTalk channel plugin that documents Stream Mode integration
MesiboGitHubMesibo app credentialsMesibo channel plugin for OpenClaw messaging workflows
IMAP / SMTPGitHubMailbox credentialsIMAP and SMTP channel plugin with IDLE-based push for email-driven OpenClaw workflows
Zalo PersonalGitHubZalo account credentialsZalo personal messaging plugin using openzca. Review platform policy before enabling account automation.
WeChat Customer ServiceGitHubWeChat Customer Service credentialsChannel plugin for WeChat Customer Service workflows. Review platform policy before enabling account automation.
WeChat KFGitHubWeChat KF credentialsOpenClaw channel plugin for WeChat KF customer-service messaging
WPS XiezuoGitHubWPS 365 bot credentialsEnterprise bot channel plugin for WPS Xiezuo and OpenClaw
Mist MFA GateGitHubMFA policy configOpenClaw channel plugin for MFA-gated agent access
OCTO AdaptersGitHubOCTO workplace credentialsAdapter set that bridges IM platforms and external services into OCTO through OpenClaw channels and WebSocket
OlvidGitHubOlvid channel credentialsOlvid channel plugin for OpenClaw
TrueConfGitHubTrueConf app credentialsTrueConf channel plugin for OpenClaw
XMTPGitHubXMTP wallet / app credentialsXMTP channel plugin for OpenClaw messaging workflows
Discord npm packagenpmDiscord bot credentialsOpenClaw Discord channel plugin published through npm
QQ Bot npm packagenpmQQ bot credentialsOpenClaw QQ Bot channel plugin published through npm
Twitch npm packagenpmTwitch app credentialsOpenClaw Twitch channel plugin for routing chat events into an OpenClaw agent
Tlon / Urbit npm packagenpmTlon / Urbit credentialsOpenClaw Tlon/Urbit channel plugin
Voice Call npm packagenpmVoice provider credentialsOpenClaw voice-call plugin published through npm
Brave plugin packagenpmBrowser plugin configOpenClaw Brave plugin package
Diff Viewer packagenpmPlugin configOpenClaw diff viewer plugin package
Diagnostics OTEL packagenpmOpenTelemetry configOpenClaw diagnostics OpenTelemetry exporter package
LarkSuite npm packagenpmLark / Feishu app credentialsOfficial Lark/Feishu channel plugin package with documented security warnings
OriginTrail DKG AdapternpmDKG node configAdapter that connects a DKG V10 node and chat bridge to an OpenClaw agent
Dragon Workbench ChannelnpmDragon workbench configChannel plugin that bridges OpenClaw outbound text to the Dragon workbench WebSocket protocol
DMWork ChannelnpmDMWork credentialsWuKongIM WebSocket channel plugin for OpenClaw messaging workflows
Ozaiya Chat ChannelnpmOzaiya account credentialsChannel plugin for connecting OpenClaw agents to Ozaiya encrypted group chats
Zalo npm packagenpmZalo credentialsOpenClaw Zalo channel plugin published through npm
OpenClaw QQBot Send SkillGitHubQQBot media relaySkill for staging and sending local files, images, audio, and video through a QQBot media relay, with temporary-copy cleanup.
Octo ChannelGitHubOcto WebSocketClawHub-published channel plugin that connects OpenClaw to Octo through WebSocket messaging.
Agent QQ Sandbox BotGitHubNapCat OneBot / QQPython bridge that routes QQ group and private messages through OpenClaw Gateway for sandboxed bot experiments.
OpenClaw Team in FeishuGitHubFeishu group chatsCoordination daemon for multiple OpenClaw agents in Feishu groups with round-robin and free-speak discussion modes.
WeClawsGitHubWeChat team consoleSelf-hosted multi-user WeChat agent control plane with web management, sandboxes, skills, memory, and scheduled tasks.
WeCom OpenClaw IntegrationGitHubWeCom app credentialsWeCom channel plugin that connects WeChat Work messages to an OpenClaw agent workflow.
OpenClaw Matrix VoiceGitHubMatrix / LiveKit configMatrix voice-call bot that routes speech-to-text turns through an OpenClaw Gateway agent.
clawd-feishuGitHubLark / Feishu app credentialsFeishu and Lark channel plugin for OpenClaw with Chinese setup wiki and contribution docs.
OpenClaw QQ OneBotGitHubOneBot v11 / QQ credentialsQQ channel extension for OpenClaw with quickstart, configuration reference, and OneBot v11 bridge docs (canonical repo renamed from constansino/moltbot_qq). Review platform policy before enabling account automation.
OpenClaw KakaoGitHubKakaoTalk / bridge configKakaoTalk bridge that routes messages through an OpenClaw Gateway. Review platform policy before enabling account automation.
clawdbot-channel-linqGitHubLinq Partner API credentialsiMessage, RCS, and SMS channel for Clawdbot through the Linq Partner API, with webhook-based inbound delivery.
Relay SpineGitHubWeChat / webhook credentialsOpenClaw WeChat channel bridge with QR-authenticated socket sessions and encrypted webhook handling. Review platform policy before enabling account automation.
VK npm packagenpmVK community bot credentialsVKontakte channel plugin for OpenClaw using the VK Bots Long Poll API
Twilio WhatsApp ChannelnpmTwilio account and webhook configTwilio WhatsApp channel plugin for OpenClaw with deployment notes for public HTTPS webhooks
Lansenger ChannelnpmLansenger app credentialsLansenger enterprise messaging channel plugin for OpenClaw with WebSocket inbound and HTTP outbound delivery
DingTalk Stream PackagenpmDingTalk robot credentialsDingTalk channel package for OpenClaw using Stream mode and multi-account routing
DingClaw PackagenpmDingTalk app credentialsDingTalk channel plugin for OpenClaw with documented OpenClaw version compatibility
BridgeX ChannelnpmBridgeX endpoint configBridgeX channel plugin for agent-to-agent and human-to-agent OpenClaw messaging
OpenClaw WebSocket ChannelnpmWebSocket channel configJSON-over-WebSocket chat channel plugin for custom OpenClaw clients
MeepaChat ChannelnpmMeepaChat gateway credentialsSelf-hosted MeepaChat channel plugin for OpenClaw using WebSocket inbound and REST outbound paths
NIM ChannelnpmNetEase IM credentialsNetEase IM channel plugin for OpenClaw P2P, group, and QChat conversations
HelloAgent ChannelnpmHelloAgent relay configRelay-backed messaging channel plugin for connecting OpenClaw assistants to HelloAgent
Friday Next ChannelnpmApple channel configFriday Next Apple channel plugin for OpenClaw messaging workflows
Sider Chrome ChannelnpmChrome extension configChrome channel plugin package for connecting OpenClaw through the Sider Chrome extension
WorkClaw ChannelnpmWorkClaw platform credentialsEnterprise communications channel plugin for OpenClaw workflows
Chat4000 ChannelnpmChat4000 relay configE2E relay-based channel plugin for routing Chat4000 messages through OpenClaw
Aephix ChannelnpmAephix chat configNative Aephix chat channel provider for OpenClaw integrations
Xiaoyi ChannelnpmXiaoyi A2A configXiaoyi A2A protocol channel plugin for OpenClaw

Local LLM Integration

Ollama

curl -fsSL https://ollama.com/install.sh | sh
ollama pull llama3.1
{ "provider": "openai", "baseUrl": "http://localhost:11434/v1", "model": "llama3.1" }

LM Studio

{ "provider": "openai", "baseUrl": "http://localhost:1234/v1", "model": "your-model-name" }

vLLM (GPU-Accelerated)

{ "provider": "openai", "baseUrl": "http://localhost:8000/v1", "model": "your-model-name" }

MCP Server Integration

PluginSourceFeatures
openclaw-mcp-pluginGitHubHTTP/SSE transport, multi-server, unified interface
openclaw-mcp-adapternpmRegisters MCP tools as native agent tools
openclaw-mcpGitHubSecure Claude.ai ↔ OpenClaw bridge with OAuth 2.1 authentication
openclaw-mcp-serverGitHubExposes OpenClaw Gateway tools to Claude Code and MCP clients
openclaw-vscodeGitHubConnects VS Code or Cursor to an OpenClaw Gateway as a node with IDE command surfaces
AIWerk MCP BridgeGitHubOpenClaw plugin that registers MCP server tools through registerTool with lifecycle configuration
Streamable HTTP MCP BridgeGitHubPlugin that discovers Streamable HTTP MCP tools and exposes them as native OpenClaw tools
Good0007 MCP ServerGitHubMCP server wrapper around the OpenClaw Gateway WebSocket API with built-in tools
Native MCP ContributionGitHubCommunity contribution prototype for configuring MCP servers directly from OpenClaw settings
Enhanced MCP Bridge SkillGitHubSkill that documents MCP server discovery, search, installation, and native tool calls from OpenClaw
MCP BootstrapGitHubBootstrap package for adding Sequential Thinking and Context7 MCP servers to OpenClaw
MCP RouterGitHubDynamic MCP tool router that searches large MCP catalogs before calling tools from OpenClaw

Integrations & Features

Voice Assistant

FeatureDescription
OpenClaw VoiceSelf-hosted browser-based voice chat (Whisper STT + ElevenLabs TTS)
Android AppCustomizable wake words, long-press home button activation
Voice Call PluginTelephony via Twilio, Telnyx, Plivo
ClawdTalkPhone calling and SMS for OpenClaw. Call your agent from any phone, with deep tool integration for calendar, Jira, web search, and more. Powered by Telnyx.
Always-On SpeechmacOS/iOS/Android with ElevenLabs
  • OpenClaw Voice
  • VoxClaw - Voice output for OpenClaw from a Mac on the local network.
  • openclaw-voice - Browser-based voice chat for assistants using Whisper STT and ElevenLabs TTS.
  • openclaw-assistant - Android voice assistant app with wake word and system assistant integration.
  • OpenClaw Termux - Android phone install guide with WhatsApp control.
  • ClawGPT Android app - Mobile companion app for OpenClaw.
  • AnveVoice - Website voice assistant that can navigate pages, fill forms, and complete site actions, with MCP support noted by the provider.
  • Voice Call Plugin Docs
  • @openclaw/voice-call - Official OpenClaw voice-call plugin package for Twilio, Telnyx, Plivo, and mock call providers.
  • ClawdTalk - Phone calls and SMS for OpenClaw agents. Dedicated number, WebSocket client, agentic deep tools. (GitHub | ClawHub)
  • openclaw-voice - Voice client for OpenClaw Gateway with hold-to-record, transcript editing, and streaming response views.
  • claw-voice-chat - Push-to-talk voice chat interface for OpenClaw channels.
  • TryclawChat - Browser voice chat client for OpenClaw Gateway with push-to-talk, wake-word, STT, and TTS support.

Home Automation

  • Home Assistant custom add-on with ha-mcp integration

  • Control lights, thermostats, IoT devices via messaging

  • Adjust boilers based on weather forecasts

  • Voice commands through WhatsApp/Telegram

  • OpenClaw on Home Assistant

  • OpenClaw Gave My Home Assistant an AI Agent

  • ROSClaw - ROS2 integration project for connecting OpenClaw workflows to robotics systems.

  • Casa - Mac Catalyst app that exposes local HomeKit data through a localhost-only REST API and CLI for OpenClaw automation workflows.

Email & Calendar

  • Gmail: Real-time processing via Pub/Sub, smart filtering, auto-responses

  • Google Calendar: Event creation, viewing, sync, daily briefings

  • Apple Calendar: Via khal/vdirsyncer integration

  • Outlook: Calendar sync and management

  • BotEmail.ai - Instant @botemail.ai email inboxes for AI agents. One API call creates a dedicated inbox with no human setup required. Includes an OpenClaw skill (ClawHub), MCP server, and OpenAI GPT Actions support.

  • Openmail - Email infrastructure for AI agents with reliable sending, receiving, and routing. Includes an OpenClaw skill (ClawHub) for direct integration into OpenClaw-based workflows.

  • Gmail Automation Guide

  • Google Calendar Sync

  • Apple PIM Agent Plugin - Native macOS plugin for exposing Calendar, Reminders, Contacts, and Mail workflows to OpenClaw tool registration.

Google Workspace

Full suite access: Gmail, Calendar, Drive, Docs, Sheets. All data stays local - never passes through third-party services.

Webhooks & Cron Jobs

Webhooks: POST to /hooks/wake or /hooks/agent with Bearer token authentication. Hookdeck for secure tunnels with retries.

Cron Jobs: Interval-based (every 30 minutes) or Unix cron expressions (0 9 * * 1). Stored at ~/.openclaw/cron/jobs.json. Exponential retry backoff.

Heartbeat: Agent wakes every 30 min (configurable), reads HEARTBEAT.md, decides if action needed. Different from cron - "check these things periodically" vs "do this specific thing at this time."

  • Webhooks Docs
  • Cron Jobs Docs
  • Heartbeat Docs
  • ClawTick - Cloud scheduler for OpenClaw agents with performance monitoring and uptime checks.
  • Send to OpenClaw - Chrome extension and local webhook server for sending page content or selected text into a Clawdbot session.
  • clawhip - Event-to-channel notification router for OpenClaw-related workflows that keeps alerts out of gateway chat sessions.

Live Canvas

A2UI (Agent-to-UI) visual workspace - agent can render real-time UI, charts, and diagrams. Embedded in macOS menu bar app using WKWebView. Borderless, resizable, auto-reloads on file changes.

Multi-Agent Setup

Configure multiple agents with separate workspaces, personas, auth profiles, and sessions (no cross-talk). Route by channel, phone number, or personality.

  • Multi-Agent Docs
  • Build Your Own AI Agent Team in 15 Minutes
  • Antfarm - Create an OpenClaw agent team from a command-line workflow.
  • Agency Agents OpenClaw integration - Integration guide for converting agency-agent workspaces into OpenClaw agents and registering them with the local gateway.
  • ClawTeam-OpenClaw - Multi-agent swarm coordination adapted for OpenClaw.
  • OpenClaw-RL - Research project for training agents through conversational feedback.
  • openclaw-multi-agent-kit - Templates for multi-agent teams, Telegram supergroups, shared context, and bot-to-bot workflows.
  • BMAD OpenClaw - Structured development workflow bridge that adapts BMad Method agent roles for OpenClaw.
  • openclaw-pm - Project-manager configuration upgrade tool for OpenClaw agents.
  • OpenClaw Agents - One-command multi-agent setup with specialized agents, group routing, and safe config merge.
  • Claw Orchestrator - Runtime for wrapping multiple coding CLIs as persistent sessions, with OpenClaw plugin support documented by the project.
  • openclaw-skill-claude-code - OpenClaw skill for running long coding tasks in the background and returning progress notifications to chat.
  • claude-code-clawdbot-skill - Clawdbot skill wrapper for running host CLI coding tasks through a pseudo-terminal in headless sessions.
  • HiClaw - Collaborative multi-agent OS with human-in-the-loop coordination through Matrix rooms.
  • Aurogen - OpenClaw-compatible multi-agent reimplementation with web-panel configuration, dynamic modules, and ClawHub skill import support.
  • edict - OpenClaw multi-agent orchestration system with specialized agent roles, a dashboard, model configuration, and audit logs.
  • Golutra - Multi-agent orchestration workspace that includes OpenClaw alongside other CLI agents for parallel tasks and long-running workflows.
  • linear-agent-bridge - OpenClaw plugin that maps Linear issues into a multi-agent workspace with delegation, progress tracking, and review surfaces.
  • openclaw-swarm - Gateway management project for coordinating multiple OpenClaw gateways at scale.
  • ClawChief - Chief-of-staff workspace pattern for organizing OpenClaw agent responsibilities.
  • MultiUserClaw - Multi-user wrapper around OpenClaw that keeps the upstream gateway unchanged while adding user-level routing.
  • ClawSwarm - Multi-agent orchestration system for OpenClaw that coordinates swarm-style work through group chat.
  • openclaw-superpowers - Native OpenClaw port of a three-agent software-development framework with install guidance for agent-led setup.
  • openclaw_agent_party - OpenClaw skill for talking to multiple agents in one conversation.
  • openclaw-hawkins - OpenClaw plugin for durable orchestration state and shared multi-agent memory backed by MariaDB.

Companion Apps

AppPlatformStatusFeatures
Menu Bar AppmacOSAvailablePixel lobster icon, voice wake, Canvas panel, TCC permissions
CrabwalkCross-platformAvailableOpen-source companion app (crabwalk.app)
iOS/AndroidMobileBetaCamera, screen recording, notifications
Expo OpenClaw ChatiOS/Android (Expo)AvailableReact Native chat SDK for building native mobile OpenClaw clients
OpenClawgotchiRaspberry PiAvailableAI Tamagotchi with E-Ink face - agentic life-form hardware
VisionClawMeta Ray-Ban (iOS)AvailableVoice + vision + agentic actions via Gemini Live + OpenClaw (796 stars)
PinchChatWeb (PWA)AvailableOpen-source webchat UI with ChatGPT-like interface, live tool calls, multi-session, token tracking, streaming, 8 languages, theming
VibeClawWebAvailableRuns a full OpenClaw instance entirely in the browser: visual server builder, in-browser sandbox with free AI models, server library with import/export. No install, no server required (source)
cc-switch-cliCross-platform (CLI/TUI)AvailableAll-in-one TUI for managing OpenClaw providers, workspace files, agents, tools, env, and daily memory. Also supports Claude Code, Codex, and Gemini CLI.
Claw3DWeb / 3D officeAvailable3D virtual office and studio UI that can connect to an OpenClaw Gateway for visualizing and interacting with agent work
MobileClawWeb PWA / iOSAvailableMobile-first OpenClaw and LM Studio chat UI with streaming, tool call views, inline diffs, sub-agent activity, and embeddable widget mode
OpenClaw TermuxAndroid / TermuxAvailableFlutter app and Termux CLI for running OpenClaw Gateway on Android with built-in terminal, web dashboard, and setup controls
OpenClaw AndroidAndroid / TermuxAvailableLightweight Termux setup for OpenClaw on Android using a glibc linker path instead of a full Linux proot install
WebClawWebAvailableWeb client for OpenClaw conversations
ClawraCompanion skillAvailableOpenClaw companion setup that installs a selfie skill and visual-response workflow for chat platforms
HappyClawWebAvailableSelf-hosted multi-user local AI agent system inspired by OpenClaw-style agent operations
CC SwitchDesktopAvailableTauri desktop manager for OpenClaw and other coding CLIs, with provider switching, MCP and skills management, sessions, and workspace editing.
lucinateCross-platform CLI/TUIAvailableTerminal-native chat client for OpenClaw Gateway and OpenAI-compatible endpoints with streaming responses, tool-call cards, agent management, cron browsing, and session workflows
QclawDesktopAvailableGUI helper for OpenClaw setup, environment checks, model configuration, and update workflows.
nexuDesktopAvailableLocal-first desktop client for connecting OpenClaw agents to WeChat, Feishu, Slack, Discord, and related IM channels.
BlueClawiOSAvailableNative iOS client for OpenClaw gateways with SSH tunneling and direct WebSocket modes
openclaw-gateway-clientReference clientAvailableMinimal custom Gateway WebSocket client with V3 device-auth challenge-response flow
ClawAppMobile / PWAAvailableMobile chat client for OpenClaw agents with streaming conversations, image handling, tool calls, PWA support, and APK packaging
ClawdbotMenumacOSAvailableMenu bar app for starting, stopping, restarting, and checking the status of a local Clawdbot or OpenClaw gateway
CloudToLocalLLMDesktopAvailablePrivacy-focused desktop companion that includes OpenClaw Gateway connectivity, local desktop control, chat, avatar, and vision modules
ClawPalDesktop / visual managerAvailableVisual interface for managing OpenClaw agents, models, and configuration files
EasyClawmacOS / WindowsAvailableOne-click OpenClaw installer for desktop operators
OpenClaw DesktopDesktopAvailableCross-platform desktop client that connects to OpenClaw Gateway and packages a local app experience.
MicroClawWindowsExperimentalWindows package for installing and running OpenClaw with a desktop client, local runtime, skills, and permission-controlled sandbox.
iClawWebAvailableLocal chat UI for a running OpenClaw Gateway, with local history storage.
OpenClaw ManagerDesktop / web managerAvailableVue, TypeScript, and Python GUI manager for OpenClaw with Chinese and English interface support.
SuperClawWindowsAvailableChinese desktop client that embeds an OpenClaw Gateway runtime with a separate data directory.
AI Memory ReadermacOS / iOSAvailableNative viewer for local agent memory and session files, including OpenClaw memory paths.
Jorgut OpenClaw DesktopDesktopAvailableTauri desktop wrapper that starts OpenClaw Gateway and guides first-run setup.
Claw Companion AndroidAndroidAvailableAndroid client for connecting to OpenClaw gateways through QR setup payloads, Tailscale Funnel, or manual endpoints.
ClawChatMobileAvailableFlutter chat client for OpenClaw Gateway conversations.

Monitoring & Dashboards

ToolTypeFeatures
openclaw dashboardBuilt-inGateway info, stats, web UI
ClawControllerThird-partyReal-time monitoring, task orchestration, agent chat
claw-dashCommunitySessions, tokens, costs, CPU/RAM/disk metrics
Mission ControlCommunityConvex + React, live logs, task tracking
OpenClaw Mission ControlCommunityRBAC, Kanban board, War Room, transcripts, Telegram output (37 stars)
OpenClaw StudioCommunityVisual agent management with cron jobs, tool extraction, mentions (410 stars)
Hawk EyeCommunityWorkspace sentinel & operational dashboard
ClawTickThird-partyPerformance monitoring, uptime checks, and real-time analytics for OpenClaw instances.
Opik OpenClawObservabilityExports agent traces to Opik for monitoring cost, tokens, errors, and behavior
openclaw-dashboardCommunity dashboardReal-time dashboard with auth, MFA, cost tracking, live feed, and memory browser
OpenClaw Control CenterLocal dashboardLocal-first dashboard for OpenClaw health, usage, staff, collaboration, tasks, documents, memory, and settings
OpenClaw CTLManagement scriptMenu-driven macOS, Linux, and Windows script for OpenClaw install, service control, provider setup, plugins, backup, and repair
OpenClaw Bot ReviewCommunity dashboardLightweight dashboard for reviewing OpenClaw bots, agents, models, and session status
OpenClaw ManagerCommunity dashboardWeb management UI for OpenClaw configuration, service control, logs, and runtime status
OpenClaw NerveCommunity cockpitWeb cockpit for voice conversations, workspace files, kanban-style tasks, sub-agent sessions, charts, and usage visibility
LobsterBoardDashboard builderDashboard builder for creating custom OpenClaw monitoring views
OpenClaw OfficeCommunity consoleVisual monitoring and management frontend for OpenClaw multi-agent systems through the Gateway WebSocket
Mission Control GUICommunity dashboardBrowser GUI for monitoring OpenClaw agents, sessions, scheduled jobs, costs, and memory on the host machine
OpenClaw DashboardLocal dashboardGo-based command center for OpenClaw gateway health, costs, cron jobs, sessions, and sub-agent activity
OpenClaw AdminAdmin consoleVue-based web console for OpenClaw Gateway agents, sessions, models, channels, skills, and terminal access
Autensa Mission ControlProduct workflow consoleSelf-hosted OpenClaw Gateway product-engine workflow for market research, feature generation, PR creation, and run visibility
TenacitOSLocal dashboardNext.js control center that reads OpenClaw agents, sessions, memory, logs, cron jobs, costs, and workspace files from the local installation.
agenttraceLocal TUILocal-first session inspector for OpenClaw-style and other AI coding-agent logs, showing tokens, estimated cost, tool failures, latency, health, diffs, and CI gates
Monitoring OpenClawCommunity dashboardDashboard for an OpenClaw infrastructure stack with service status, trading bot status, recent trades, and capital history views
OpenClaw DashLocal macOS dashboardLocal diagnostic toolkit for monitoring OpenClaw Gateway, exporting privacy-masked support reports, and running pre-upgrade health checks
OpenClaw MonitorCommunity dashboardVue and Node.js dashboard for OpenClaw Gateway status, sessions, token usage, message trends, and monitor API endpoints
laboon-self-healingCommunitySelf-healing OpenClaw health-check workflow with restart, remediation, and alert notification steps
AgentPulseThird-partyLLM cost and observability dashboard for tokens, latency, errors, and model usage across agent workloads
tokscaleUsage CLIToken-usage tracker that reads OpenClaw agent data paths alongside other coding-agent tools and renders CLI usage reports.
ClawPanelManagement panelGo-based OpenClaw management panel for channel runtime management, logs, and external gateway operations.
Mission Control CenterOperations dashboardUbuntu-focused dashboard for OpenClaw agent conversations, scheduled tasks, daily reports, service status, and local MCP services
ClawMetryObservability dashboardReads local OpenClaw configuration and renders channel activity, session flow, and agent monitoring views
costclaw-telemetryCost dashboardLocal dashboard for tracking OpenClaw LLM calls, run-level cost estimates, and usage breakdowns
AgentBridgeCoordination dashboardOpenClaw-first dashboard and API for assigning, tracking, and reviewing work across AI agent teams
VibeLensSession analyticsSession visualization and analytics tool that documents OpenClaw JSONL paths alongside other agent hosts
openclaw-observability-monitorLocal monitorLightweight localhost monitor for OpenClaw gateway status, event feeds, and snapshots
OpenClaw WatchdogWindows service monitorWindows service monitor that restarts OpenClaw Gateway when it stops responding
clawctlVM managerTooling for running OpenClaw gateways inside isolated virtual machines
clawdhomeMulti-instance managerMac-focused manager for isolating multiple OpenClaw gateway instances on one host
CrabwalkCompanion monitorReal-time companion monitor for OpenClaw agents
ClawLibraryVisual asset dashboard2D library interface for browsing OpenClaw generated assets, runtime activity, and working state
ClawProBenchBenchmark harnessLive-first benchmark harness for evaluating agents in the OpenClaw runtime with deterministic grading and repeated trials
botmakerBot builderUI for creating containerized OpenClaw bots
openclaw-models-uiModel UIVisual model-priority manager for OpenClaw Gateway Dashboard
openclaw-quickfixDiagnostics toolkitQuick diagnostic and repair toolkit for OpenClaw Gateway configuration and runtime issues
RuView PresencePresence pluginPresence-aware behavior plugin for OpenClaw using RuView WiFi sensing signals
AgentTown ObserverRead-only observerOpenClaw Gateway plugin for observing AgentTown state without write actions
ClawLensObservability and guardrailsLocal OpenClaw plugin that records tool calls, scores risky behavior, shows sessions in a dashboard, and supports guardrail actions
OpenClaw MCGateway control UIReal-time control interface for OpenClaw Gateway agents, chats, sessions, and automation features
WatchclawWatchdog CLIBash watchdog for checking and recovering OpenClaw Gateway processes on macOS and Linux
OpenClaw RescueRecovery watchdogWatchdog and emergency Telegram bot for gateway health checks, doctor runs, alerts, and restart flows
LobstertankMulti-gateway control planeRegistry and orchestration interface for multiple OpenClaw Gateway instances across local and cloud infrastructure
OpenClaw DashboardWeb dashboardReact and Next.js dashboard that maps OpenClaw Gateway commands into visual pages
clawlyx DashboardWorkstation dashboardDashboard for OpenClaw agents, mission control, usage, scheduler health, and history views
Single-file OpenClaw DashboardLightweight dashboardSingle HTML and Node.js dashboard for agent fleet, cron, sessions, and conversation visibility
Mission Control BoardMission-control dashboardVisual board for OpenClaw agent tasks, cron jobs, team status, and daily digest workflows
OpenClaw Command Center v2Orchestration dashboardWebSocket RPC dashboard for sessions, cron jobs, kanban tasks, and chat against OpenClaw Gateway
OpenClaw Probe RustHost agentRust host probe for OpenClaw health checks, restarts, session token scanning, system metrics, and backup tasks
clawdbot-cost-monitorCost dashboardLocal dashboard for parsing OpenClaw session files and showing token and cost history
MoltcraftVisual dashboardIsometric dashboard that connects to a Moltbot or OpenClaw gateway to visualize agent activity

Backup & Restore

openclaw config backup
openclaw config restore config-2026-02-01-1600.yaml

# Manual backup
tar -czvf ~/openclaw_backup_$(date +%Y%m%d).tar.gz -C "$HOME" .openclaw

Never commit ~/.openclaw/ to Git (contains secrets).

  • Keep My Claw - Encrypted OpenClaw backup and restore service with client-side encryption, scheduled snapshots, and Cloudflare R2 storage.
  • soul-upload.com - Encrypted backup storage for OpenClaw workspace artifacts, using local encryption before upload and recovery by URL plus password.
  • openclaw-backup - Backup and restore skill for OpenClaw instance migration. Review credential scope before use.
  • openclaw-infra - Disaster-recovery bootstrap for exporting OpenClaw settings, versioning infrastructure state, and restoring a server profile.
  • openclaw-killer - Uninstall and cleanup script for removing OpenClaw components from a host after review.
  • backup-openclaw - Python CLI for compressed OpenClaw installation backups with metadata files and optional encrypted upload paths. Review backup contents before remote storage.

Performance Benchmarks

Inference Speed

HardwareTokens/secNotes
RTX 4090~80 t/sBest GPU performance
AMD MI300XHigh192 GB memory, free credits available
Apple M2 Pro 64GBGoodLarge memory pool for bigger models
MacBook Air M2~3.2 t/sCPU-only, usable
Typical CPU~13.5 t/sNon-time-critical tasks
Oracle ARM (7B)5-10 t/sFree tier, acceptable
Raspberry Pi 52-5 t/sSlow but works
ESP32-S3 (MimiClaw)Cloud APINo local inference, calls Claude API via Wi-Fi
RISC-V (PicoClaw)Cloud API10 MB RAM, single Go binary, 1s boot, $10 board

Memory for Local Models

Model SizeRAM RequiredGPU VRAM
3B (quantized)4 GB4 GB
7B (quantized)8 GB8 GB
13B (quantized)16 GB12-16 GB
70B (quantized)64 GB48 GB+

Bottleneck: Memory bandwidth and VRAM capacity, not CPU speed. Sweet spot: 7B models.


OpenClaw vs Claude Code

Complementary tools, not competitors. Many engineers run both simultaneously.

FeatureClaude CodeOpenClaw
Lives inTerminal / IDEMessaging apps
FocusCoding, developmentAutomation, integration
MemorySession-basedPersistent (24/7)
OperationInteractiveAutonomous
RuntimePer-sessionAlways-on daemon
IntegrationGit, tests, dev toolsEmail, calendar, messaging, home automation
Best forMulti-file refactoring, testsInbox monitoring, reminders, web scraping

Alternatives & Competitors

AlternativeTypeBest ForKey Advantage
NanobotLightweight (4K lines)Minimalists99% smaller codebase, 45 MB RAM, MCP-native
PicoClawUltra-lightweight (Go)Embedded/hardware10 MB RAM, $10 RISC-V, single binary, 1s boot
ArchestraEnterpriseSecurity/complianceMCP registry, A2A, agentic security (3.5K stars)
NanoClawSecurity-firstSecurity-consciousIsolated Apple containers
memUMemory-focusedBudget usersLocal knowledge graph
Jan.aiOffline chatPrivacy absolutists100% offline
AnythingLLMDoc-to-chatbotKnowledge basesTurn PDFs into chatbots
Claude CodeCoding agentDevelopersBest coding assistant
Microsoft CopilotEnterprise AIEnterpriseCompliance, security
eesel AIBusiness agentHelp desksCustomer service
EmergentPersonal AIWhatsApp/TelegramSimpler OpenClaw alternative
memU botMemory-first agent24/7 proactive assistantLearns habits, acts without commands
Knolli.aiSafe agentic AISecurity-firstBest OpenClaw alternative
DifyLLM app platformAgents, RAG, MLOpsBest debugging, workflow visualization
LangflowRAG pipelinesVector stores, MongoDBMIT licensed, Astra DB native
FlowiseChatbot builderRapid developmentPrebuilt conversational templates
n8nWorkflow automationBusiness processesVisual workflow builder
LangBotMulti-platform botsIM integrationGitHub
LobsterXDocument-related OpenClaw-like agentDocument workflowsSelf-hostable (Docker, uv tool), Telegram bot support, lightweight codebase (2-3K LoC)
IronClawRust rewritePrivacy & securityOpenClaw-inspired, built by NEAR AI, Rust-native (1.3K stars)
ZeroClawRust ultra-fastSpeed-first users3.4 MB binary, <10ms startup, 22+ providers, swappable Rust traits, hybrid SQLite memory
TinyClawShell script (400 LoC)Stability-firstClaude Code + tmux, WhatsApp, heartbeat, cron, self-healing (1.3K stars)
Mini-ClawMinimalistSubscription usersUses Claude Pro/Max or ChatGPT Plus directly in Telegram, zero API cost
Ralv3D agent orchestrationMulti-agent managementStarCraft-like spatial UI for commanding 100+ agents
GitClawGitHub Actions agentServerlessZero-infra OpenClaw via GitHub Issues & Actions
BankrBot SkillsDeFi/crypto agentWeb3 tradersPolymarket, token trading, NFTs, on-chain messaging
ClosedClawDesktop GUI forkGTK usersGTK GUI + Ollama integration + enhanced lite mode
OpenGlassSmart glassesWearable hardwareMeta Ray-Bans + Gemini Live + OpenClaw real-time AI
ScallopbotCost-optimized agentBudget usersMulti-provider routing, budget controls, voice I/O
VisionClawSmart glassesWearable ARMeta Ray-Ban + Gemini Live + OpenClaw, iOS/Swift (796 stars)
PinchChatWeb (PWA)AvailableOpen-source webchat UI with ChatGPT-like interface, live tool calls, multi-session, token tracking, streaming, 8 languages, theming
DebotRust lightweightCost-consciousRust+Python, auto conversation compaction, smart LLM router
NanoClaw (original)Security-firstApple container500 lines TypeScript, WhatsApp, Anthropic Agent SDK (7K+ stars)
AutobotCrystal ultra-fastSpeed and security oriented users2MB binary, ~5MB RAM, <10ms startup
Secure OpenClawMessaging assistantMessaging-platform operatorsOpenClaw-like assistant gateway with allowlists, tool-use approvals, scheduled reminders, and Composio app integrations
NullClawZig lightweight runtimeEmbedded and low-resource usersOpenClaw-style assistant infrastructure implemented as a Zig static binary with provider, channel, memory, tool, and gateway docs

Moltbook (AI Social Network)

Created by OpenClaw agent "Clawd Clawderberg" (built by Matt Schlicht, Cofounder of Octane AI).

StatValue
LaunchedJanuary 28, 2026
Registered AI agents1.6M+
Posts & responses7.5M+ AI-generated
FormatReddit-style forum for AI agents
Human accessRead-only observation

"Most interesting place on the internet right now" - Fortune


Skills & Plugins

ClawHub (Official Registry)

Awesome OpenClaw Skills

Lobster Workflow Runtime

Lobster - typed workflow runtime with resumable approvals. Turns skills/tools into composable pipelines.

Notable Skills & Plugins

SkillDescriptionSource
MixpostSocial media management integrationClawHub
AIsa SkillsStreamlined AI agent deploymentPheMex
Luma EventsSearch events, RSVP, sync to Google Calendar (no API needed)X/@bilbeny
QMD SkillCuts token usage by 95%X/@milesdeutscher
SupermemoryUnlimited memory for OpenClawClawHub
CogneeGraph-based memory with auto-recall, semantic searchGitHub | npm
Claude TeamSpawns visible terminal sessions instead of backgroundX/@jlehman_
ClawRouterSmart LLM router - save 78% on inference costs, 30+ modelsGitHub
HonchoPersistent cross-session memory with user modeling and dual-peer contextClawHub | GitHub
memory-mem0Self-hosted memory plugin using Mem0 for semantic fact extraction. Local Ollama embeddings, Qdrant vector storage, Gemini Flash extraction.GitHub
Agent SessionsSession browser + analytics + limits tracker for Codex CLI, Claude Code, OpenCode, Gemini CLI (245 stars)GitHub
AnnouncerHouse-wide TTS announcements via AirPlay speakersGitHub
TweetClawSafety-first X/Twitter plugin via Xquik. Read-only search/extract by default; posting, follow & DM actions are opt-in, gated behind per-account rate limits, exponential backoff on 429/5xx and conservative daily caps to respect X's automation rules. Review X's Developer Policy before enabling writes.GitHub | npm
GitHub Search SkillsDeep GitHub project analysis and explorationGitHub
UnbrowseSelf-learning API skill generator - auto-discovers APIs from browser traffic, 100x faster than browser automationGitHub
FoundrySelf-writing meta-extension - learns how you work, researches docs, writes new capabilities into itselfGitHub
Supermemory (Official)Official Supermemory integration - perfect memory and recall, auto-stores conversationsGitHub
AfrexAI Skills13 free business skills: prospect research, cold email, competitor analysis, meeting prep, LinkedIn, ICP builder, CRM, invoicing, SEO, daily briefing, objection handling, email triage, humanizerSetup Wizard | Revenue Calculator | Context Packs
Apify OpenClaw PluginConnects OpenClaw workflows to Apify actors and web automation tasksGitHub
MemOS Cloud OpenClaw PluginLong-term memory plugin that recalls context before execution and stores conversations after runsGitHub
OpenClaw Codex App ServerPlugin that brings Codex App Server workflows to Telegram and Discord through OpenClawGitHub
NorthstarOpenClaw and ClawHub skill for daily business briefings from Stripe, Shopify, Lemon Squeezy, and Gumroad metricsGitHub
Product Manager SkillsMarkdown-first PM skill pack that can be loaded by OpenClaw and other local-file AI tools for PRD review, SaaS metrics, discovery, and roadmap workGitHub
Before You Build SkillPre-build product risk review skill for checking demand, positioning, monetization, retention, trust, distribution, and feature-adoption risk before implementationClawHub | GitHub
TweetClawX/Twitter plugin for OpenClaw using Xquik. Treat write, follow, and DM actions as opt-in and review platform policy before enabling automation.GitHub | npm
ToolRouterTool gateway that exposes external tools to AI assistants through MCP-style workflows. Verify OpenClaw compatibility and requested permissions before use.Website
OpenClaw Medical SkillsBiomedical and clinical skill library for OpenClaw and NanoClaw, organized as installable SKILL.md modulesGitHub
OpenClaw agent templatesCollection of OpenClaw agent templates and SOUL.md configurations with a machine-readable indexGitHub
OpenClaw Skills zhChinese OpenClaw skills collection translated and organized by use caseGitHub
OpenClaw Master SkillsCurated OpenClaw skills collection maintained as a public GitHub repositoryGitHub
Lossless ClawLossless Context Management plugin for OpenClaw context compression and retention workflowsGitHub
ParleyClawHub plugin for durable coordination state, obligations, plans, artifacts, scoped identity, and recovery across long-running multi-agent workClawHub | GitHub
mem9Memory plugin for OpenClaw agentsGitHub
OpenViking OpenClaw PluginContext-engine plugin that connects OpenClaw to OpenViking for remote memory, session archiving, semantic retrieval, and resource import workflowsGitHub
memory-lancedb-proLanceDB memory plugin for OpenClaw with hybrid retrieval, reranking, multi-scope isolation, and a management CLIGitHub
MetaClawResearch project for conversational agent learning and evolution on OpenClaw-style agentsGitHub | paper
AutoResearchClawResearch workflow project for idea-to-paper agents using OpenClaw and MetaClaw patternsGitHub
memUMemory layer for long-running proactive agents such as OpenClaw, with a Python package and public docsGitHub
Sundial Awesome OpenClaw SkillsCurated OpenClaw skill collection organized by category with an install command for sundial-hub usersGitHub
Memori OpenClaw PluginPersistent structured memory plugin for OpenClaw Gateway agents, with hosted and bring-your-own-database paths documented by MemoriGitHub
OpenClaw Plugin InspectorOffline compatibility checker for OpenClaw plugin packages, manifests, hooks, registration calls, and CI artifactsGitHub
OpenClaw Kitchen Sink PluginCredential-free fixture plugin that covers public OpenClaw plugin API surfaces for examples and compatibility testingGitHub
crabpotCompatibility testbed that pins community plugins and checks OpenClaw plugin API seams with plugin-inspectorGitHub
ClawBioBioinformatics-native OpenClaw skill library with local-first workflows and installable skills for research tasksGitHub
OpenClaw Materials LabNative OpenClaw plugin for materials-science search, structure analysis, candidate comparison, notes, and report exportGitHub
SkysearchFlight-search skill for OpenClaw that uses browser automation across booking and airline sites without requiring API keysGitHub
OpenClaw Documentation SkillAuto-syncing documentation skill that gives coding assistants installable OpenClaw reference material and workflowsGitHub
OpenClaw Offline SeedConfig-driven offline plugin and skill seeding tool for OpenClaw runtimes on Kubernetes, Helm, and DockerGitHub
AxonHub OpenClaw PluginProvider plugin that routes OpenClaw model requests through a self-hosted or hosted AxonHub AI gatewayGitHub
RemnicLocal-first memory plugin for OpenClaw-compatible agents that stores extracted memory as plain Markdown with search supportGitHub
openclaw-memory-libravdbLocal-first memory plugin backed by LibraVDB for scoped session, user, and workspace recall in OpenClawGitHub
openclaw-parcelParcel delivery-tracking plugin for OpenClaw with API-key configuration through environment or secret-reference patternsGitHub
@ollama/openclaw-web-searchOllama web search plugin package for OpenClaw, with slash-command and config-based authentication pathsnpm
Claw EarnAgent bounty and marketplace workflow for OpenClaw-style agents. Review task, wallet, and policy assumptions before enabling autonomous payments.Website
@tloncorp/tlon-skillTlon and Urbit skill package with CLI installation and OpenClaw agent usage notesnpm
OpenClaw Meeting MinutesPublic meeting-minutes repository generated by an OpenClaw workflow from transcripts, structured summaries, and action itemsGitHub
Paperclip OpenClaw Gateway AdapterAdapter package that documents how Paperclip invokes OpenClaw through the Gateway protocolnpm
openclaw-cortexLong-term memory plugin for OpenClaw with Cortex knowledge-graph recall, capture hooks, session goals, and health commandsGitHub
xworkmate-artifactsGateway plugin that exports structured workspace artifact manifests for XWorkmate bridge workflowsGitHub
PinclawWearable AI clip ecosystem with hardware, firmware, and an OpenClaw plugin for push-to-talk agent dispatchGitHub
OpenClaw.NETIndependent .NET gateway and agent runtime inspired by OpenClaw, with NativeAOT-friendly CLI, desktop bundles, MCP, and channel adaptersGitHub
OpenClaw A2A GatewayPlugin that implements Agent-to-Agent protocol messaging between OpenClaw agents with peer discovery and per-message agent targetingGitHub
MCP AdapterOpenClaw plugin that discovers MCP server tools at startup and exposes them as native agent toolsGitHub
Feishu Bot Chat PluginFeishu group-chat plugin that lets multiple OpenClaw bots discover each other and communicate through bot mentionsGitHub
SearXNG Search PluginOpenClaw web-search plugin for self-hosted SearXNG instancesGitHub
Oxylabs AI Studio PluginOpenClaw plugin that adds Oxylabs AI Studio web search and fetch toolsGitHub
Membase OpenClaw PluginPersistent-memory plugin for OpenClaw using hybrid vector search and a knowledge graphGitHub
n8n OpenClaw Nodesn8n community nodes for controlling OpenClaw Gateway sessions, messages, cron jobs, search, and commands from workflowsGitHub
skillshareCross-tool skill sync CLI with OpenClaw support for sharing skill installs across machines and agent toolsGitHub
Build With ClaudePublic directory for skills, agents, commands, hooks, plugins, and marketplace collections that includes OpenClaw-related entriesGitHub
EDAMAME for OpenClawSecurity integration for OpenClaw agents with MCP plugin, skills, provisioning, and host-side behavioral monitoring docsGitHub
Zenzap OpenClaw PluginChannel plugin that connects OpenClaw to Zenzap team topics, tasks, and messagesGitHub
quality-guardOpenClaw plugin that blocks dangerous shell commands and checks tool output quality before agent dispatchGitHub
weixin-agent-gatewayWeChat gateway that routes messages to OpenClaw and other local agent backends. Review platform policy before enabling account automation.GitHub
openclaw-plugin-a2aPlugin adapter for A2A broker integration with task request, status, cancel, and monitoring bridge boundariesGitHub
openclaw-multi-session-pluginsPlugin support for logical multi-session isolation and scoped XWorkmate artifact manifests in OpenClaw runtimesGitHub
Guardrail Bridge PluginPre-agent security plugin for OpenClaw with compatibility metadata and policy checks before agent dispatchGitHub
openclaw-adapterAdapter that wraps Eliza plugin actions, providers, and services for use from OpenClawGitHub
PowerMemLong-term memory system with documented OpenClaw integration through the memory-powermem pluginGitHub
localsetupRepo-local workflow engine that can install shared skills and context across Cursor, Claude Code, Codex, OpenClaw, Kilo, and OpenCodeGitHub
SkillNoteSkill registry for creating, versioning, and sharing SKILL.md files with OpenClaw connection docsGitHub
customs-skillChinese customs-service OpenClaw skill for Feishu-connected read workflows, controlled writes, document handling, and status notificationsGitHub
zenodo-skillResearch artifact skill for Zenodo deposits and DOI workflows that documents use from OpenClaw-compatible agent hostsGitHub
llm-wiki-skillOpenClaw and Codex Agent skill for compiling source material into persistent cross-linked Markdown knowledge basesGitHub
bibigpt-skillBibiGPT Desktop and CLI skill with documented OpenClaw installation for summarizing video and audio sourcesGitHub
huskylens2-mcp-skillDFRobot HUSKYLENS 2 MCP service skill with OpenClaw endpoint setup notesGitHub
openclaw-plugin-claude-codePlugin for running Claude Code in Podman or Docker containers from OpenClaw. Verify subscription and container permissions before use.GitHub
openclaw-open-webui-channelsPlugin for connecting OpenClaw to Open WebUI ChannelsGitHub
openclaw-plugin-wiki-memoryMemory plugin backed by a Markdown LLM Wiki with hybrid semantic and full-text searchGitHub
openclaw-telegram-approval-buttonsTelegram approval-button plugin for OpenClaw exec approval messagesGitHub
ObsidianClawObsidian plugin for chatting with an OpenClaw agent from inside a vaultGitHub
openclaw-plugin-llm-trace-phoenixPlugin that sends OpenClaw LLM traces to Arize Phoenix for prompt, response, and token inspectionGitHub
openclaw-channelOpenClaw Channel SDK for building channel integrationsGitHub
tuya-openclaw-skillsTuya AI skill library for OpenClaw and TuyaClaw smart-ecosystem device workflowsGitHub
model-hierarchy-skillOpenClaw skill for routing model choice by task complexity and cost profileGitHub
openclaw-skills-securityMarkdown-based security skills for prompt-injection checks, supply-chain review, and credential-leak detectionGitHub
decodo-openclaw-skillOpenClaw skill for URL scraping through the Decodo Web Scraping APIGitHub
obsidian-openclaw-memoryOpenClaw skill for using Obsidian as an AI memory system with a knowledge graphGitHub
openclaw-skillsCollection of OpenClaw agent skills for search, analysis, and content extractionGitHub
jincai openclaw-skillsReusable OpenClaw skills collection for local agent workflowsGitHub
agent flywheel skillsClawdbot skill collection for agentic coding workflows, cloud CLIs, and development toolsGitHub
Plugin-GBTOpenClaw plugin for compressing agent context and reducing repeated prompt tokensGitHub
Claw SamaVRM avatar desktop-pet plugin for connecting OpenClaw workflows to a local character surfaceGitHub
openclaw-codex-image-genOpenClaw plugin that adds a Codex CLI image-generation command workflowGitHub
Coze OpenClaw PluginPlugin for connecting Coze workflows to OpenClawGitHub
mkhlabArabic-first OpenClaw plugin with dialect-aware skills and localized workflowsGitHub
openclaw-better-gatewayGateway UI enhancement plugin with automatic refresh and WebSocket handling improvementsGitHub
openclaw-memory-auto-recallMemory plugin that injects relevant stored context before each OpenClaw promptGitHub
web-search-plus-pluginMulti-provider web search and extraction plugin for OpenClaw research workflowsGitHub
openclaw-langfuseLangfuse observability plugin for tracing OpenClaw agent turns, sessions, token use, latency, and costGitHub
GetNote OpenClawOpenClaw skill for GetNote note workflowsGitHub
scholar-skillAcademic reading and knowledge-linking skill for OpenClaw with Obsidian-oriented workflowsGitHub
dingtalk-ai-tableDingTalk AI table operation skill for OpenClaw workflowsGitHub
openclaw-chat-history-importSkill for importing external chat history into OpenClaw archive, daily memory, and MEMORY.md workflowsGitHub
openclaw-skill-n8nOpenClaw skill for n8n workflow operationsGitHub
jobradarJob-search skill that documents OpenClaw usage for Germany and China tech-role workflowsGitHub
ClawlettOpenClaw skill for permissioned on-chain actions with human control boundariesGitHub
principles-discipleNative OpenClaw plugin package for Principles Disciple workflowsnpm
openclaw-ynabroOpenClaw plugin that registers YNABro tools for budget workflowsnpm
n8n-as-code OpenClaw pluginPlugin for creating and managing n8n workflows from OpenClawnpm
agent-changelogInstallable OpenClaw skill for keeping an agent changelog in a workspacenpm
openclaw-skill-easy-learnOpenClaw skill for generating beginner-friendly learning notesnpm
openclaw-skill-article-summarizerSkill for summarizing articles, web pages, PDFs, and Feishu docs with opt-in note savingnpm
openclaw-skill-optimizerPackage for analyzing and optimizing OpenClaw skill performancenpm
openclaw-crawleo-skillSelf-contained OpenClaw skill package for Crawleo web search and crawling workflowsnpm
rugbyclawRugby scores, fixtures, and results CLI with an OpenClaw skill packagenpm
@indexnetwork/openclaw-pluginOpenClaw plugin for Index Network people-discovery workflowsnpm
@clawchatsai/connectorOpenClaw plugin for a P2P tunnel and local API bridge to ClawChatsnpm
aamp-openclaw-pluginAgent Mail Protocol plugin that gives OpenClaw an AAMP mailbox identity for receiving and replying to task messagesnpm
@aauth/mcp-openclawOpenClaw plugin for connecting to AAuth-authenticated MCP serversnpm
orca-openclaw-pluginOpenClaw plugin wrapper for Orca runtime guardrail checksnpm
agent-control-openclaw-pluginPlugin that connects OpenClaw tool catalogs and calls to Agent Control policy workflowsnpm
imclawAgent-to-agent instant messaging channel extension for OpenClawnpm
@perkos/perkos-a2aA2A protocol communication plugin for OpenClaw agent-to-agent workflowsnpm
@agnt-rcpt/openclawPlugin for cryptographically signed audit trails for OpenClaw agent actionsnpm
@spikelabs/lobster-shell-pluginPlugin for connecting an OpenClaw agent to Lobster Shell cloud workflowsnpm
@jiggai/kitchenWeb dashboard package for OpenClaw agent teams, workflows, and automationnpm
@meego-harness/openclaw-workerNative OpenClaw plugin that bridges a fixed OpenClaw agent to Meego harness workersnpm
@clawlauncher/claw-activity-monitorPlugin that streams OpenClaw agent activity to the Claw Launcher dashboardnpm
@inline-openclaw/inlineChannel plugin for interacting with an OpenClaw agent through Inlinenpm
@synadia-ai/nats-channelNATS channel plugin that makes OpenClaw agents discoverable through Synadia Agent Protocol workflowsnpm
@gitopenclaw/connectRuntime connector that streams OpenClaw agent events for monitoring, alerting, and kill-switch controlnpm
clawcaliCal feed package for OpenClaw agent activitynpm
@handlebar/openclawGovernance plugin package for OpenClaw agentsnpm
@cogineai/clawpackerCLI for inspecting, exporting, importing, and validating portable OpenClaw agent and workspace templatesnpm
playclawPlugin package for connecting OpenClaw agents to PlayClaw testing playground workflowsnpm
openclaw-agent-dashboardVisual multi-agent dashboard plugin package for OpenClawnpm
@botmem/openclaw-pluginOpenClaw plugin for Botmem personal-memory search across connected user data sourcesnpm
@oda-agent/openclaw-pluginOpenClaw plugin for grocery-planning workflows with Oda automation boundariesnpm
@gdpisen/openclaw-pisenPisen enterprise-workspace channel plugin for OpenClaw private-message workflowsnpm
@newbase-clawchat/openclaw-clawchatClawChat Protocol channel plugin for OpenClaw with plugin-owned WebSocket transportnpm
openclaw-xiaoyouXiaoyou enterprise-service channel plugin that bridges OpenClaw through an outbound WebSocketnpm
@openswitchy/openclaw-channel-openswitchyOpenSwitchy channel plugin for receiving messages and returning OpenClaw agent responsesnpm
@43world/43chat-openclaw-plugin43Chat inbound-notification plugin that writes chat events into the OpenClaw main sessionnpm
@model-hub/openclaw-cliCLI package for connecting OpenClaw installations to ModelHub bridge workflowsnpm
@h-ear/openclawOpenClaw skill for H-ear World audio classification commandsnpm
@dcentralab/skillsSkillHub CLI for searching, installing, publishing, and managing OpenClaw skillsnpm
@memorymerge/openclawMemoryMerge OpenClaw integration with turn hooks for remember, recall, and reflect workflowsnpm
@lynqn/openclaw-skillOpenClaw skill for sharing text, generating QR codes, and shortening URLs through LYNQNnpm
clawfee-sdkBilling SDK for OpenClaw skill developers adding per-call, subscription, or one-time payment flowsnpm
@mtt-open/openclaw-mttsportsMTTSports OpenClaw skill package for room workflows, session lifecycle control, and event watchingnpm
finebi-openclaw-skillFineBI skill package for OpenClaw data analysis, visualization, and reporting workflowsnpm
repo2skillCLI that converts GitHub repositories into OpenClaw skill packagesnpm
secureskillsCLI for browsing a security-rated OpenClaw skill directory and inspecting skill requirementsnpm
@cly-org/switchbot-openclaw-skillSwitchBot smart-home plugin exposing device and scene tools to OpenClawnpm
@agent-pulse/openclaw-skillAgentPulse skill integration for liveness-based gate checks around OpenClaw requestsnpm
@censgate/openclaw-redactPrivacy plugin for redacting PII before OpenClaw sends content to model workflowsnpm
@agentseo/openclaw-pluginAgentSEO plugin package for connecting OpenClaw agents to AgentSEO toolsnpm
Research Paper Push SkillScheduled OpenAlex paper alerts and concise daily Chinese summaries through OpenClaw cronGitHub
Research Papers SkillOpenAlex paper search, DOI lookup, citation inspection, open-access PDF discovery, and Markdown literature reviews for OpenClawGitHub
Intention Hint PluginPre-agent intent scanner that injects routing hints through the before_prompt_build hookGitHub
carapace-plugin-sdkSDK for generating typed OpenClaw plugin manifests, helper code, and standalone CLIsGitHub
unCAGd memoryValidated decision-memory skill for OpenClaw tools and skills, published as @uncagd/openclaw-cag-memoryGitHub
Engram OpenClaw SkillSkill that exposes Engram memory operations to OpenClaw through an MCP server bridgeGitHub
NuttyKnowledge-collection OpenClaw skill for saving links, ideas, projects, and tasks to Feishu BitableGitHub
OpenClaw HDU SkillCampus assistant skill package for Hangzhou Dianzi University workflows such as schedules, exams, seats, and campus servicesGitHub
TencentDB Agent MemoryLocal memory package with documented OpenClaw integration for symbolic short-term memory and layered long-term memoryGitHub
memXSelf-maintaining memory layer with native OpenClaw support and MCP-compatible accessGitHub
Open Second BrainFilesystem-first second-brain toolkit with OpenClaw and MCP-aware client support for Markdown vault workflowsGitHub
SkillLensSelf-hosted web tool for evaluating Agent Skills, including skills intended for OpenClaw-style ecosystemsGitHub
OpenClaw Memory FusionCron-based memory extraction, distillation, and Markdown consolidation workflow for OpenClaw sessionsGitHub
memU Engine for OpenClawCommunity memory plugin that connects OpenClaw sessions to the MemU engine with per-agent storage layout notesGitHub
OpenClaw Memory GraphitiMemory plugin that pairs SpiceDB authorization with Graphiti knowledge-graph storageGitHub
OpenClaw Memory QdrantLocal semantic-memory plugin for OpenClaw using Qdrant and Transformers.jsGitHub
OpenViking Memory BackendOpenClaw memory backend plugin that exposes OpenViking search and content-read workflowsGitHub
OpenClaw Memory pgvectorMemory plugin backed by PostgreSQL or YugabyteDB with pgvector semantic searchGitHub
openclaw-mem0-memorySelf-hosted Mem0-backed memory plugin for OpenClaw lifecycle hooksGitHub
openclaw-memory-engramEngram memory plugin for OpenClaw using SQLite and FTS5 persistent storageGitHub
Memory ManagerStructured long-term memory skill for OpenClaw with capture, trimming, and retrieval workflowsGitHub
openclaw-memory-localLocal memory plugin suite for checkpoints, Qdrant recall, and auto-capture in OpenClawGitHub
OpenClaw Memory LanceDBLanceDB-backed memory plugin for auto-recall, auto-capture, and active memory toolsGitHub
OpenClaw Memory RAGHybrid vector and BM25 memory search package for OpenClaw cross-session recallGitHub
memory-convexConvex-backed persistent-memory plugin for OpenClaw Gateway workflowsGitHub
OpenClaw Memory SearchLocal-first SQLite FTS5 memory-search architecture built for OpenClaw message storesGitHub
OpenClaw Plugin ContinuityPersistent-memory plugin that archives conversations and retrieves relevant cross-session context for OpenClaw agentsGitHub
OpenClaw Plugin StabilityIntrospection and loop-guard plugin for OpenClaw agents, with entropy monitoring and structured heartbeat decision supportGitHub
Awesome OpenClaw PluginsCommunity-maintained plugin directory with inspectable plugin folders and install notes for OpenClaw usersGitHub
Awesome OpenClaw Skills CNChinese OpenClaw skills directory organized for local model, workflow, and plugin discoveryGitHub
gstack OpenClaw SkillsOpenClaw-adapted development workflow skill suite with planning, implementation, testing, review, and release rolesGitHub
brewpage-publishPublishes HTML, Markdown, JSON, files, or multi-file sites to brewpage.app and returns a public URLClawHub
OpenClaw Skill ScannerSecurity gate that scans local folders or ClawHub skills before adding them to an OpenClaw environmentGitHub
PaperClawOpenClaw skill framework for generating field-specific paper review and critique agents from research topicsGitHub
NEIS School CLIKorean school search, meal, and timetable CLI with an OpenClaw skill adapter and ClawHub publishing notesGitHub
OpenClaw Rocket.Chat PluginRocket.Chat plugin that routes inbound messages and OpenClaw replies through a native channel bridgeGitHub
SmartThingsClawOpenClaw skill for listing, checking, and controlling Samsung SmartThings devices through documented scriptsGitHub
OpenClaw Radware Agentic ProtectionSecurity integration for routing OpenClaw provider traffic or lifecycle hooks through Radware checksGitHub
Lightpanda Agent SkillBrowser automation and extraction skill that documents Lightpanda usage from OpenClaw-compatible agentsGitHub
ask-searchSelf-hosted web search skill for OpenClaw agents using SearxNG as the search backendGitHub
Bruce Draw.ioDraw.io diagram-generation skill for OpenClaw-compatible agents with XML self-check and image export workflowGitHub
OpenClaw Odoo ERP ConnectorOdoo ERP integration skill for OpenClaw covering CRM, sales, purchasing, inventory, projects, HR, and fleet modulesGitHub
Skill Checkup OpenClawOpenClaw-only audit skill that returns an executive readiness report with risks and next actionsGitHub
OpenClaw Vertex AI Memory BankMemory plugin that connects OpenClaw agents to Vertex AI Memory Bank with user-scoped recallGitHub
openclaw-autoresearchOpenClaw plugin for autonomous edit, benchmark, measurement, and experiment logging loopsGitHub
OpenClaw Unity PluginUnity Editor plugin that exposes HTTP controls for OpenClaw-assisted game-development workflowsGitHub
Composio for OpenClawMarketplace plugin entry that points OpenClaw users to Composio CLI tool access and setup flowGitHub
OpenClaw ObservabilityOpenTelemetry observability plugin for OpenClaw agents with version-track documentation and backend examplesGitHub
OpenClaw ShieldSecurity plugin for checking secret leaks, PII exposure, and destructive-command risk in OpenClaw environmentsGitHub
AgentAegisRuntime protection plugin for OpenClaw-style agents with lifecycle security checks and bilingual documentationGitHub
openclaw-linearLinear integration plugin that receives webhooks, maintains a work queue, and exposes issue tools to OpenClaw agentsGitHub
openclaw-simplexSimpleX Chat channel plugin for OpenClaw with invite-based contact paths and channel-policy integrationGitHub
Telnyx SMS/MMS ChannelOpenClaw channel extension for Telnyx SMS and MMS webhooks, including inbound media handling and outbound reply flowGitHub
openclaw-whatsapp-kapsoWhatsApp Business Cloud API channel plugin for OpenClaw through Kapso, with cron, announce, and approval workflowsGitHub
esp32-openclawChannel plugin that bridges OpenClaw Gateway to ESP32 xiaozhi voice devices through an intermediate WebSocket serverGitHub
EClawAgent-to-agent OpenClaw channel that provides an external persona, MCP, and A2A communication layerGitHub
OpenClaw Channel OleapOleap enterprise messaging channel plugin for OpenClaw with WebSocket and HTTP polling modesGitHub
ZTM Chat Channel PluginChannel plugin that connects OpenClaw to ZTM Chat for decentralized peer messaging over a zero-trust meshGitHub
DingTalk Bot ChannelOpenClaw channel plugin for DingTalk robots using webhook callbacks and signed per-session responsesGitHub
Awesome OpenClaw Plugins (Jeron)Community plugin directory organized by official plugins, channels, smart home, utility, memory, and security categoriesGitHub
AxonFlow OpenClaw PluginGovernance plugin for OpenClaw agents covering tool-call policy, MCP access control, PII redaction, and audit trailsGitHub
Memory CrystalPersistent-memory project with an OpenClaw plugin and MCP server for cross-session recall workflowsGitHub
OpenClaw Dify Auth PluginProvider plugin that forwards OpenClaw messages to Dify and allows Dify apps to invoke local OpenClaw toolsGitHub
OpenClaw Contemplation PluginPlugin for capturing open questions and returning multi-pass reflection results to OpenClaw contextGitHub
LOCOMO OpenClaw Memory EvalMinimal harness for evaluating OpenClaw memory backends against LOCOMO-style recall tasksGitHub
OpenClaw Offline Memory SQLiteOffline-first memory search package for OpenClaw using SQLite FTS5, BM25, and optional local embeddingsGitHub
Bamdra OpenClaw MemoryContinuity-first memory runtime that installs OpenClaw memory, user binding, and vector-memory componentsGitHub
OpenClaw MemoryMarkdown-first memory server for saving and searching OpenClaw conversation history through local files and MCP accessGitHub
MemoryBoxMemory health CLI for markdown-based agents including OpenClaw, with cleanup and maintenance workflowsGitHub
OpenClaw Memory KitTemplate and runtime kit for OpenClaw context persistence, memory files, and session continuityGitHub
OpenClaw Dashboard Chat Mark PluginBrowser-side dashboard plugin for bookmarking OpenClaw chat messages and reinserting marked context laterGitHub
@openclaw/memory-lancedbLanceDB-backed long-term memory plugin for OpenClaw with auto-recall, auto-capture, and vector searchnpm
@lyriel/openclaw-pluginOpenClaw integration for the Lyriel substrate with a native npm package and setup notesnpm
@openclaw/synology-chatSynology Chat channel plugin for OpenClaw conversations and direct messagesnpm
@openclaw/amazon-bedrock-providerAmazon Bedrock provider plugin for OpenClaw model discovery, embeddings, and guardrail configurationnpm
@evermore.work/adapter-openclaw-gatewayAdapter package that invokes OpenClaw through the Gateway protocol for Evermore Work runtime integrationsnpm
@shareclz/openclaw-mem0-pluginOpenClaw memory plugin that connects Gateway workflows to a mem0-backed recall layernpm
@wangbren/memoxxx-openclaw-pluginLifecycle memory plugin that adds recall and add-memory hooks for OpenClaw agentsnpm
@lobu/openclaw-pluginLobu memory plugin for OpenClaw agents with an npm-distributed install pathnpm
@openclaw/openshell-sandboxSandbox backend that mirrors local workspaces and exposes SSH command execution for OpenClaw sessionsnpm
@supermemory/openclaw-supermemorySupermemory plugin that adds memory capture and recall workflows to OpenClaw agentsnpm
@openclaw/tokenjuiceExec output compaction plugin for OpenClaw sessions that need shorter command-output contextnpm
openclaw-channel-cocraftCoCraft LaTeX editor channel plugin for OpenClaw collaboration workflowsnpm
@openclaw/amazon-bedrock-mantle-providerAmazon Bedrock Mantle provider plugin for OpenClaw model routing through OpenAI-compatible endpointsnpm
@openclaw/anthropic-vertex-providerVertex AI provider plugin that routes OpenClaw model calls to Anthropic models on Google Vertex AInpm
openclaw-weiyuan-initOne-command initializer for the Weiyuan OpenClaw skill packagenpm
@ubundi/openclaw-cortexCortex memory plugin for OpenClaw auto-recall, auto-capture, and memory toolingnpm
@roamhq/openclaw-roamRoam HQ channel plugin for connecting OpenClaw to Roam HQ chat workflowsnpm
@vulcanen/openclaw-monitorReal-time monitoring console package for OpenClaw runtime status and telemetry viewsnpm
@a1hvdy/cc-openclawOpenClaw bridge plugin for routing CLI assistant traffic through an OpenAI-compatible HTTP interfacenpm
@openclaw/voice-callVoice-call channel plugin for OpenClaw integrations using Twilio, Telnyx, and Plivo transportsnpm
@persistio/openclaw-pluginOpenClaw-native long-term memory plugin with explicit recall and store tools backed by Persistionpm
@posthog/openclawPostHog LLM Analytics plugin for capturing OpenClaw model-generation and tool-call telemetrynpm
@paleo/openclaw-slack-mockSynthetic Slack-shaped channel plugin for automated OpenClaw test scenarios without sending live Slack messagesnpm
openclaw-tavilyTavily web tools plugin exposing search, extract, crawl, map, and research tools to OpenClawnpm
@korveo/openclawLocal-first OpenClaw span exporter for viewing diagnostics from the OpenTelemetry pipeline in Korveonpm
@agentlas/openclawPlugin package for connecting OpenClaw to Agentlas notes and knowledge-extraction workflowsnpm
@nextclaw/openclaw-compatCompatibility layer for using OpenClaw plugin interfaces from NextClaw projectsnpm
@scholai/openclaw-scholaiCourseware plugin package for OpenClaw article-generation workflows through Scholainpm
@scholai/openclaw-scholai-toolsOnboarding CLI for installing, inspecting, and updating Scholai OpenClaw pluginsnpm
@listenai/openclaw-xiaolingXiaoling AI plugin package for OpenClaw voice and assistant workflowsnpm
@a5c-ai/hooks-mux-adapter-openclawHarness adapter that connects OpenClaw to the hooks-mux systemnpm
@agent-vm/openclaw-gatewayPackage for running the OpenClaw gateway lifecycle inside an Agent VM environmentnpm
@alfe.ai/openclaw-syncBackup and sync skill for OpenClaw agent workspacesnpm
openclaw-webchat-serverBrowser WebSocket relay server for connecting webchat users to OpenClaw agentsnpm
@riddledc/openclaw-riddledcOpenClaw integration package for RiddleDC workflows with no-secrets setup notesnpm
@onequery/openclaw-pluginOneQuery plugin package for OpenClaw workflowsnpm
@parall/openclaw-agentBootstrap wrapper that prepares per-agent OpenClaw state before launching Parall agentsnpm
@watchline/openclaw-pluginDelivery adapter for receiving matched Watchline events in OpenClaw workflowsnpm
EQVPSAPI-native, pay-per-use VPS skill for OpenClaw with MCP tools for listing plans, ordering servers after confirmation, power control, reinstall, hostname updates, and cancellation.ClawHub

Setup Guides & Starters

  • OpenClaw Personal Agent Starter Free - Starter repository for building a private Telegram assistant with OpenClaw, including setup checklist material and AGENTS.md/SOUL.md templates.
  • OpenClaw setup guide I wish I had - Step-by-step OpenClaw setup and optimization guide covering install, models, memory, heartbeat, cron, channels, security, and use-case building.
  • NetworkChuck OpenClaw setup - Companion guide for a VPS-based OpenClaw setup video, with ordered commands for install, Telegram pairing, cron jobs, skills, browser access, sub-agents, and security checks.
  • openclaw-n8n-stack - Docker stack for running OpenClaw with n8n, MCP, and workflow automation components in one local setup.
  • awesome-openclaw-configs - OpenClaw configuration templates for Chinese LLM providers, multi-channel chat, and automation setups.
  • OpenClaw Push-to-Talk Client - Desktop console client for microphone push-to-talk interaction with an OpenClaw Gateway.
  • AgentServer - Self-hosted browser environment with Helm values for OpenClaw gateway image, port, and sandbox subdomain configuration.
  • openclaw-gcp - One-command deployment guide for running OpenClaw Gateway on a GCP Compute Engine VM.
  • openclaw-sandboxed - Hardened OpenClaw gateway setup with sandbox isolation, nftables firewalling, and local LLM integration.
  • ruby_llm-openclaw - RubyLLM provider gem for OpenClaw Gateway using WebSocket and Ed25519 authentication.
  • openclaw-quickstart - Akamai Cloud quickstart for running OpenClaw, Moltbot, or ClawdBot.
  • openclaw-kubernetes - Kubernetes Helm chart for OpenClaw deployments.
  • moltbot-azure-container-apps - Azure Container Apps deployment template for ClawdBot.
  • cloud-claw - Cloudflare Containers deployment path for running OpenClaw with one-click setup.
  • OpenClaw Android Setup Guide - Termux and Ubuntu proot guide for running OpenClaw on Android devices without a PC or cloud server.
  • OpenClaw WSL Guide - Windows 11 WSL installation guide for OpenClaw.
  • openclaw-setup - Docker-based Telegram bot setup path for OpenClaw with Gemini configuration.
  • OpenClaw Dev Guide - Chinese architecture and secondary-development manual for OpenClaw.
  • OpenClaw Java - Spring Boot based Java implementation of an OpenClaw-style AI Agent Gateway.
  • openclaw-docker-config - Docker configuration for OpenClaw Gateway, paired with a Hetzner Terraform setup path.
  • openclaw-remote-minimax-setup-skill - Reusable skill for remote Linux OpenClaw deployment with MiniMax M2.1 and Telegram setup notes.
  • volcengine diagnostics TLS skill - OpenClaw skill package for installing or updating Volcengine diagnostics TLS tooling.
  • OpenClaw Quickstart Skill - Interactive Playwright walkthrough for setting up OpenClaw on a Hostinger VPS with checkpoints for sensitive steps.
  • OpenClaw Update Runbook - Operator-focused skill and reference pack for updating OpenClaw and debugging post-update regressions.
  • OpenClaw Clean-Room Recovery - Recovery runbook for rebuilding a contaminated OpenClaw install without editing global package files.
  • OpenClaw Nix - NixOS module for deploying OpenClaw with firewall, service, sandbox, and rollback-oriented configuration.
  • OpenClaw OrbStack - macOS OrbStack VM deployment tool for OpenClaw with Chinese documentation and architecture notes.
  • OpenClaw Infrastructure - Pulumi and Tailscale reference template for a self-hosted OpenClaw Gateway on Hetzner.
  • AutoClaw - Open-source OpenClaw deployment playbook repository with local, Cloudflare, and operations examples.
  • OpenClaw ClawCloud adaptation - Container image adaptation for running OpenClaw on ClawCloud Run and ARM64 environments.
  • OpenClaw Containerization - Podman multi-container OpenClaw deployment pattern with separate gateway, transcription, and proxy services.
  • OpenClaw one-click deployment scripts - Cross-platform install scripts for macOS, Linux, Windows, and Android OpenClaw setups.
  • OpenClaw Deployment Toolkit - Deployment and management toolkit for OpenClaw Gateway with Docker, Nginx, Tailscale, and service controls.
  • clawdbot-docker - Docker Compose runtime for running Clawdbot or OpenClaw with persistent storage, configurable environment variables, and container isolation.
  • openclaw-fly-template - Fly.io deployment template with persistent volume, GitHub Actions deploys, Cloudflare Tunnel, and an operations runbook.
  • lobsterd - Firecracker MicroVM tenant orchestrator that can launch isolated guests with an OpenClaw gateway in each VM.
  • clawdinators - Declarative NixOS-on-AWS reference for OpenClaw maintainer hosts and image-based provisioning.
  • OpenClaw EC2 Bedrock Deploy - EC2 deployment helper for OpenClaw with Amazon Bedrock configuration and IAM policy setup steps.
  • OpenClaw Northflank Deploy - Northflank wrapper that builds OpenClaw from source, reverse-proxies the gateway, and includes a setup wizard.
  • OpenClaw on Hetzner VPS - Terraform and Ansible deployment pattern for running OpenClaw on Hetzner Cloud.
  • OpenClaw Railway Template - Railway deployment template for OpenClaw with GitHub-backed configuration and workspace storage notes.
  • OpenClaw Render Template - Render deployment template for OpenClaw with setup guidance and persistent configuration notes.
  • OpenClaw GCP IAP Deploy - Google Cloud deploy path that uses Identity-Aware Proxy access and Secret Manager injection for OpenClaw hosts.
  • OpenClaw Sprite Builder - Web app for provisioning Sprites that install OpenClaw and expose the Gateway service.
  • OpenClawIT - IT guide collection covering OpenClaw install, remote dashboard access, OAuth setup, and deployment hardening.

Third-Party Platforms

PlatformIntegrationDescription
LangBotMulti-platformAgentic IM bots with OpenClaw, Dify, n8n, Langflow, Coze
OpenRouterLLM routingAccess 30+ models with smart routing (openrouter/<author>/<slug>)
You.comSearch/AIOpenClaw skill for You.com search and AI integration
ClawSecSecurityComplete security skill suite by Prompt Security
unRAID Community AppNAS/ServerOfficial Community Apps template for unRAID
Expo OpenClaw ChatMobile SDKReact Native / Expo chat SDK for building native iOS/Android OpenClaw clients
AirstoreAgent StorageThe filesystem for AI agents - persistent storage layer (89 stars)
NemoClawHardened runtimeNVIDIA early-preview reference stack for running OpenClaw inside OpenShell with sandboxing, network policy, and managed inference routing
nix-openclawNix packagingDeclarative OpenClaw flake for macOS and Linux with pinned dependencies, services, plugins, and rollback through Home Manager
OpenClaw Ansible InstallerAnsible deploymentHardened Debian and Ubuntu install path with Docker, Tailscale, UFW, Fail2ban, unattended upgrades, Node.js, pnpm, and systemd support
OpenClaw China DockerDocker bundleChina IM-focused Docker packaging that bundles OpenClaw with Feishu, DingTalk, QQ, WeCom, WeChat, and related deployment docs
OpenClawInstallerInstallermacOS and Linux installer with interactive configuration for model providers, channels, service management, and optional GUI manager
VelaClawTeam control planeLocal-first AI runtime for teams with isolated member runtimes, governed shared assets, review/publish workflows, audit trails, backup/restore, and ClawHub skill distribution
openclaw-miniReference implementationMinimal OpenClaw-style core covering session keys, serial queues, memory retrieval, context loading, skills, and heartbeat wakeups
acpxACP CLIHeadless CLI client for stateful Agent Client Protocol sessions
ClawSweeperMaintenance botOpenClaw issue and PR triage bot that suggests stale or closable items
ClawXDesktop appGraphical desktop interface for OpenClaw agents and CLI-based orchestration
clawport-uiCommand centerOpen-source command center for OpenClaw-backed coding agent teams
Star Office UIVisual officePixel-office interface for showing OpenClaw work states, daily notes, and guest agents
AlphaClawSetup harnessSetup UI and watchdog harness for deploying and keeping OpenClaw instances running
OpenClaw Skills ExplorerSkill browserStatic skill discovery interface for browsing, categorizing, and copying OpenClaw skill install commands
OpenClaw Windows HubWindows companionWindows tray app, shared Gateway client library, CLI validator, and PowerToys Command Palette extension for OpenClaw
OpenClaw Chat GatewayWeb clientLinux-hosted OpenClaw web client for managing agents, teams, model settings, browser checks, and chat history
OpenClaw NodeGateway SDKNode.js client for connecting applications to the OpenClaw Gateway WebSocket protocol
OpenClaw WebChat SDKWeb SDKFramework-agnostic, React, and Vue chat SDK packages for building web interfaces on the OpenClaw Gateway
Chatu WebHubWebsite channelChannel plugin that connects OpenClaw to custom websites through HTTP and WebSocket interfaces
MeshClawMeshtastic channelOpenClaw channel plugin that bridges agents with Meshtastic LoRa mesh networks
FoloToy OpenClaw PluginSmart toy channelMQTT channel plugin that connects FoloToy devices to OpenClaw agents
UmbrelHome server OSSelf-hosted home-server OS whose App Store description includes running OpenClaw alongside other local apps.
CordysCRMCRM platformOpen-source CRM with documented OpenClaw skills support for AI sales-assistant workflows.
CasdoorIAM and gatewayAgent-first IAM, MCP gateway, and authentication server whose public metadata lists OpenClaw support.
MateClawTeam agent runtimeSpring AI Alibaba based agent runtime with multi-agent orchestration, memory, skills, and multi-channel support
Paperclip OpenClaw BridgeGateway adapterThird-party adapter package for connecting Paperclip workflows to OpenClaw Gateway
BeeOS ClawLocal platform bridgeOpenClaw plugin that bridges BeeOS with the local Gateway for file transfer, ACP bridge, and observability workflows
openclaw-clientTypeScript SDKLightweight TypeScript client for OpenClaw Gateway WebSocket RPC
clawg-uiAG-UI channelAG-UI protocol channel plugin for connecting CopilotKit and AG-UI clients to OpenClaw Gateway
openclaw-control-mcpMCP bridgeMCP server for OpenClaw Gateway management-plane operations through WebSocket JSON-RPC
ChatBuddy OpenClaw PluginMobile bridgePackage for connecting ChatBuddy iOS to an OpenClaw Gateway without VPN or port forwarding
OpenClaw Kubernetes OperatorKubernetes operatorOperator for deploying and managing OpenClaw agent instances on Kubernetes with lifecycle, isolation, storage, and observability controls
ClawHub CLISkill registry CLICLI for installing, updating, searching, and publishing skills and OpenClaw packages
OpenClaw Plugin InspectorCompatibility checkerOffline compatibility checker for OpenClaw plugin packages and fixture suites
OpenClaw ComposioTool-auth forkOpenClaw fork with an integrated Composio plugin for tool authentication and provider setup experiments
OpenClaw Docker SyncDocker image syncGitHub Actions based sync from the official OpenClaw container image to Docker Hub
OpenClaw Lark Multi-AgentLark bridgeMulti-bot Lark/Feishu bridge that routes bot identities to OpenClaw Gateway sessions with isolated conversation state
OpenClaw Dashboard Live DataDashboard data feedJSON data feed repository for an OpenClaw Vercel dashboard
OpenClaw Shared DocsWorkspace docsAuto-published documentation from OpenClaw agent workspaces
OpenClaw CloudCloud runtimeCloud-native deployment surface for OpenClaw agents with a deploy-once, converse-through-channels model
openclaw-onebotOneBot channelOneBot framework for connecting OpenClaw to QQ-compatible bot surfaces
graph-memoryMemory pluginKnowledge-graph memory engine for OpenClaw that extracts structured triples from conversations and reuses context across sessions
ComfyUI-OpenClawMedia workflowComfyUI-oriented OpenClaw project for image and video generation workflows
OpenUtterMeeting channelMeeting assistant that lets OpenClaw join meetings and send updates
@tencent-weixin/openclaw-weixin-cliWeixin installerLightweight installer for the OpenClaw Weixin channel plugin
@lark-apaas/openclaw-scripts-diagnose-cliConfig diagnosticsCLI for diagnosing and repairing OpenClaw config files with JSON5 support
@rudderhq/agent-runtime-openclaw-gatewayGateway adapterAgent runtime adapter that invokes OpenClaw through the Gateway protocol
@lark-apaas/openclaw-extension-miaodaMiaoda pluginMiaoda OpenClaw extension package
@volcengine/apmplus-openclaw-pluginObservability pluginOpenClaw plugin for reporting traces through OpenTelemetry
superpowers-openclaw-pluginWorkflow bridgeOpenClaw plugin that bridges to Superpowers workflow skills
@vincentwei1021/synapse-openclaw-pluginResearch orchestrationOpenClaw plugin for Synapse research orchestration, SSE notifications, MCP tools, and experiment lifecycle flows
@2en/clawly-pluginsUtility RPCOpenClaw plugin package that provides Clawly utility RPC methods
ofiere-openclaw-pluginProject managementOpenClaw plugin for Ofiere PM task, agent, project, scheduling, knowledge, workflow, and notification tools
@ryzome-ai/openclaw-ryzomeCanvas pluginRyzome Canvas plugin for OpenClaw
@memorycrystal/crystal-memoryMemory pluginMemory Crystal plugin for OpenClaw memory workflows
openclaw-dnaGovernance pluginDNA governance system plugin for OpenClaw and agentic-dna workflows
@feeble/blay-openclaw-pluginProject collaborationOpenClaw plugin for Blay project management tools, real-time events, and agent collaboration
@volcengine/apmplus-openclaw-plugin-onboard-cliObservability installerInstaller CLI for onboarding the APMPlus OpenClaw plugin
OpenClaw Plugin MarketplacePlugin registryGit-based registry project for OpenClaw community skills and MCP server scripts
BricksAgent consoleNative console with OpenClaw plugin integration docs for connecting local agents to cloud-visible control surfaces
TH Fleet DashboardFleet dashboardGitHub Pages dashboard and workflow controls for monitoring OpenClaw gateway health across an agent fleet
JClawJava implementationJava-based assistant platform that documents OpenClaw-derived feature designs and gateway concepts
HoneyBadgeERP knowledge graphEnterprise ERP knowledge-graph assistant whose MVP documents OpenClaw with an MCP Neo4j plugin as part of the validation stack
@openclaw/bluebubblesBlueBubbles channelOpenClaw channel plugin for connecting agents to BlueBubbles messaging surfaces
@openclaw/whatsappWhatsApp channelOpenClaw WhatsApp channel plugin for Gateway deployments that use approved messaging access
@openclaw/acpxACP backendRuntime backend package for connecting OpenClaw workflows to Agent Client Protocol sessions
@openclaw/codexCodex providerOpenClaw harness and model-provider plugin package for Codex-oriented agent workflows
@openclaw/feishuFeishu channelCommunity-maintained Feishu and Lark channel plugin for OpenClaw
create-openclaw-botBot installerInteractive CLI installer for creating an OpenClaw bot project
atel-mcp-openclawMCP bridgeOpenClaw plugin that bridges the runtime to ATEL Remote MCP with DID-Sig authentication
@wecom/wecom-openclaw-cliWeCom installerCLI package for managing the official WeCom OpenClaw plugin
openclaw-diagnostics-metrics-clsDiagnostics exporterOpenClaw diagnostics exporter with Prometheus metrics and trace reporting support
@dingtalk-real-ai/dingtalk-connectorDingTalk channelDingTalk channel plugin package for OpenClaw connector deployments
openclaw-cnChinese distributionChinese OpenClaw community package with a WhatsApp gateway CLI and Pi RPC agent support
openclaw-proxy-protocolProtocol typesShared semantic turn transport protocol types for OpenClaw and OpenClaw Hub integrations
@riddledc/openclaw-riddle-proofChange evidenceOpenClaw wrapper for Riddle Proof evidence-backed agent change workflows
@flyinghub/openclaw-pluginFlyingHub pluginOpenClaw plugin package for connecting agents to FlyingHub workflows
openclaw-xiaoduXiaodu channelOpenClaw channel plugin package for Xiaodu devices or services
@qingchencloud/openclaw-zhChinese distributionOpenClaw Chinese distribution package maintained by Qingchen Cloud
ylib-openclaw-weixinWeixin channelWeixin channel plugin package for OpenClaw
@openclaw/nostrNostr channelOpenClaw Nostr channel plugin for NIP-04 encrypted direct-message workflows
@xiaopaitek/openclaw-xiaopaiXiaopai channelOpenClaw Xiaopaitek channel plugin with custom WebSocket support for enterprise messaging
@lark-apaas/openclaw-dev-cliDevelopment CLICLI tooling for OpenClaw plugin and integration development workflows
@openclaw/msteamsTeams channelMicrosoft Teams channel plugin package for OpenClaw Gateway deployments
@qqvu/openclaw-channelQQvu channelOpenClaw channel plugin for the QQvu platform
@openclaw/zalouserZalo account channelOpenClaw Zalo personal-account plugin using native zca-js integration
@openclaw/lineLINE channelLINE channel plugin package for OpenClaw
@goplausible/ac2-plugin-openclawWebRTC channelOpenClaw channel plugin that connects Gateway sessions to AC2 peers over WebRTC
@coclaw/openclaw-coclawCoClaw channelOpenClaw remote-chat channel plugin with an enrollment flow for CoClaw
openclaw-config-guardianConfig backupOpenClaw Config Guardian package for configuration backup and rollback workflows
@openclaw/googlechatGoogle Chat channelGoogle Chat channel plugin package for OpenClaw
@lingyao037/openclaw-lingyao-cliLingyao channelLingyao channel plugin CLI for bidirectional relay through the lingyao.live service
@larksuiteoapi/feishu-openclaw-pluginOfficial Feishu channelFeishu and Lark channel plugin package published for OpenClaw integrations
@mem0/openclaw-mem0Memory backendMem0 memory backend plugin for OpenClaw, with platform and self-hosted paths documented by the package
@volcengine/openclaw-volcengine-rtcRTC channelVolcEngine RTC channel plugin package for OpenClaw
openclaw-agent-orchestrationOrchestration helpersShared agent tool-selection and orchestration strategy helpers for OpenClaw packages
openclaw-remindersReminder installerCron-native reminder skill installer and CLI for OpenClaw
@agent-relay/openclawRelay bridgeRelaycast bridge for OpenClaw messaging, identity, runtime setup, and local spawning
openclaw-hybrid-memory-installMemory installerStandalone installer for OpenClaw hybrid-memory setup when config validation needs repair
@useclawlink/openclaw-pluginSaaS integration pluginClawLink plugin package for connecting OpenClaw agent

Truncated — view the full README on GitHub.

Contributors

(top 30 of 75)

rohitg00

191 commits

crispyberry

3 commits

NmadeleiDev

3 commits

SaladDay

3 commits

rohitg00/awesome-openclaw

Python

563

273 commits

updated Jun 12, 2026

See the code

README

OpenClaw

Awesome OpenClaw

Stars Forks Contributors Commits
Awesome License Release Discord
Fastest-growing GitHub repo ever - 9K to 195K stars in 66 days (18x faster than Kubernetes)

The most comprehensive, curated collection of OpenClaw resources, hosting guides, cost comparisons, security hardening, skills, tutorials, and community links.


OpenClaw (formerly Clawdbot → Moltbot) is a free, open-source autonomous AI agent created by Peter Steinberger (@steipete). It runs on your own hardware, connects to 10+ messaging platforms (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Google Chat, Microsoft Teams, Matrix, Zalo), and orchestrates AI agent workflows with persistent memory and 24/7 operation.


Table of Contents


What is OpenClaw?

Current maintenance note: this README keeps the original comprehensive awesome-list format while being maintained from current OpenClaw docs, upstream source, public ecosystem repos, and contributor PRs. New resources should be added to the end of the most relevant section with neutral descriptions and source links.

OpenClaw is an agentic AI interface that:

  • Runs locally on your own hardware (Mac Mini, VPS, Raspberry Pi, ESP32-S3, or serverless)
  • Connects to 10+ messaging platforms simultaneously
  • Has persistent memory across sessions (saves files, breadcrumbs, chat histories)
  • Handles tasks spanning hours or days without losing context
  • Operates 24/7 autonomously focusing on automation and integration
  • Supports 5,700+ community-built skills via ClawHub
  • Works with multiple AI providers (Anthropic, OpenAI, Google, OpenRouter, DeepSeek, local LLMs)
  • Features voice assistant, browser automation, home automation, and cron scheduling

Core Architecture (6 Layers)

LayerPurpose
GatewayCentral control plane - message routing, sessions, plugins, tool execution policy
ChannelsAdapters normalizing Telegram/WhatsApp/Discord/iMessage into standard message shapes
Routing + SessionsDetermines which agent handles specific conversations
Agent RuntimeProcesses context, calls model providers, streams responses, requests tools
ToolsCapabilities - web fetch, browser control, command execution, device pairing
SurfacesInteraction points - chat apps, web dashboard, macOS menu bar, Live Canvas

Name History

DateNameReason
Nov 2025ClawdbotOriginal name at launch
Jan 27, 2026MoltbotAnthropic trademark complaint (similarity to "Claude")
Jan 30, 2026OpenClawFinal rebrand, community vote

When the team dropped the @clawdbot Twitter handle to transition to @moltbot, professional "handle snipers" immediately grabbed it. Scammers used the hijacked account to launch a fake CLAWD token on Solana.


System Requirements

Minimum

ComponentRequirement
OSmacOS 11+ / Ubuntu 22.04+ / Windows (WSL2)
RuntimeNode.js 22+
RAM2 GB (may crash during onboarding)
CPU2 cores
Storage10 GB SSD
NetworkStable internet connection
ComponentRequirement
RAM4-8 GB (cloud models) / 16-24 GB (local LLMs)
CPU2-4 cores
Storage30-50 GB SSD
GPU12-24 GB VRAM (for local model inference)

Quick Start (1 Minute)

npm install -g openclaw@latest
openclaw onboard --install-daemon
openclaw gateway --port 18789 --verbose

That's it. The wizard walks you through API key setup, channel configuration, and security settings.


Setup Methods (1-10 Minutes)

MethodTimeDifficultyBest For
Agent3730 secEasyCheapest managed ($0.99/mo)
Clawdy< 60 secEasyNon-technical + developers wanting zero-config hosting
SimpleClaw1 minEasyNon-technical users
npm install1 minEasyDevelopers with Node.js
DigitalOcean 1-Click2 minEasyQuick cloud deploy
Railway Template2 minEasyPaaS users
Zeabur1 minEasyDocker auto-deploy
Docker5 minMediumIsolation & reproducibility
Cloudflare Workers5 minMediumServerless enthusiasts
OctoClawMinutesNoneFully managed EU hosting, GDPR-compliant, pre-provisioned number, AI starter budget
xCloud Managed5 minNoneFull managed hosting
Kimi ClawInstantNoneBrowser-native OpenClaw in kimi.com, 5K+ skills, 40 GB storage
Molty by Finna30 secNoneMultiple Molties, Mission Control, GitHub sync
Manual VPS10 minMediumFull control
Raspberry Pi10 minMediumLow-power, always-on
ESP32-S3 (MimiClaw)10 minMediumCheapest hardware ($5), pure C, no OS
PicoClaw (RISC-V)5 minEasySingle Go binary, 10 MB RAM, $10 RISC-V board
ZeroClaw (Rust)2 minEasy3.4 MB binary, <10ms startup, 22+ providers
TinyClaw (Shell)5 minEasy400 LoC, Claude Code + tmux, self-healing
Autobot (Crystal)2 minEasy2MB binary, ~5MB RAM, <10ms startup
TryClaw.xyz1 minEasy$9/mo, Cloud deploy
ClawHostVariesAdvancedKubernetes-native platform for creating, deploying, and managing OpenClaw bot instances
Coolify OpenClaw5 minMediumCoolify-oriented OpenClaw deployment template and post-deploy checklist
coollabsio/openclaw5 minMediumAutomated Docker image for OpenClaw with environment-based web UI and gateway configuration
phioranex/openclaw-docker5 minMediumPre-built Docker image and install scripts for running OpenClaw without building from source
docker-gentkit-openclaw5 minMediumDocker image and scripts for running OpenClaw with persistent host-mounted state
Carapace10 minMediumHardened Docker Compose wrapper for OpenClaw with read-only root filesystem, dropped capabilities, and optional isolated browser container
Railway Community Template5 minMediumRailway deployment template with a setup wizard, persistent volume paths, Basic auth protection, and backup import/export flows

Method 1: Official Installer Script

curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon

Method 2: npm / pnpm

npm install -g openclaw@latest
# or
pnpm add -g openclaw@latest

Method 3: Docker

git clone https://github.com/openclaw/openclaw.git
cd openclaw
./docker-setup.sh

Method 4: One-Click Cloud Deploys

PlatformLinkNotes
DigitalOcean1-Click DeploySecurity-hardened, pre-configured
RailwayTemplateWeb-based /setup wizard
Renderrender.yamlInfrastructure as Code
SimpleClawsimpleclaw.comDeploy in under 1 minute
ZeaburTemplateOne-click Docker deploy
NorthflankStackNo server-side terminal needed
Lightning.AIEnvironmentBrowser-based, no local hardware
CoolifyTemplateSelf-hosted PaaS template
ElestioOpen SourceFully managed in < 3 min

Hosting Providers Comparison

Free Tier ($0/month)

ProviderFree ResourcesLimitsPermanent?Setup TimeBest For
Oracle Cloud4 ARM CPUs, 24 GB RAM, 200 GB storage, 10 TB/moARM architecture onlyYes (forever)~3 hoursPower users wanting $0 hosting
AMD Developer CloudMI300X GPU (192 GB memory), $100 credits~50 hours computeNo (credits)30 minGPU-accelerated local LLMs
Google Cloud Run180K vCPU-sec, 360K GiB-sec, 2M requests/moCold starts, statelessYes30 minServerless testing
Azure Container Apps180K vCPU-sec, 360K GiB-sec, 2M requests/moCold startsYes30 minEnterprise users
RenderWeb service (spins down after 15 min)Slow wake-up (~60s)Yes5 minTesting only
AWS Free Tiert2.micro (1 vCPU, 1 GB RAM)12 months onlyNo (12 mo)15 minAWS-familiar users
Railway$5 one-time credit30 days trialNo2 minQuick testing

Budget VPS ($2-8/month)

ProviderPlanPrice/movCPURAMStorageBandwidthRegion
LumaDockBasic$1.9911 GB20 GB SSD1 TBUS/EU
VultrRegular Cloud$2.501512 MB10 GB0.5 TB32 locations
VultrStandard$3.5011 GB25 GB NVMe1 TB32 locations
HetznerCX22€3.79 (~$4.15)24 GB40 GB SSD20 TBEU (DE/FI)
Alibaba CloudSimple App Server$411 GBVariesVaries19 regions
ContaboCloud VPS S$4.9548 GB50 GB SSDUnlimitedUS/EU/Asia
HostingerKVM 1$4.9914 GB50 GB NVMe4 TBGlobal
LinodeShared 1GB$511 GB25 GB1 TBGlobal
VultrHigh-Performance$611 GB25 GB NVMe2 TB32 locations
DigitalOceanBasic Droplet$611 GB25 GB1 TBGlobal
HetznerCX32€6.80 (~$7.45)48 GB80 GB SSD20 TBEU (DE/FI)
ContaboCloud VPS M$7.9548 GB200 GB SSDUnlimitedUS/EU/Asia
KamateraCustom$4+CustomCustomCustomPay-as-you-goGlobal
Zap-HostingVPSVariesVariesVariesVariesVariesEU
BoostedHostOpenClaw VPSVariesVariesVariesVariesVariesGlobal
EQVPSMicro (NAT)$512 GB25 GB NVMeUnmeteredEU (DE)

Mid-Range ($5-25/month)

ProviderPlanPrice/movCPURAMStorageNotes
DigitalOceanPremium Droplet$711 GB25 GB NVMe1-Click Deploy available
DigitalOceanStandard 2GB$1212 GB50 GBRecommended for OpenClaw
HostingerKVM 2$6.9928 GB100 GB NVMeBest Hostinger value
GCPe2-medium~$1224 GB30 GB SSD$300 free credit (90 days)
AzureB1ms VM~$1512 GB32 GBEnterprise compliance
LinodeDedicated 4GB$362 (dedicated)4 GB40 GBConsistent performance

Serverless & PaaS

PlatformStarting PriceFree Tier?Persistent StorageAuto-ScaleNotes
Cloudflare Workers$5/mo (paid plan)100K req/day (free)R2 ($0.015/GB/mo)YesMoltworker PoC
Railway$5/mo (Hobby)$5 credit trialYes (volumes)YesBest PaaS UX
Render$7/mo (web service)Free w/ limitsYes (disks)YesYAML IaC
Fly.ioPay-as-you-goNoneYes (volumes)YesGlobal edge
AWS Lightsail$3.50/moNoneYesNoSimple AWS VPS
NorthflankVariesLimitedYesYesStack templates
ZeaburVariesLimitedYesYesOne-click Docker
ElestioVariesNoneYesYesFully managed open source
CoolifySelf-hostedFree (self-host)YesNoOpen-source PaaS
openclaw-azure-templateAzure usageNoAzure FilesNoAzure Container Instance template with Telegram, Azure OpenAI / Foundry, and runbook docs
openclaw-cloudrunGCP usageNoPVC / cloud storageNoTerraform example for sandboxed OpenClaw deployments on Google Cloud infrastructure
1PanelSelf-hostedFree coreVPS storageNoOpen-source VPS control panel with Docker management, app marketplace, and documented OpenClaw agent deployment support

Managed Hosting Services

These providers handle ALL the setup for you - no Docker, no terminal, no DevOps required.

ProviderPrice/moSetup TimeSpecsWhat's IncludedPromo
Clawdy$24 (was $49)< 60 secManagedMulti-provider (Claude, GPT, Gemini, Kimi), custom subdomain (slug.clawdy.app), SSL/auth/firewall/reverse proxy pre-configured, 99.9% uptimePrice locked at $24/mo for early subscribers
Agent37$0.99-3.9930 sec2 vCPU, 4-6 GB RAMIsolated instance, full UI, terminal, SSL-
MyClaw.ai$9 (was $29)Instant2 vCPU, 4 GB RAM, 40 GB SSDAuto-updates, backups, web terminal69-76% off early bird
get-open-claw.com$9-49< 1 minVaries by planOpenClaw Secure, daily backups, health monitoringPro includes $10 AI credits
ClawBob$29-2193 min2-8 vCPU, 4-64 GB RAMFully configured OpenClaw agent with email, browser, 600+ LLMs, 140+ one-click OAuth integrations, image & video generation, PDF extraction, best-in-class security, isolation, and automatic updates. No keys. No config. EU hosting.$10 in AI credits on signup
EasyClaw$10+60 secVariesMulti-model, 3+ platforms, zero maintenance29 min saved per deploy
ClawSimple$8.25-29.082-3 minVariesSecure cloud, one-click updates (coming)20% off with LAUNCH20
xCloud$245 minManagedTelegram/WhatsApp pre-configured, encrypted backups7-day guarantee
OneClickClaw€14.99 (€10.42 annual)5 minDedicated EU VPSYour own AI assistant on Telegram/WhatsApp/Discord, BYOK no markup, managed updates/backups, hardened by default, EU/GDPR data residency-
OctoClaw$19-59Minutes2-4 vCPU, 4-16 GB RAMHetzner Germany, GDPR-compliant, pre-provisioned phone number, AI starter budget, BYOK-
ClawCloud$29-129< 1 min1-2 vCPU, 1-4 GB RAMAll AI models (BYOK), auto-updates, daily backups70% off with EARLYBIRD70
SimpleClawTBD< 1 minManaged1-click deploy, model selection-
OpenClaw CloudBeta pricing5 minManagedAll AI tokens included, 99.9% uptime, $0 hidden feesWaitlist open
OpenClawd.aiFree + PremiumMinutesManagedLaunched Feb 10 - fully managed hosting, one-click deploy, security built-in, free tier available-
Kimi ClawAllegretto+InstantBrowser-nativeOpenClaw native in kimi.com - 5,000+ ClawHub skills, 40 GB cloud storage, Yahoo Finance search, BYOC (Bring Your Own Claw)Beta open
Kilo ClawPay-as-you-go< 60 secManaged500+ models, 50+ platforms, SSO, audit logs7 days free compute
OpenClaw Hosting$29+5 minManagedSolo/Team/Business tiers, annual billing saves 20%-
Myclawhost$9-39InstantManagedLite ($9), Pro ($19), Max ($39), full lifecycleOne-click deploy
Contabo OpenClaw$4.95+MinutesVPSUnlimited workflows, full data ownership, predictable pricing-
Molty by Finna$19-9930 secVM-isolated (Fly.io)Multiple Molties per account, Mission Control (multi-agent coordination), GitHub backup sync, browser automation, auto-updates3-day free trial
KinthAI$24.90InstantMulti-tenantPersistent per-user memory, multi-agent group chat (221 agents tested), agent marketplace, token budget built-inFree tier available
OpenClaw Launch$20+< 1 minManagedOne-click setup, management UI, multi-instance support-
RapidClaw$29+MinutesManagedManaged OpenClaw hosting with opinionated defaults and no-Docker setup for non-technical operators-
ClawLaunchFree (30d) / $9.4960 secVaries by planIncludes AI Credits. Hardened sandbox via gVisor. Free TTS pre-installed (Whisper).30-day free trial, 50% revshare affiliate program
Lobsterland$6.90+ (Light/Medium/Large)~2 min1-4 CPU, 3-16 GB RAMFull UI instance management (LLM providers, env vars, workspace and memory management), Telegram + Slack + WhatsApp support, encrypted credentials, allowlist access control, per-model usage analytics, optional Paperclip workspace add-onAWESOMEOPENCLAWSETUP (50% off first-time customers)
Vessel$35~5 minDedicated VMSecure, fully managed, zero-ops. VM-level isolation, tunnel-based networking (no exposed ports), automated security updates-
ClawBob$29-219~3 minManagedHosted OpenClaw agent environment with browser, email account, integrations, EU hosting, and managed setup-
Clawdy$24+< 60 secManagedBrowser-based OpenClaw deployment with model selection, auth, SSL, and reverse proxy setup handled-
1ClickClaw$49< 1 min2 vCPU, 2 GB RAMOpenClaw hosting for Telegram, Discord, and WhatsApp bot deployments-
OctoClaw$19-59MinutesManagedOpenClaw-based hosted AI specialist agents for marketing, sales, and support workflows-
RapidClaw$29+MinutesManagedBuilt for non-technical operators - no Docker, no API keys, opinionated defaults, deploys in minutes-

Setup-as-a-Service (Freelancers)

Hire someone to set it up for you.

ProviderPriceTypeWhat's Included
GetClawHelp$119-229 (one-time)1-on-1 video callVPS setup, LLM config, 10-25 skills, 24/7 uptime
GetClawHelp Maintenance$97/moMonthlyUpdates, troubleshooting, new skills
Fiverr - almaasparvez$90One-timeOpenClaw on AWS VPS, Telegram setup
Fiverr - marcos_mark683$40One-timeOpenClaw installation
Upwork - Custom SkillsVariesOne-timeUp to 23 custom skills, testing, step-by-step guide
Upwork - Secure DeployVariesOne-timeMac Mini/VPS, sandboxing, human-in-the-loop approval gates
Freelancer.comVariesOne-timeLinux setup, tuning, README
OpenClaw Money Playbook$9.95E-bookGuide on monetizing OpenClaw setup services
Associates AICustomManaged serviceConfigures managed OpenClaw teammate agents for SMB sales, support, operations, and engineering workflows

Business Model Insight: "The move right now is doing free OpenClaw installs, upselling security/skill packages/custom builds. We still make money on a 'free' install because we get an affiliate commission from the hosting company." - @GanimCorey on X


Master Cost Comparison Table

ProviderMonthly CostSetup TimeDifficulty1-Click?Best For
Clawdy$24< 60 secNoneYesZero-config managed hosting
Oracle Cloud$03 hoursHardNoFree-forever hosting
AMD Dev Cloud$0 (credits)30 minMediumNoFree GPU inference
Agent37$0.9930 secNoneYesCheapest managed
LumaDock$1.9915 minMediumNoCheapest VPS
Vultr$2.5010 minMediumYesGlobal presence
Hetzner CX22$4.1510 minMediumNoBest price/performance
Contabo VPS S$4.9515 minMediumNoUnlimited bandwidth
Hostinger KVM 1$4.9910 minEasyYesDocker templates
Cloudflare Workers$55 minMediumNoServerless
Railway Hobby$52 minEasyYesBest PaaS experience
Linode 1GB$510 minMediumNoConsistent performance
DigitalOcean$62 minEasyYesBest docs + 1-Click
Render$75 minEasyYesYAML Infrastructure
MyClaw.ai Lite$9InstantNoneYesBudget managed
DigitalOcean 2GB$122 minEasyYesRecommended production
Molty by Finna$1930 secNoneYesMulti-Molty, Mission Control, GitHub sync
xCloud Managed$245 minNoneYesFull managed hosting
OctoClaw$19MinutesNoneYesFully managed EU (Germany), GDPR-compliant
ClawCloud Starter$29< 1 minNoneYesPremium managed
Raspberry Pi 5$0/mo30 minMediumNoLow-power, always-on
ESP32-S3 (MimiClaw)$0/mo10 minMediumNoCheapest ($5 chip), no OS
PicoClaw (RISC-V)$0/mo5 minEasyNo$10 hardware, 10 MB RAM, Go binary
ZeroClaw (Rust)$0/mo2 minEasyNo3.4 MB binary, Rust, <10ms startup
TinyClaw (Shell)$0/mo5 minEasyNo400 LoC, Claude Code + tmux
Autobot (Crystal)$0/mo2 minEasyNo2MB binary, Crystal, <10ms startup
Mac Mini$0/mo10 minEasyNoPrivacy-first, local

AI Model API Costs

The real cost of running OpenClaw is the AI model API, not infrastructure.

Provider Pricing (per 1M tokens)

ProviderModelInput CostOutput CostNotes
AnthropicClaude 3.5 Haiku$0.80$4.00Best budget option
AnthropicClaude 3.5 Sonnet$3.00$15.00Best balance
AnthropicClaude Opus 4.5$15.00$75.00Most capable, expensive
OpenAIGPT-4o$2.50$10.00Good alternative
OpenAIGPT-4o-mini$0.15$0.60Very cheap
GoogleGemini 2.0 Flash$0.10$0.40Cheapest hosted
GoogleGemini Flash-LiteFree tierFree tierZero cost option
DeepSeekDeepSeek V3$0.27$1.10Best value reasoning
MoonshotKimi K2.5$3.00$3.00Great agentic performance, free built-in provider since v2026.2.6
GrokGrok 4.1 mini$0.20$0.50Budget alternative
OpenRouterVariousVariesVariesUnified API for 200+ models
OllamaAny$0$0Requires hardware (16 GB+ RAM)

75x price difference between the most expensive (Claude Opus) and cheapest (Gemini Flash) options.

Monthly API Cost Estimates

Usage LevelDescriptionMonthly Cost
MinimalFew messages/day, Gemini free tier$0-5
Light~50 messages/day, Claude Haiku$5-15
Moderate~200 messages/day, mixed models$15-50
Heavy500+ messages/day, Claude Sonnet$50-150
Power UserAll-day usage, Claude Opus$150-500+

Cost Optimization Tips

  1. Use smart model routing - cheap models (Haiku/Flash) for simple tasks, expensive (Sonnet/Opus) for complex
  2. Enable prompt caching - Anthropic auto-applies 5-min cache, reducing repeat costs
  3. Use local LLMs via Ollama for zero API cost (requires 16 GB+ RAM)
  4. Set budget alerts in your AI provider dashboard
  5. Use OpenClaw Cost Calculator to estimate your spend

Total Real-World Cost Examples

SetupInfrastructureAPITotal/monthNotes
Free Tier MaxOracle Cloud ($0)Gemini free ($0)$0Limited but functional
Cheapest ManagedAgent37 ($1)Haiku ($5)$630-second setup
Ultra BudgetLumaDock ($2)Haiku ($5)$7Basic personal assistant
Budget ManagedMyClaw.ai Lite ($9)BYOK ($10)$19Zero setup, instant access
Sweet SpotHetzner CX22 ($4)Mixed models ($15)$19Best value-to-capability
StandardDigitalOcean ($12)Sonnet ($40)$52Production-ready
Managed EasyClawdy ($24)Mixed ($30)$54Zero technical setup, custom subdomain
Managed EasyxCloud ($24)Mixed ($30)$54Zero technical setup
CloudflareWorkers ($5+$30)Mixed ($20)$55Serverless architecture
Local LLMRaspberry Pi 5 ($0/mo)Ollama ($0)$0After $80 hardware purchase
EmbeddedESP32-S3 ($0/mo)Claude API ($5)$5After $5 hardware purchase (MimiClaw)
PicoClawRISC-V board ($0/mo)Gemini/Claude ($5)$5After $10 hardware purchase (PicoClaw)
Power UserDigitalOcean ($24)Opus ($200)$224Heavy professional use
ExtremeDedicated ($50)All models ($573)$623One developer's real report

Cloudflare Workers (Moltworker) Deep Dive

Moltworker is Cloudflare's official adaptation of OpenClaw for Workers.

Architecture

  • Container: Sandbox (standard-1: 1/2 vCPU, 4 GiB RAM, 8 GB disk)
  • Storage: R2 for persistence (auto-sync every 5 minutes)
  • Auth: Cloudflare Access (Zero Trust) + gateway token + device pairing
  • Status: Proof-of-concept (not an official Cloudflare product)

Setup

git clone https://github.com/cloudflare/moltworker.git
cd moltworker && npm install
npx wrangler secret put ANTHROPIC_API_KEY
export MOLTBOT_GATEWAY_TOKEN=$(openssl rand -hex 32)
npx wrangler secret put MOLTBOT_GATEWAY_TOKEN
npm run deploy

Access: https://your-worker.workers.dev/?token=YOUR_GATEWAY_TOKEN

Cost Breakdown (24/7 Operation)

ComponentMonthly Cost
Workers Paid Plan$5.00
Memory (~4 GiB)~$26.00
CPU~$2.00
Disk (8 GB)~$1.50
Total~$34.50

Set SANDBOX_SLEEP_AFTER=10m for infrequent use to reduce costs significantly.

Limitations

  • Cannot support Telegram bots (requires persistent connection for long-polling)
  • Containers hibernate when not receiving HTTP requests
  • Use VPS deployment for Telegram integration

Resources


DigitalOcean 1-Click Deploy

The fastest path to a production OpenClaw instance.

  1. Go to DigitalOcean Marketplace
  2. Click "Create OpenClaw Droplet"
  3. Choose $12/mo plan (2 GB RAM recommended)
  4. Select region, SSH key
  5. Deploy (ready in ~90 seconds)

Pre-configured: OpenClaw 2026.1.24-1, Docker isolation, unique gateway token, security-hardened, Caddy HTTPS.

Resources


Hetzner Setup Guide

Best price-to-performance ratio for OpenClaw hosting.

PlanPrice/movCPURAMStorageBandwidth
CX22€3.7924 GB40 GB SSD20 TB
CX32€6.8048 GB80 GB SSD20 TB
CAX11 (ARM)€3.7924 GB40 GB20 TB
ssh root@your-server-ip
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs
npm install -g openclaw@latest
openclaw onboard --install-daemon
ufw allow ssh && ufw allow 443/tcp && ufw enable

Hostinger VPS Setup

PlanPrice/movCPURAMStorageBandwidth
KVM 1$4.9914 GB50 GB NVMe4 TB
KVM 2$6.9928 GB100 GB NVMe8 TB
KVM 4$10.99416 GB200 GB NVMe16 TB

Renewal prices are ~2x. Lock in annual pricing.


Oracle Cloud Free Tier Setup

Truly free forever - 4 ARM cores, 24 GB RAM, 200 GB storage, 10 TB/month.

curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs git
npm install -g openclaw@latest
openclaw onboard --install-daemon

Caveats: ARM architecture, high demand (keep retrying), add credit card to prevent account termination.


Raspberry Pi Setup

DevicePriceRAMPerformance
Pi 5 (8 GB)$808 GBBest choice
Pi 5 (4 GB)$604 GBGood budget option
Pi 4 (8 GB)$558 GB2-2.5x slower than Pi 5
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs
npm install -g openclaw@latest
openclaw onboard --install-daemon

ESP32 Embedded (MimiClaw)

MimiClaw implements OpenClaw's core principles on a $5 ESP32-S3 microcontroller. Written entirely in pure C - no Linux, no Node.js, no server infrastructure needed.

SpecDetail
HardwareESP32-S3 (16 MB flash, 8 MB PSRAM)
Cost~$5 (chip only)
LanguagePure C (ESP-IDF v5.5+)
AI BackendAnthropic Claude API with ReAct agent loop
MessagingTelegram
MemoryPersistent local storage (SOUL.md, USER.md, MEMORY.md on flash)
FeaturesTool use (web search, time), dual-core processing, WebSocket gateway, runtime CLI config

The smallest and cheapest way to run an OpenClaw-style AI agent - proving the core architecture (agent loop, persistent memory, tool calling, chat integration) can work without an operating system or runtime environment.


Docker Deployment

git clone https://github.com/openclaw/openclaw.git
cd openclaw && ./docker-setup.sh

Useful Commands

docker compose run --rm openclaw-cli pairing approve telegram <CODE>
docker compose run --rm openclaw-cli dashboard --no-open
docker compose run --rm openclaw-cli security audit --deep

Security & Hardening

Known CVEs (All Patched)

CVESeverityDescriptionFixed In
CVE-2026-24763HighDocker PATH Command Injectionv2026.1.29
GHSA-g8p2-7wf7-98mqCritical (8.8)gatewayUrl Token Exfiltration (1-click RCE)v2026.1.29
GHSA-q284-4pvr-m585HighsshNodeCommand Injectionv2026.1.29
CVE-2026-25593CriticalUnauthenticated Local RCE via WebSocketv2026.1.30
CVE-2026-25475HighLocal File Inclusion via MEDIA: Pathv2026.1.30
CVE-2026-25253Critical (8.8)1-Click RCE via Cross-Site WebSocket Hijackingv2026.1.29

Update immediately to v2026.2.12+ to patch all known vulnerabilities (40+ security fixes).

Security Best Practices

  1. Bind to 127.0.0.1 only (never 0.0.0.0) - over 135,000 exposed instances found online
  2. Use SSH tunnels or Tailscale Serve for remote access
  3. Use auth profiles (system keychain): openclaw auth set ANTHROPIC_API_KEY
  4. Configure firewall: ufw default deny incoming && ufw allow ssh && ufw allow 443/tcp && ufw enable
  5. Use Docker for container isolation
  6. Run regular audits: openclaw security audit --deep and openclaw doctor
  7. Use Composio for managed OAuth (security guide)

Skills Marketplace Risks

~15% of community skills contain malicious instructions

  • 341 malicious skills discovered in "ClawHavoc" campaign (Atomic Stealer malware)
  • 280+ skills leak API keys and PII (Snyk)
  • VirusTotal scanning now integrated
  • Always audit skills before installation

Security Tools

ToolDescriptionSource
APort Agent GuardrailsPre-action authorization guardrails for OpenClaw agents using plugin hooks and policy checks.OpenClaw docs
ClawSecComplete security skill suite by Prompt SecurityGitHub
ClawBandsSecurity middleware - intercepts tool execution, human-in-the-loop approval for dangerous actionsGitHub
ClawGuardPermission manifests, runtime enforcement, sandboxing, audit logging with hash-chainingGitHub
Claw-HunterMDM-ready scripts to detect and monitor shadow OpenClaw agents across macOS/Linux/Windows endpointsGitHub
AquamanCredential isolation proxy - API keys never enter the agent process. Stores secrets in Keychain/1Password/Vault/encrypted-file, injects via Unix domain socket. Process-level isolation (not detection/redaction).GitHub
Orchard KitComplete alignment and safety architecture - membrane security (Calyx Protocol), continuous trust verification with heartbeat, epistemic hygiene, and defence tools. Includes a ready-to-install OpenClaw skill for agent self-governance. Based on 30 years of cybernetic researchGitHub
ClawhatchPre-install security scanner - 128 automated checks, scores skills 0-100, runs in <1 second, catches malicious patterns before installationGitHub
OpenClaw ScannerEnterprise endpoint scanner - detects OpenClaw agents running across corporate networks, identifies exposed instances and misconfigurationsHelp Net Security
WatchClawLinux server hardening and threat-intelligence toolkit with SSH hardening, firewall baseline, Cowrie honeypot, Fail2ban, canaries, and an optional OpenClaw agent modeGitHub
OpenClaw GuardianWatchdog for OpenClaw Gateway service checks, doctor --fix repair flows, git rollback, daily snapshots, and Discord alertsGitHub
OpenClaw HardenedVPS hardening guide and plugin set with configuration auditing, monitoring scripts, and defense-in-depth deployment runbooksGitHub
EDAMAME for OpenClawRuntime security integration for OpenClaw agents with MCP plugin, provisioning, and behavioral monitoring documentationGitHub
Guardrail Bridge PluginPre-agent policy plugin that checks content before OpenClaw dispatches work to an agentGitHub
OpenClaw CarapaceSecurity auditor, CVE scanner, and skill analyzer for OpenClaw gatewaysGitHub
GatewayStack GovernanceGovernance layer for OpenClaw Gateway with identity, scope, rate limiting, injection detection, and audit logging boundariesGitHub
openclaw-detectMDM deployment scripts for identifying OpenClaw installations on managed devicesGitHub
ClawShieldSecurity preflight and guardrail toolkit for OpenClaw and Moltbot deploymentsGitHub
ClawKeeperSafety plugin and watcher stack for OpenClaw agents, focused on skills, plugins, and runtime protection checksGitHub
OpenClaw Security WatchdogSecurity audit workflow that runs OpenClaw-focused checks and generates reviewable reportsGitHub
ClawVaultOpenClaw security vault project for tracking and controlling agent access boundariesGitHub
ShieldCortex RealtimeOpenClaw plugin for real-time defense scanning and optional memory extractionnpm
AIP OpenClawSecurity plugin for OpenClaw skill signing, capability manifests, and runtime enforcementnpm
skill-security-scannerStatic security scanner and linter for OpenClaw skill directoriesnpm
Falco OpenClaw PluginFalco plugin for monitoring OpenClaw Gateway logs and matching security-relevant eventsGitHub
OpenClaw Secure StackHardened deployment wrapper with authentication, skill scanning, prompt-injection checks, and policy controlsGitHub
OpenClaw Security DashboardDashboard for reviewing gateway exposure, skill risks, configuration hardening, and identity checksGitHub
ClawpinchSecurity audit toolkit for OpenClaw deployments with grouped local checksGitHub
iClawLocal-first AI workspace for OpenClaw with project-isolated folders, Docker sandbox modes, and the @iclawapp/iclaw npm launcher.GitHub
ClawShieldPolicyGate security audit tool for OpenClaw agent misconfiguration checksGitHub
Security WatchdogHost-posture watchdog for OpenClaw with firewall, SSH, exposure, and listening-port checksGitHub
Security AgentDaily security posture auditor for OpenClaw hosts and hosted services with baseline comparison reportsGitHub
ReefWatchHost-based monitoring skill for OpenClaw machines, with local detection for auth, malware, privilege, and persistence signalsGitHub
trentclawSecurity assessment skill for OpenClaw - scans gateway config, tool permissions, installed skills, and MCP servers for risks, then proposes fixes you review before applying.GitHub

Security Resources


Configuration

Model Providers

ProviderConfig KeyFree Tier?Notes
AnthropicANTHROPIC_API_KEYNoPrimary, best quality
OpenAIOPENAI_API_KEYNoGPT-4, GPT-4o
GoogleGOOGLE_API_KEYYes (Gemini Flash-Lite)Cheapest hosted
OpenRouterOPENROUTER_API_KEYNo200+ models unified API
DeepSeekDEEPSEEK_API_KEYNoExcellent value
MoonshotMOONSHOT_API_KEYNoKimi K2.5 (great agentic)
MiniMaxMINIMAX_API_KEYNoM2.1 native support
Fireworks AIBuilt-inNoModel hosting
Workers AIBuilt-inYes (limits)Cloudflare models
OllamaLocalFreeRequires local hardware
LM StudioLocalFreeRequires local hardware
vLLMLocalFreeHigh-performance inference

Messaging Channels

ChannelSetupAuth MethodNotes
Telegram2 minBotFather tokenFastest setup, supports Topics for parallel threads
WhatsApp2 minQR code scanSeparate phone number recommended
Discord5 minBot applicationDeveloper portal required
Slack5 minBot token (Socket or HTTP mode)api.slack.com/apps
Signal5 minDirect integrationPrivacy-focused
iMessage10 minBlueBubbles bridgemacOS only
Microsoft Teams5 minEnterprise integrationBusiness users
Google Chat5 minWorkspace integrationGoogle Workspace
Matrix5 minE2E encryptionBest for privacy
Zalo5 minDirect integrationPopular in Vietnam
WebChatBuilt-inGateway tokenBrowser-based interface
WeComnpmBot / app credentialsTencent WeCom channel plugin
WeChatnpmWeChat app credentialsWeixin channel plugin
Lark / FeishuGitHubLark / Feishu app credentialsOfficial Lark/Feishu channel plugin
OpenIMnpmOpenIM credentialsOpenIM channel plugin for OpenClaw gateway
DingTalkGitHubDingTalk app credentialsDingTalk channel plugin
QQ BotGitHubQQ bot credentialsQQ private chat and group channel plugin with rich media and approval support
OpenClaw ChinaGitHubChina IM credentialsPlugin collection for DingTalk, QQ, WeCom, WeChat, and Feishu channels
DingTalk ConnectorGitHubDingTalk app credentialsDingTalk connector package for OpenClaw channel setup
OpenClaw WeChatGitHubWeChat login / bot credentialsCommunity WeChat channel plugin for connecting OpenClaw to personal WeChat
WeChat ChannelGitHubQClaw or WorkBuddy loginWeChat channel extracted for OpenClaw compatibility
WeCom PluginGitHubEnterprise WeChat credentialsEnterprise WeChat plugin with streaming output, agent management, group chat, and allowlist controls
OpenClaw-WechatGitHubWeChat / WeCom credentialsChinese WeChat and Enterprise WeChat integration with streaming output and visual configuration docs
Feishu GuideGitHubLark / Feishu app credentialsCommunity Feishu and Lark setup guide covering webhook and WebSocket channel patterns
Tencent WeChat PluginGitHubWeChat loginWeChat channel plugin for OpenClaw with QR-code login authorization and version compatibility notes
Telegram Task SilencerGitHubTelegram bot tokenOpenClaw plugin that suppresses Telegram background-task completion notifications without changing the task registry
Customer BridgeGitHubWeChat / WeCom credentialsOpenClaw plugin for mapping customer identity across personal WeChat, WeCom, and WeChat Open Platform identifiers
OpenClaw StepfunnpmStepfun app credentialsWebSocket channel plugin for connecting Stepfun Bot API messages to OpenClaw
Now4realGitHubNow4real webhook secretLive-chat widget channel plugin that routes page chat messages into OpenClaw
P2P PortalGitHubPortal URL and channel configP2P Portal channel plugin for OpenClaw with heartbeat and message-deduplication logic
ZulipGitHubZulip bot credentialsChannel plugin for Zulip with concurrent message processing, reactions, file uploads, and actions API support
SeaTalkGitHubSeaTalk app credentialsChannel plugin for routing SeaTalk messages into OpenClaw
Rocket.ChatGitHubRocket.Chat DDP / REST credentialsChannel plugin for DMs, groups, threads, media, and multi-account Rocket.Chat setups
Rocket.Chat PluginGitHubRocket.Chat credentialsCommunity Rocket.Chat plugin for talking with OpenClaw from chat rooms
WeChat Official AccountGitHubWeChat Open Platform app credentialsChannel plugin for connecting subscription or service accounts to OpenClaw through a third-party platform flow
Max MessengerGitHubMax Bot API credentialsChannel plugin for connecting OpenClaw agents to Max Messenger through the Bot API
ThenvoiGitHubThenvoi platform credentialsChannel plugin for connecting OpenClaw to the Thenvoi agent collaboration platform
OdooGitHubOdoo webhook settingsWebhook-based Odoo channel plugin for OpenClaw
DingTalk Stream ModeGitHubDingTalk app credentialsDingTalk channel plugin that documents Stream Mode integration
MesiboGitHubMesibo app credentialsMesibo channel plugin for OpenClaw messaging workflows
IMAP / SMTPGitHubMailbox credentialsIMAP and SMTP channel plugin with IDLE-based push for email-driven OpenClaw workflows
Zalo PersonalGitHubZalo account credentialsZalo personal messaging plugin using openzca. Review platform policy before enabling account automation.
WeChat Customer ServiceGitHubWeChat Customer Service credentialsChannel plugin for WeChat Customer Service workflows. Review platform policy before enabling account automation.
WeChat KFGitHubWeChat KF credentialsOpenClaw channel plugin for WeChat KF customer-service messaging
WPS XiezuoGitHubWPS 365 bot credentialsEnterprise bot channel plugin for WPS Xiezuo and OpenClaw
Mist MFA GateGitHubMFA policy configOpenClaw channel plugin for MFA-gated agent access
OCTO AdaptersGitHubOCTO workplace credentialsAdapter set that bridges IM platforms and external services into OCTO through OpenClaw channels and WebSocket
OlvidGitHubOlvid channel credentialsOlvid channel plugin for OpenClaw
TrueConfGitHubTrueConf app credentialsTrueConf channel plugin for OpenClaw
XMTPGitHubXMTP wallet / app credentialsXMTP channel plugin for OpenClaw messaging workflows
Discord npm packagenpmDiscord bot credentialsOpenClaw Discord channel plugin published through npm
QQ Bot npm packagenpmQQ bot credentialsOpenClaw QQ Bot channel plugin published through npm
Twitch npm packagenpmTwitch app credentialsOpenClaw Twitch channel plugin for routing chat events into an OpenClaw agent
Tlon / Urbit npm packagenpmTlon / Urbit credentialsOpenClaw Tlon/Urbit channel plugin
Voice Call npm packagenpmVoice provider credentialsOpenClaw voice-call plugin published through npm
Brave plugin packagenpmBrowser plugin configOpenClaw Brave plugin package
Diff Viewer packagenpmPlugin configOpenClaw diff viewer plugin package
Diagnostics OTEL packagenpmOpenTelemetry configOpenClaw diagnostics OpenTelemetry exporter package
LarkSuite npm packagenpmLark / Feishu app credentialsOfficial Lark/Feishu channel plugin package with documented security warnings
OriginTrail DKG AdapternpmDKG node configAdapter that connects a DKG V10 node and chat bridge to an OpenClaw agent
Dragon Workbench ChannelnpmDragon workbench configChannel plugin that bridges OpenClaw outbound text to the Dragon workbench WebSocket protocol
DMWork ChannelnpmDMWork credentialsWuKongIM WebSocket channel plugin for OpenClaw messaging workflows
Ozaiya Chat ChannelnpmOzaiya account credentialsChannel plugin for connecting OpenClaw agents to Ozaiya encrypted group chats
Zalo npm packagenpmZalo credentialsOpenClaw Zalo channel plugin published through npm
OpenClaw QQBot Send SkillGitHubQQBot media relaySkill for staging and sending local files, images, audio, and video through a QQBot media relay, with temporary-copy cleanup.
Octo ChannelGitHubOcto WebSocketClawHub-published channel plugin that connects OpenClaw to Octo through WebSocket messaging.
Agent QQ Sandbox BotGitHubNapCat OneBot / QQPython bridge that routes QQ group and private messages through OpenClaw Gateway for sandboxed bot experiments.
OpenClaw Team in FeishuGitHubFeishu group chatsCoordination daemon for multiple OpenClaw agents in Feishu groups with round-robin and free-speak discussion modes.
WeClawsGitHubWeChat team consoleSelf-hosted multi-user WeChat agent control plane with web management, sandboxes, skills, memory, and scheduled tasks.
WeCom OpenClaw IntegrationGitHubWeCom app credentialsWeCom channel plugin that connects WeChat Work messages to an OpenClaw agent workflow.
OpenClaw Matrix VoiceGitHubMatrix / LiveKit configMatrix voice-call bot that routes speech-to-text turns through an OpenClaw Gateway agent.
clawd-feishuGitHubLark / Feishu app credentialsFeishu and Lark channel plugin for OpenClaw with Chinese setup wiki and contribution docs.
OpenClaw QQ OneBotGitHubOneBot v11 / QQ credentialsQQ channel extension for OpenClaw with quickstart, configuration reference, and OneBot v11 bridge docs (canonical repo renamed from constansino/moltbot_qq). Review platform policy before enabling account automation.
OpenClaw KakaoGitHubKakaoTalk / bridge configKakaoTalk bridge that routes messages through an OpenClaw Gateway. Review platform policy before enabling account automation.
clawdbot-channel-linqGitHubLinq Partner API credentialsiMessage, RCS, and SMS channel for Clawdbot through the Linq Partner API, with webhook-based inbound delivery.
Relay SpineGitHubWeChat / webhook credentialsOpenClaw WeChat channel bridge with QR-authenticated socket sessions and encrypted webhook handling. Review platform policy before enabling account automation.
VK npm packagenpmVK community bot credentialsVKontakte channel plugin for OpenClaw using the VK Bots Long Poll API
Twilio WhatsApp ChannelnpmTwilio account and webhook configTwilio WhatsApp channel plugin for OpenClaw with deployment notes for public HTTPS webhooks
Lansenger ChannelnpmLansenger app credentialsLansenger enterprise messaging channel plugin for OpenClaw with WebSocket inbound and HTTP outbound delivery
DingTalk Stream PackagenpmDingTalk robot credentialsDingTalk channel package for OpenClaw using Stream mode and multi-account routing
DingClaw PackagenpmDingTalk app credentialsDingTalk channel plugin for OpenClaw with documented OpenClaw version compatibility
BridgeX ChannelnpmBridgeX endpoint configBridgeX channel plugin for agent-to-agent and human-to-agent OpenClaw messaging
OpenClaw WebSocket ChannelnpmWebSocket channel configJSON-over-WebSocket chat channel plugin for custom OpenClaw clients
MeepaChat ChannelnpmMeepaChat gateway credentialsSelf-hosted MeepaChat channel plugin for OpenClaw using WebSocket inbound and REST outbound paths
NIM ChannelnpmNetEase IM credentialsNetEase IM channel plugin for OpenClaw P2P, group, and QChat conversations
HelloAgent ChannelnpmHelloAgent relay configRelay-backed messaging channel plugin for connecting OpenClaw assistants to HelloAgent
Friday Next ChannelnpmApple channel configFriday Next Apple channel plugin for OpenClaw messaging workflows
Sider Chrome ChannelnpmChrome extension configChrome channel plugin package for connecting OpenClaw through the Sider Chrome extension
WorkClaw ChannelnpmWorkClaw platform credentialsEnterprise communications channel plugin for OpenClaw workflows
Chat4000 ChannelnpmChat4000 relay configE2E relay-based channel plugin for routing Chat4000 messages through OpenClaw
Aephix ChannelnpmAephix chat configNative Aephix chat channel provider for OpenClaw integrations
Xiaoyi ChannelnpmXiaoyi A2A configXiaoyi A2A protocol channel plugin for OpenClaw

Local LLM Integration

Ollama

curl -fsSL https://ollama.com/install.sh | sh
ollama pull llama3.1
{ "provider": "openai", "baseUrl": "http://localhost:11434/v1", "model": "llama3.1" }

LM Studio

{ "provider": "openai", "baseUrl": "http://localhost:1234/v1", "model": "your-model-name" }

vLLM (GPU-Accelerated)

{ "provider": "openai", "baseUrl": "http://localhost:8000/v1", "model": "your-model-name" }

MCP Server Integration

PluginSourceFeatures
openclaw-mcp-pluginGitHubHTTP/SSE transport, multi-server, unified interface
openclaw-mcp-adapternpmRegisters MCP tools as native agent tools
openclaw-mcpGitHubSecure Claude.ai ↔ OpenClaw bridge with OAuth 2.1 authentication
openclaw-mcp-serverGitHubExposes OpenClaw Gateway tools to Claude Code and MCP clients
openclaw-vscodeGitHubConnects VS Code or Cursor to an OpenClaw Gateway as a node with IDE command surfaces
AIWerk MCP BridgeGitHubOpenClaw plugin that registers MCP server tools through registerTool with lifecycle configuration
Streamable HTTP MCP BridgeGitHubPlugin that discovers Streamable HTTP MCP tools and exposes them as native OpenClaw tools
Good0007 MCP ServerGitHubMCP server wrapper around the OpenClaw Gateway WebSocket API with built-in tools
Native MCP ContributionGitHubCommunity contribution prototype for configuring MCP servers directly from OpenClaw settings
Enhanced MCP Bridge SkillGitHubSkill that documents MCP server discovery, search, installation, and native tool calls from OpenClaw
MCP BootstrapGitHubBootstrap package for adding Sequential Thinking and Context7 MCP servers to OpenClaw
MCP RouterGitHubDynamic MCP tool router that searches large MCP catalogs before calling tools from OpenClaw

Integrations & Features

Voice Assistant

FeatureDescription
OpenClaw VoiceSelf-hosted browser-based voice chat (Whisper STT + ElevenLabs TTS)
Android AppCustomizable wake words, long-press home button activation
Voice Call PluginTelephony via Twilio, Telnyx, Plivo
ClawdTalkPhone calling and SMS for OpenClaw. Call your agent from any phone, with deep tool integration for calendar, Jira, web search, and more. Powered by Telnyx.
Always-On SpeechmacOS/iOS/Android with ElevenLabs
  • OpenClaw Voice
  • VoxClaw - Voice output for OpenClaw from a Mac on the local network.
  • openclaw-voice - Browser-based voice chat for assistants using Whisper STT and ElevenLabs TTS.
  • openclaw-assistant - Android voice assistant app with wake word and system assistant integration.
  • OpenClaw Termux - Android phone install guide with WhatsApp control.
  • ClawGPT Android app - Mobile companion app for OpenClaw.
  • AnveVoice - Website voice assistant that can navigate pages, fill forms, and complete site actions, with MCP support noted by the provider.
  • Voice Call Plugin Docs
  • @openclaw/voice-call - Official OpenClaw voice-call plugin package for Twilio, Telnyx, Plivo, and mock call providers.
  • ClawdTalk - Phone calls and SMS for OpenClaw agents. Dedicated number, WebSocket client, agentic deep tools. (GitHub | ClawHub)
  • openclaw-voice - Voice client for OpenClaw Gateway with hold-to-record, transcript editing, and streaming response views.
  • claw-voice-chat - Push-to-talk voice chat interface for OpenClaw channels.
  • TryclawChat - Browser voice chat client for OpenClaw Gateway with push-to-talk, wake-word, STT, and TTS support.

Home Automation

  • Home Assistant custom add-on with ha-mcp integration

  • Control lights, thermostats, IoT devices via messaging

  • Adjust boilers based on weather forecasts

  • Voice commands through WhatsApp/Telegram

  • OpenClaw on Home Assistant

  • OpenClaw Gave My Home Assistant an AI Agent

  • ROSClaw - ROS2 integration project for connecting OpenClaw workflows to robotics systems.

  • Casa - Mac Catalyst app that exposes local HomeKit data through a localhost-only REST API and CLI for OpenClaw automation workflows.

Email & Calendar

  • Gmail: Real-time processing via Pub/Sub, smart filtering, auto-responses

  • Google Calendar: Event creation, viewing, sync, daily briefings

  • Apple Calendar: Via khal/vdirsyncer integration

  • Outlook: Calendar sync and management

  • BotEmail.ai - Instant @botemail.ai email inboxes for AI agents. One API call creates a dedicated inbox with no human setup required. Includes an OpenClaw skill (ClawHub), MCP server, and OpenAI GPT Actions support.

  • Openmail - Email infrastructure for AI agents with reliable sending, receiving, and routing. Includes an OpenClaw skill (ClawHub) for direct integration into OpenClaw-based workflows.

  • Gmail Automation Guide

  • Google Calendar Sync

  • Apple PIM Agent Plugin - Native macOS plugin for exposing Calendar, Reminders, Contacts, and Mail workflows to OpenClaw tool registration.

Google Workspace

Full suite access: Gmail, Calendar, Drive, Docs, Sheets. All data stays local - never passes through third-party services.

Webhooks & Cron Jobs

Webhooks: POST to /hooks/wake or /hooks/agent with Bearer token authentication. Hookdeck for secure tunnels with retries.

Cron Jobs: Interval-based (every 30 minutes) or Unix cron expressions (0 9 * * 1). Stored at ~/.openclaw/cron/jobs.json. Exponential retry backoff.

Heartbeat: Agent wakes every 30 min (configurable), reads HEARTBEAT.md, decides if action needed. Different from cron - "check these things periodically" vs "do this specific thing at this time."

  • Webhooks Docs
  • Cron Jobs Docs
  • Heartbeat Docs
  • ClawTick - Cloud scheduler for OpenClaw agents with performance monitoring and uptime checks.
  • Send to OpenClaw - Chrome extension and local webhook server for sending page content or selected text into a Clawdbot session.
  • clawhip - Event-to-channel notification router for OpenClaw-related workflows that keeps alerts out of gateway chat sessions.

Live Canvas

A2UI (Agent-to-UI) visual workspace - agent can render real-time UI, charts, and diagrams. Embedded in macOS menu bar app using WKWebView. Borderless, resizable, auto-reloads on file changes.

Multi-Agent Setup

Configure multiple agents with separate workspaces, personas, auth profiles, and sessions (no cross-talk). Route by channel, phone number, or personality.

  • Multi-Agent Docs
  • Build Your Own AI Agent Team in 15 Minutes
  • Antfarm - Create an OpenClaw agent team from a command-line workflow.
  • Agency Agents OpenClaw integration - Integration guide for converting agency-agent workspaces into OpenClaw agents and registering them with the local gateway.
  • ClawTeam-OpenClaw - Multi-agent swarm coordination adapted for OpenClaw.
  • OpenClaw-RL - Research project for training agents through conversational feedback.
  • openclaw-multi-agent-kit - Templates for multi-agent teams, Telegram supergroups, shared context, and bot-to-bot workflows.
  • BMAD OpenClaw - Structured development workflow bridge that adapts BMad Method agent roles for OpenClaw.
  • openclaw-pm - Project-manager configuration upgrade tool for OpenClaw agents.
  • OpenClaw Agents - One-command multi-agent setup with specialized agents, group routing, and safe config merge.
  • Claw Orchestrator - Runtime for wrapping multiple coding CLIs as persistent sessions, with OpenClaw plugin support documented by the project.
  • openclaw-skill-claude-code - OpenClaw skill for running long coding tasks in the background and returning progress notifications to chat.
  • claude-code-clawdbot-skill - Clawdbot skill wrapper for running host CLI coding tasks through a pseudo-terminal in headless sessions.
  • HiClaw - Collaborative multi-agent OS with human-in-the-loop coordination through Matrix rooms.
  • Aurogen - OpenClaw-compatible multi-agent reimplementation with web-panel configuration, dynamic modules, and ClawHub skill import support.
  • edict - OpenClaw multi-agent orchestration system with specialized agent roles, a dashboard, model configuration, and audit logs.
  • Golutra - Multi-agent orchestration workspace that includes OpenClaw alongside other CLI agents for parallel tasks and long-running workflows.
  • linear-agent-bridge - OpenClaw plugin that maps Linear issues into a multi-agent workspace with delegation, progress tracking, and review surfaces.
  • openclaw-swarm - Gateway management project for coordinating multiple OpenClaw gateways at scale.
  • ClawChief - Chief-of-staff workspace pattern for organizing OpenClaw agent responsibilities.
  • MultiUserClaw - Multi-user wrapper around OpenClaw that keeps the upstream gateway unchanged while adding user-level routing.
  • ClawSwarm - Multi-agent orchestration system for OpenClaw that coordinates swarm-style work through group chat.
  • openclaw-superpowers - Native OpenClaw port of a three-agent software-development framework with install guidance for agent-led setup.
  • openclaw_agent_party - OpenClaw skill for talking to multiple agents in one conversation.
  • openclaw-hawkins - OpenClaw plugin for durable orchestration state and shared multi-agent memory backed by MariaDB.

Companion Apps

AppPlatformStatusFeatures
Menu Bar AppmacOSAvailablePixel lobster icon, voice wake, Canvas panel, TCC permissions
CrabwalkCross-platformAvailableOpen-source companion app (crabwalk.app)
iOS/AndroidMobileBetaCamera, screen recording, notifications
Expo OpenClaw ChatiOS/Android (Expo)AvailableReact Native chat SDK for building native mobile OpenClaw clients
OpenClawgotchiRaspberry PiAvailableAI Tamagotchi with E-Ink face - agentic life-form hardware
VisionClawMeta Ray-Ban (iOS)AvailableVoice + vision + agentic actions via Gemini Live + OpenClaw (796 stars)
PinchChatWeb (PWA)AvailableOpen-source webchat UI with ChatGPT-like interface, live tool calls, multi-session, token tracking, streaming, 8 languages, theming
VibeClawWebAvailableRuns a full OpenClaw instance entirely in the browser: visual server builder, in-browser sandbox with free AI models, server library with import/export. No install, no server required (source)
cc-switch-cliCross-platform (CLI/TUI)AvailableAll-in-one TUI for managing OpenClaw providers, workspace files, agents, tools, env, and daily memory. Also supports Claude Code, Codex, and Gemini CLI.
Claw3DWeb / 3D officeAvailable3D virtual office and studio UI that can connect to an OpenClaw Gateway for visualizing and interacting with agent work
MobileClawWeb PWA / iOSAvailableMobile-first OpenClaw and LM Studio chat UI with streaming, tool call views, inline diffs, sub-agent activity, and embeddable widget mode
OpenClaw TermuxAndroid / TermuxAvailableFlutter app and Termux CLI for running OpenClaw Gateway on Android with built-in terminal, web dashboard, and setup controls
OpenClaw AndroidAndroid / TermuxAvailableLightweight Termux setup for OpenClaw on Android using a glibc linker path instead of a full Linux proot install
WebClawWebAvailableWeb client for OpenClaw conversations
ClawraCompanion skillAvailableOpenClaw companion setup that installs a selfie skill and visual-response workflow for chat platforms
HappyClawWebAvailableSelf-hosted multi-user local AI agent system inspired by OpenClaw-style agent operations
CC SwitchDesktopAvailableTauri desktop manager for OpenClaw and other coding CLIs, with provider switching, MCP and skills management, sessions, and workspace editing.
lucinateCross-platform CLI/TUIAvailableTerminal-native chat client for OpenClaw Gateway and OpenAI-compatible endpoints with streaming responses, tool-call cards, agent management, cron browsing, and session workflows
QclawDesktopAvailableGUI helper for OpenClaw setup, environment checks, model configuration, and update workflows.
nexuDesktopAvailableLocal-first desktop client for connecting OpenClaw agents to WeChat, Feishu, Slack, Discord, and related IM channels.
BlueClawiOSAvailableNative iOS client for OpenClaw gateways with SSH tunneling and direct WebSocket modes
openclaw-gateway-clientReference clientAvailableMinimal custom Gateway WebSocket client with V3 device-auth challenge-response flow
ClawAppMobile / PWAAvailableMobile chat client for OpenClaw agents with streaming conversations, image handling, tool calls, PWA support, and APK packaging
ClawdbotMenumacOSAvailableMenu bar app for starting, stopping, restarting, and checking the status of a local Clawdbot or OpenClaw gateway
CloudToLocalLLMDesktopAvailablePrivacy-focused desktop companion that includes OpenClaw Gateway connectivity, local desktop control, chat, avatar, and vision modules
ClawPalDesktop / visual managerAvailableVisual interface for managing OpenClaw agents, models, and configuration files
EasyClawmacOS / WindowsAvailableOne-click OpenClaw installer for desktop operators
OpenClaw DesktopDesktopAvailableCross-platform desktop client that connects to OpenClaw Gateway and packages a local app experience.
MicroClawWindowsExperimentalWindows package for installing and running OpenClaw with a desktop client, local runtime, skills, and permission-controlled sandbox.
iClawWebAvailableLocal chat UI for a running OpenClaw Gateway, with local history storage.
OpenClaw ManagerDesktop / web managerAvailableVue, TypeScript, and Python GUI manager for OpenClaw with Chinese and English interface support.
SuperClawWindowsAvailableChinese desktop client that embeds an OpenClaw Gateway runtime with a separate data directory.
AI Memory ReadermacOS / iOSAvailableNative viewer for local agent memory and session files, including OpenClaw memory paths.
Jorgut OpenClaw DesktopDesktopAvailableTauri desktop wrapper that starts OpenClaw Gateway and guides first-run setup.
Claw Companion AndroidAndroidAvailableAndroid client for connecting to OpenClaw gateways through QR setup payloads, Tailscale Funnel, or manual endpoints.
ClawChatMobileAvailableFlutter chat client for OpenClaw Gateway conversations.

Monitoring & Dashboards

ToolTypeFeatures
openclaw dashboardBuilt-inGateway info, stats, web UI
ClawControllerThird-partyReal-time monitoring, task orchestration, agent chat
claw-dashCommunitySessions, tokens, costs, CPU/RAM/disk metrics
Mission ControlCommunityConvex + React, live logs, task tracking
OpenClaw Mission ControlCommunityRBAC, Kanban board, War Room, transcripts, Telegram output (37 stars)
OpenClaw StudioCommunityVisual agent management with cron jobs, tool extraction, mentions (410 stars)
Hawk EyeCommunityWorkspace sentinel & operational dashboard
ClawTickThird-partyPerformance monitoring, uptime checks, and real-time analytics for OpenClaw instances.
Opik OpenClawObservabilityExports agent traces to Opik for monitoring cost, tokens, errors, and behavior
openclaw-dashboardCommunity dashboardReal-time dashboard with auth, MFA, cost tracking, live feed, and memory browser
OpenClaw Control CenterLocal dashboardLocal-first dashboard for OpenClaw health, usage, staff, collaboration, tasks, documents, memory, and settings
OpenClaw CTLManagement scriptMenu-driven macOS, Linux, and Windows script for OpenClaw install, service control, provider setup, plugins, backup, and repair
OpenClaw Bot ReviewCommunity dashboardLightweight dashboard for reviewing OpenClaw bots, agents, models, and session status
OpenClaw ManagerCommunity dashboardWeb management UI for OpenClaw configuration, service control, logs, and runtime status
OpenClaw NerveCommunity cockpitWeb cockpit for voice conversations, workspace files, kanban-style tasks, sub-agent sessions, charts, and usage visibility
LobsterBoardDashboard builderDashboard builder for creating custom OpenClaw monitoring views
OpenClaw OfficeCommunity consoleVisual monitoring and management frontend for OpenClaw multi-agent systems through the Gateway WebSocket
Mission Control GUICommunity dashboardBrowser GUI for monitoring OpenClaw agents, sessions, scheduled jobs, costs, and memory on the host machine
OpenClaw DashboardLocal dashboardGo-based command center for OpenClaw gateway health, costs, cron jobs, sessions, and sub-agent activity
OpenClaw AdminAdmin consoleVue-based web console for OpenClaw Gateway agents, sessions, models, channels, skills, and terminal access
Autensa Mission ControlProduct workflow consoleSelf-hosted OpenClaw Gateway product-engine workflow for market research, feature generation, PR creation, and run visibility
TenacitOSLocal dashboardNext.js control center that reads OpenClaw agents, sessions, memory, logs, cron jobs, costs, and workspace files from the local installation.
agenttraceLocal TUILocal-first session inspector for OpenClaw-style and other AI coding-agent logs, showing tokens, estimated cost, tool failures, latency, health, diffs, and CI gates
Monitoring OpenClawCommunity dashboardDashboard for an OpenClaw infrastructure stack with service status, trading bot status, recent trades, and capital history views
OpenClaw DashLocal macOS dashboardLocal diagnostic toolkit for monitoring OpenClaw Gateway, exporting privacy-masked support reports, and running pre-upgrade health checks
OpenClaw MonitorCommunity dashboardVue and Node.js dashboard for OpenClaw Gateway status, sessions, token usage, message trends, and monitor API endpoints
laboon-self-healingCommunitySelf-healing OpenClaw health-check workflow with restart, remediation, and alert notification steps
AgentPulseThird-partyLLM cost and observability dashboard for tokens, latency, errors, and model usage across agent workloads
tokscaleUsage CLIToken-usage tracker that reads OpenClaw agent data paths alongside other coding-agent tools and renders CLI usage reports.
ClawPanelManagement panelGo-based OpenClaw management panel for channel runtime management, logs, and external gateway operations.
Mission Control CenterOperations dashboardUbuntu-focused dashboard for OpenClaw agent conversations, scheduled tasks, daily reports, service status, and local MCP services
ClawMetryObservability dashboardReads local OpenClaw configuration and renders channel activity, session flow, and agent monitoring views
costclaw-telemetryCost dashboardLocal dashboard for tracking OpenClaw LLM calls, run-level cost estimates, and usage breakdowns
AgentBridgeCoordination dashboardOpenClaw-first dashboard and API for assigning, tracking, and reviewing work across AI agent teams
VibeLensSession analyticsSession visualization and analytics tool that documents OpenClaw JSONL paths alongside other agent hosts
openclaw-observability-monitorLocal monitorLightweight localhost monitor for OpenClaw gateway status, event feeds, and snapshots
OpenClaw WatchdogWindows service monitorWindows service monitor that restarts OpenClaw Gateway when it stops responding
clawctlVM managerTooling for running OpenClaw gateways inside isolated virtual machines
clawdhomeMulti-instance managerMac-focused manager for isolating multiple OpenClaw gateway instances on one host
CrabwalkCompanion monitorReal-time companion monitor for OpenClaw agents
ClawLibraryVisual asset dashboard2D library interface for browsing OpenClaw generated assets, runtime activity, and working state
ClawProBenchBenchmark harnessLive-first benchmark harness for evaluating agents in the OpenClaw runtime with deterministic grading and repeated trials
botmakerBot builderUI for creating containerized OpenClaw bots
openclaw-models-uiModel UIVisual model-priority manager for OpenClaw Gateway Dashboard
openclaw-quickfixDiagnostics toolkitQuick diagnostic and repair toolkit for OpenClaw Gateway configuration and runtime issues
RuView PresencePresence pluginPresence-aware behavior plugin for OpenClaw using RuView WiFi sensing signals
AgentTown ObserverRead-only observerOpenClaw Gateway plugin for observing AgentTown state without write actions
ClawLensObservability and guardrailsLocal OpenClaw plugin that records tool calls, scores risky behavior, shows sessions in a dashboard, and supports guardrail actions
OpenClaw MCGateway control UIReal-time control interface for OpenClaw Gateway agents, chats, sessions, and automation features
WatchclawWatchdog CLIBash watchdog for checking and recovering OpenClaw Gateway processes on macOS and Linux
OpenClaw RescueRecovery watchdogWatchdog and emergency Telegram bot for gateway health checks, doctor runs, alerts, and restart flows
LobstertankMulti-gateway control planeRegistry and orchestration interface for multiple OpenClaw Gateway instances across local and cloud infrastructure
OpenClaw DashboardWeb dashboardReact and Next.js dashboard that maps OpenClaw Gateway commands into visual pages
clawlyx DashboardWorkstation dashboardDashboard for OpenClaw agents, mission control, usage, scheduler health, and history views
Single-file OpenClaw DashboardLightweight dashboardSingle HTML and Node.js dashboard for agent fleet, cron, sessions, and conversation visibility
Mission Control BoardMission-control dashboardVisual board for OpenClaw agent tasks, cron jobs, team status, and daily digest workflows
OpenClaw Command Center v2Orchestration dashboardWebSocket RPC dashboard for sessions, cron jobs, kanban tasks, and chat against OpenClaw Gateway
OpenClaw Probe RustHost agentRust host probe for OpenClaw health checks, restarts, session token scanning, system metrics, and backup tasks
clawdbot-cost-monitorCost dashboardLocal dashboard for parsing OpenClaw session files and showing token and cost history
MoltcraftVisual dashboardIsometric dashboard that connects to a Moltbot or OpenClaw gateway to visualize agent activity

Backup & Restore

openclaw config backup
openclaw config restore config-2026-02-01-1600.yaml

# Manual backup
tar -czvf ~/openclaw_backup_$(date +%Y%m%d).tar.gz -C "$HOME" .openclaw

Never commit ~/.openclaw/ to Git (contains secrets).

  • Keep My Claw - Encrypted OpenClaw backup and restore service with client-side encryption, scheduled snapshots, and Cloudflare R2 storage.
  • soul-upload.com - Encrypted backup storage for OpenClaw workspace artifacts, using local encryption before upload and recovery by URL plus password.
  • openclaw-backup - Backup and restore skill for OpenClaw instance migration. Review credential scope before use.
  • openclaw-infra - Disaster-recovery bootstrap for exporting OpenClaw settings, versioning infrastructure state, and restoring a server profile.
  • openclaw-killer - Uninstall and cleanup script for removing OpenClaw components from a host after review.
  • backup-openclaw - Python CLI for compressed OpenClaw installation backups with metadata files and optional encrypted upload paths. Review backup contents before remote storage.

Performance Benchmarks

Inference Speed

HardwareTokens/secNotes
RTX 4090~80 t/sBest GPU performance
AMD MI300XHigh192 GB memory, free credits available
Apple M2 Pro 64GBGoodLarge memory pool for bigger models
MacBook Air M2~3.2 t/sCPU-only, usable
Typical CPU~13.5 t/sNon-time-critical tasks
Oracle ARM (7B)5-10 t/sFree tier, acceptable
Raspberry Pi 52-5 t/sSlow but works
ESP32-S3 (MimiClaw)Cloud APINo local inference, calls Claude API via Wi-Fi
RISC-V (PicoClaw)Cloud API10 MB RAM, single Go binary, 1s boot, $10 board

Memory for Local Models

Model SizeRAM RequiredGPU VRAM
3B (quantized)4 GB4 GB
7B (quantized)8 GB8 GB
13B (quantized)16 GB12-16 GB
70B (quantized)64 GB48 GB+

Bottleneck: Memory bandwidth and VRAM capacity, not CPU speed. Sweet spot: 7B models.


OpenClaw vs Claude Code

Complementary tools, not competitors. Many engineers run both simultaneously.

FeatureClaude CodeOpenClaw
Lives inTerminal / IDEMessaging apps
FocusCoding, developmentAutomation, integration
MemorySession-basedPersistent (24/7)
OperationInteractiveAutonomous
RuntimePer-sessionAlways-on daemon
IntegrationGit, tests, dev toolsEmail, calendar, messaging, home automation
Best forMulti-file refactoring, testsInbox monitoring, reminders, web scraping

Alternatives & Competitors

AlternativeTypeBest ForKey Advantage
NanobotLightweight (4K lines)Minimalists99% smaller codebase, 45 MB RAM, MCP-native
PicoClawUltra-lightweight (Go)Embedded/hardware10 MB RAM, $10 RISC-V, single binary, 1s boot
ArchestraEnterpriseSecurity/complianceMCP registry, A2A, agentic security (3.5K stars)
NanoClawSecurity-firstSecurity-consciousIsolated Apple containers
memUMemory-focusedBudget usersLocal knowledge graph
Jan.aiOffline chatPrivacy absolutists100% offline
AnythingLLMDoc-to-chatbotKnowledge basesTurn PDFs into chatbots
Claude CodeCoding agentDevelopersBest coding assistant
Microsoft CopilotEnterprise AIEnterpriseCompliance, security
eesel AIBusiness agentHelp desksCustomer service
EmergentPersonal AIWhatsApp/TelegramSimpler OpenClaw alternative
memU botMemory-first agent24/7 proactive assistantLearns habits, acts without commands
Knolli.aiSafe agentic AISecurity-firstBest OpenClaw alternative
DifyLLM app platformAgents, RAG, MLOpsBest debugging, workflow visualization
LangflowRAG pipelinesVector stores, MongoDBMIT licensed, Astra DB native
FlowiseChatbot builderRapid developmentPrebuilt conversational templates
n8nWorkflow automationBusiness processesVisual workflow builder
LangBotMulti-platform botsIM integrationGitHub
LobsterXDocument-related OpenClaw-like agentDocument workflowsSelf-hostable (Docker, uv tool), Telegram bot support, lightweight codebase (2-3K LoC)
IronClawRust rewritePrivacy & securityOpenClaw-inspired, built by NEAR AI, Rust-native (1.3K stars)
ZeroClawRust ultra-fastSpeed-first users3.4 MB binary, <10ms startup, 22+ providers, swappable Rust traits, hybrid SQLite memory
TinyClawShell script (400 LoC)Stability-firstClaude Code + tmux, WhatsApp, heartbeat, cron, self-healing (1.3K stars)
Mini-ClawMinimalistSubscription usersUses Claude Pro/Max or ChatGPT Plus directly in Telegram, zero API cost
Ralv3D agent orchestrationMulti-agent managementStarCraft-like spatial UI for commanding 100+ agents
GitClawGitHub Actions agentServerlessZero-infra OpenClaw via GitHub Issues & Actions
BankrBot SkillsDeFi/crypto agentWeb3 tradersPolymarket, token trading, NFTs, on-chain messaging
ClosedClawDesktop GUI forkGTK usersGTK GUI + Ollama integration + enhanced lite mode
OpenGlassSmart glassesWearable hardwareMeta Ray-Bans + Gemini Live + OpenClaw real-time AI
ScallopbotCost-optimized agentBudget usersMulti-provider routing, budget controls, voice I/O
VisionClawSmart glassesWearable ARMeta Ray-Ban + Gemini Live + OpenClaw, iOS/Swift (796 stars)
PinchChatWeb (PWA)AvailableOpen-source webchat UI with ChatGPT-like interface, live tool calls, multi-session, token tracking, streaming, 8 languages, theming
DebotRust lightweightCost-consciousRust+Python, auto conversation compaction, smart LLM router
NanoClaw (original)Security-firstApple container500 lines TypeScript, WhatsApp, Anthropic Agent SDK (7K+ stars)
AutobotCrystal ultra-fastSpeed and security oriented users2MB binary, ~5MB RAM, <10ms startup
Secure OpenClawMessaging assistantMessaging-platform operatorsOpenClaw-like assistant gateway with allowlists, tool-use approvals, scheduled reminders, and Composio app integrations
NullClawZig lightweight runtimeEmbedded and low-resource usersOpenClaw-style assistant infrastructure implemented as a Zig static binary with provider, channel, memory, tool, and gateway docs

Moltbook (AI Social Network)

Created by OpenClaw agent "Clawd Clawderberg" (built by Matt Schlicht, Cofounder of Octane AI).

StatValue
LaunchedJanuary 28, 2026
Registered AI agents1.6M+
Posts & responses7.5M+ AI-generated
FormatReddit-style forum for AI agents
Human accessRead-only observation

"Most interesting place on the internet right now" - Fortune


Skills & Plugins

ClawHub (Official Registry)

Awesome OpenClaw Skills

Lobster Workflow Runtime

Lobster - typed workflow runtime with resumable approvals. Turns skills/tools into composable pipelines.

Notable Skills & Plugins

SkillDescriptionSource
MixpostSocial media management integrationClawHub
AIsa SkillsStreamlined AI agent deploymentPheMex
Luma EventsSearch events, RSVP, sync to Google Calendar (no API needed)X/@bilbeny
QMD SkillCuts token usage by 95%X/@milesdeutscher
SupermemoryUnlimited memory for OpenClawClawHub
CogneeGraph-based memory with auto-recall, semantic searchGitHub | npm
Claude TeamSpawns visible terminal sessions instead of backgroundX/@jlehman_
ClawRouterSmart LLM router - save 78% on inference costs, 30+ modelsGitHub
HonchoPersistent cross-session memory with user modeling and dual-peer contextClawHub | GitHub
memory-mem0Self-hosted memory plugin using Mem0 for semantic fact extraction. Local Ollama embeddings, Qdrant vector storage, Gemini Flash extraction.GitHub
Agent SessionsSession browser + analytics + limits tracker for Codex CLI, Claude Code, OpenCode, Gemini CLI (245 stars)GitHub
AnnouncerHouse-wide TTS announcements via AirPlay speakersGitHub
TweetClawSafety-first X/Twitter plugin via Xquik. Read-only search/extract by default; posting, follow & DM actions are opt-in, gated behind per-account rate limits, exponential backoff on 429/5xx and conservative daily caps to respect X's automation rules. Review X's Developer Policy before enabling writes.GitHub | npm
GitHub Search SkillsDeep GitHub project analysis and explorationGitHub
UnbrowseSelf-learning API skill generator - auto-discovers APIs from browser traffic, 100x faster than browser automationGitHub
FoundrySelf-writing meta-extension - learns how you work, researches docs, writes new capabilities into itselfGitHub
Supermemory (Official)Official Supermemory integration - perfect memory and recall, auto-stores conversationsGitHub
AfrexAI Skills13 free business skills: prospect research, cold email, competitor analysis, meeting prep, LinkedIn, ICP builder, CRM, invoicing, SEO, daily briefing, objection handling, email triage, humanizerSetup Wizard | Revenue Calculator | Context Packs
Apify OpenClaw PluginConnects OpenClaw workflows to Apify actors and web automation tasksGitHub
MemOS Cloud OpenClaw PluginLong-term memory plugin that recalls context before execution and stores conversations after runsGitHub
OpenClaw Codex App ServerPlugin that brings Codex App Server workflows to Telegram and Discord through OpenClawGitHub
NorthstarOpenClaw and ClawHub skill for daily business briefings from Stripe, Shopify, Lemon Squeezy, and Gumroad metricsGitHub
Product Manager SkillsMarkdown-first PM skill pack that can be loaded by OpenClaw and other local-file AI tools for PRD review, SaaS metrics, discovery, and roadmap workGitHub
Before You Build SkillPre-build product risk review skill for checking demand, positioning, monetization, retention, trust, distribution, and feature-adoption risk before implementationClawHub | GitHub
TweetClawX/Twitter plugin for OpenClaw using Xquik. Treat write, follow, and DM actions as opt-in and review platform policy before enabling automation.GitHub | npm
ToolRouterTool gateway that exposes external tools to AI assistants through MCP-style workflows. Verify OpenClaw compatibility and requested permissions before use.Website
OpenClaw Medical SkillsBiomedical and clinical skill library for OpenClaw and NanoClaw, organized as installable SKILL.md modulesGitHub
OpenClaw agent templatesCollection of OpenClaw agent templates and SOUL.md configurations with a machine-readable indexGitHub
OpenClaw Skills zhChinese OpenClaw skills collection translated and organized by use caseGitHub
OpenClaw Master SkillsCurated OpenClaw skills collection maintained as a public GitHub repositoryGitHub
Lossless ClawLossless Context Management plugin for OpenClaw context compression and retention workflowsGitHub
ParleyClawHub plugin for durable coordination state, obligations, plans, artifacts, scoped identity, and recovery across long-running multi-agent workClawHub | GitHub
mem9Memory plugin for OpenClaw agentsGitHub
OpenViking OpenClaw PluginContext-engine plugin that connects OpenClaw to OpenViking for remote memory, session archiving, semantic retrieval, and resource import workflowsGitHub
memory-lancedb-proLanceDB memory plugin for OpenClaw with hybrid retrieval, reranking, multi-scope isolation, and a management CLIGitHub
MetaClawResearch project for conversational agent learning and evolution on OpenClaw-style agentsGitHub | paper
AutoResearchClawResearch workflow project for idea-to-paper agents using OpenClaw and MetaClaw patternsGitHub
memUMemory layer for long-running proactive agents such as OpenClaw, with a Python package and public docsGitHub
Sundial Awesome OpenClaw SkillsCurated OpenClaw skill collection organized by category with an install command for sundial-hub usersGitHub
Memori OpenClaw PluginPersistent structured memory plugin for OpenClaw Gateway agents, with hosted and bring-your-own-database paths documented by MemoriGitHub
OpenClaw Plugin InspectorOffline compatibility checker for OpenClaw plugin packages, manifests, hooks, registration calls, and CI artifactsGitHub
OpenClaw Kitchen Sink PluginCredential-free fixture plugin that covers public OpenClaw plugin API surfaces for examples and compatibility testingGitHub
crabpotCompatibility testbed that pins community plugins and checks OpenClaw plugin API seams with plugin-inspectorGitHub
ClawBioBioinformatics-native OpenClaw skill library with local-first workflows and installable skills for research tasksGitHub
OpenClaw Materials LabNative OpenClaw plugin for materials-science search, structure analysis, candidate comparison, notes, and report exportGitHub
SkysearchFlight-search skill for OpenClaw that uses browser automation across booking and airline sites without requiring API keysGitHub
OpenClaw Documentation SkillAuto-syncing documentation skill that gives coding assistants installable OpenClaw reference material and workflowsGitHub
OpenClaw Offline SeedConfig-driven offline plugin and skill seeding tool for OpenClaw runtimes on Kubernetes, Helm, and DockerGitHub
AxonHub OpenClaw PluginProvider plugin that routes OpenClaw model requests through a self-hosted or hosted AxonHub AI gatewayGitHub
RemnicLocal-first memory plugin for OpenClaw-compatible agents that stores extracted memory as plain Markdown with search supportGitHub
openclaw-memory-libravdbLocal-first memory plugin backed by LibraVDB for scoped session, user, and workspace recall in OpenClawGitHub
openclaw-parcelParcel delivery-tracking plugin for OpenClaw with API-key configuration through environment or secret-reference patternsGitHub
@ollama/openclaw-web-searchOllama web search plugin package for OpenClaw, with slash-command and config-based authentication pathsnpm
Claw EarnAgent bounty and marketplace workflow for OpenClaw-style agents. Review task, wallet, and policy assumptions before enabling autonomous payments.Website
@tloncorp/tlon-skillTlon and Urbit skill package with CLI installation and OpenClaw agent usage notesnpm
OpenClaw Meeting MinutesPublic meeting-minutes repository generated by an OpenClaw workflow from transcripts, structured summaries, and action itemsGitHub
Paperclip OpenClaw Gateway AdapterAdapter package that documents how Paperclip invokes OpenClaw through the Gateway protocolnpm
openclaw-cortexLong-term memory plugin for OpenClaw with Cortex knowledge-graph recall, capture hooks, session goals, and health commandsGitHub
xworkmate-artifactsGateway plugin that exports structured workspace artifact manifests for XWorkmate bridge workflowsGitHub
PinclawWearable AI clip ecosystem with hardware, firmware, and an OpenClaw plugin for push-to-talk agent dispatchGitHub
OpenClaw.NETIndependent .NET gateway and agent runtime inspired by OpenClaw, with NativeAOT-friendly CLI, desktop bundles, MCP, and channel adaptersGitHub
OpenClaw A2A GatewayPlugin that implements Agent-to-Agent protocol messaging between OpenClaw agents with peer discovery and per-message agent targetingGitHub
MCP AdapterOpenClaw plugin that discovers MCP server tools at startup and exposes them as native agent toolsGitHub
Feishu Bot Chat PluginFeishu group-chat plugin that lets multiple OpenClaw bots discover each other and communicate through bot mentionsGitHub
SearXNG Search PluginOpenClaw web-search plugin for self-hosted SearXNG instancesGitHub
Oxylabs AI Studio PluginOpenClaw plugin that adds Oxylabs AI Studio web search and fetch toolsGitHub
Membase OpenClaw PluginPersistent-memory plugin for OpenClaw using hybrid vector search and a knowledge graphGitHub
n8n OpenClaw Nodesn8n community nodes for controlling OpenClaw Gateway sessions, messages, cron jobs, search, and commands from workflowsGitHub
skillshareCross-tool skill sync CLI with OpenClaw support for sharing skill installs across machines and agent toolsGitHub
Build With ClaudePublic directory for skills, agents, commands, hooks, plugins, and marketplace collections that includes OpenClaw-related entriesGitHub
EDAMAME for OpenClawSecurity integration for OpenClaw agents with MCP plugin, skills, provisioning, and host-side behavioral monitoring docsGitHub
Zenzap OpenClaw PluginChannel plugin that connects OpenClaw to Zenzap team topics, tasks, and messagesGitHub
quality-guardOpenClaw plugin that blocks dangerous shell commands and checks tool output quality before agent dispatchGitHub
weixin-agent-gatewayWeChat gateway that routes messages to OpenClaw and other local agent backends. Review platform policy before enabling account automation.GitHub
openclaw-plugin-a2aPlugin adapter for A2A broker integration with task request, status, cancel, and monitoring bridge boundariesGitHub
openclaw-multi-session-pluginsPlugin support for logical multi-session isolation and scoped XWorkmate artifact manifests in OpenClaw runtimesGitHub
Guardrail Bridge PluginPre-agent security plugin for OpenClaw with compatibility metadata and policy checks before agent dispatchGitHub
openclaw-adapterAdapter that wraps Eliza plugin actions, providers, and services for use from OpenClawGitHub
PowerMemLong-term memory system with documented OpenClaw integration through the memory-powermem pluginGitHub
localsetupRepo-local workflow engine that can install shared skills and context across Cursor, Claude Code, Codex, OpenClaw, Kilo, and OpenCodeGitHub
SkillNoteSkill registry for creating, versioning, and sharing SKILL.md files with OpenClaw connection docsGitHub
customs-skillChinese customs-service OpenClaw skill for Feishu-connected read workflows, controlled writes, document handling, and status notificationsGitHub
zenodo-skillResearch artifact skill for Zenodo deposits and DOI workflows that documents use from OpenClaw-compatible agent hostsGitHub
llm-wiki-skillOpenClaw and Codex Agent skill for compiling source material into persistent cross-linked Markdown knowledge basesGitHub
bibigpt-skillBibiGPT Desktop and CLI skill with documented OpenClaw installation for summarizing video and audio sourcesGitHub
huskylens2-mcp-skillDFRobot HUSKYLENS 2 MCP service skill with OpenClaw endpoint setup notesGitHub
openclaw-plugin-claude-codePlugin for running Claude Code in Podman or Docker containers from OpenClaw. Verify subscription and container permissions before use.GitHub
openclaw-open-webui-channelsPlugin for connecting OpenClaw to Open WebUI ChannelsGitHub
openclaw-plugin-wiki-memoryMemory plugin backed by a Markdown LLM Wiki with hybrid semantic and full-text searchGitHub
openclaw-telegram-approval-buttonsTelegram approval-button plugin for OpenClaw exec approval messagesGitHub
ObsidianClawObsidian plugin for chatting with an OpenClaw agent from inside a vaultGitHub
openclaw-plugin-llm-trace-phoenixPlugin that sends OpenClaw LLM traces to Arize Phoenix for prompt, response, and token inspectionGitHub
openclaw-channelOpenClaw Channel SDK for building channel integrationsGitHub
tuya-openclaw-skillsTuya AI skill library for OpenClaw and TuyaClaw smart-ecosystem device workflowsGitHub
model-hierarchy-skillOpenClaw skill for routing model choice by task complexity and cost profileGitHub
openclaw-skills-securityMarkdown-based security skills for prompt-injection checks, supply-chain review, and credential-leak detectionGitHub
decodo-openclaw-skillOpenClaw skill for URL scraping through the Decodo Web Scraping APIGitHub
obsidian-openclaw-memoryOpenClaw skill for using Obsidian as an AI memory system with a knowledge graphGitHub
openclaw-skillsCollection of OpenClaw agent skills for search, analysis, and content extractionGitHub
jincai openclaw-skillsReusable OpenClaw skills collection for local agent workflowsGitHub
agent flywheel skillsClawdbot skill collection for agentic coding workflows, cloud CLIs, and development toolsGitHub
Plugin-GBTOpenClaw plugin for compressing agent context and reducing repeated prompt tokensGitHub
Claw SamaVRM avatar desktop-pet plugin for connecting OpenClaw workflows to a local character surfaceGitHub
openclaw-codex-image-genOpenClaw plugin that adds a Codex CLI image-generation command workflowGitHub
Coze OpenClaw PluginPlugin for connecting Coze workflows to OpenClawGitHub
mkhlabArabic-first OpenClaw plugin with dialect-aware skills and localized workflowsGitHub
openclaw-better-gatewayGateway UI enhancement plugin with automatic refresh and WebSocket handling improvementsGitHub
openclaw-memory-auto-recallMemory plugin that injects relevant stored context before each OpenClaw promptGitHub
web-search-plus-pluginMulti-provider web search and extraction plugin for OpenClaw research workflowsGitHub
openclaw-langfuseLangfuse observability plugin for tracing OpenClaw agent turns, sessions, token use, latency, and costGitHub
GetNote OpenClawOpenClaw skill for GetNote note workflowsGitHub
scholar-skillAcademic reading and knowledge-linking skill for OpenClaw with Obsidian-oriented workflowsGitHub
dingtalk-ai-tableDingTalk AI table operation skill for OpenClaw workflowsGitHub
openclaw-chat-history-importSkill for importing external chat history into OpenClaw archive, daily memory, and MEMORY.md workflowsGitHub
openclaw-skill-n8nOpenClaw skill for n8n workflow operationsGitHub
jobradarJob-search skill that documents OpenClaw usage for Germany and China tech-role workflowsGitHub
ClawlettOpenClaw skill for permissioned on-chain actions with human control boundariesGitHub
principles-discipleNative OpenClaw plugin package for Principles Disciple workflowsnpm
openclaw-ynabroOpenClaw plugin that registers YNABro tools for budget workflowsnpm
n8n-as-code OpenClaw pluginPlugin for creating and managing n8n workflows from OpenClawnpm
agent-changelogInstallable OpenClaw skill for keeping an agent changelog in a workspacenpm
openclaw-skill-easy-learnOpenClaw skill for generating beginner-friendly learning notesnpm
openclaw-skill-article-summarizerSkill for summarizing articles, web pages, PDFs, and Feishu docs with opt-in note savingnpm
openclaw-skill-optimizerPackage for analyzing and optimizing OpenClaw skill performancenpm
openclaw-crawleo-skillSelf-contained OpenClaw skill package for Crawleo web search and crawling workflowsnpm
rugbyclawRugby scores, fixtures, and results CLI with an OpenClaw skill packagenpm
@indexnetwork/openclaw-pluginOpenClaw plugin for Index Network people-discovery workflowsnpm
@clawchatsai/connectorOpenClaw plugin for a P2P tunnel and local API bridge to ClawChatsnpm
aamp-openclaw-pluginAgent Mail Protocol plugin that gives OpenClaw an AAMP mailbox identity for receiving and replying to task messagesnpm
@aauth/mcp-openclawOpenClaw plugin for connecting to AAuth-authenticated MCP serversnpm
orca-openclaw-pluginOpenClaw plugin wrapper for Orca runtime guardrail checksnpm
agent-control-openclaw-pluginPlugin that connects OpenClaw tool catalogs and calls to Agent Control policy workflowsnpm
imclawAgent-to-agent instant messaging channel extension for OpenClawnpm
@perkos/perkos-a2aA2A protocol communication plugin for OpenClaw agent-to-agent workflowsnpm
@agnt-rcpt/openclawPlugin for cryptographically signed audit trails for OpenClaw agent actionsnpm
@spikelabs/lobster-shell-pluginPlugin for connecting an OpenClaw agent to Lobster Shell cloud workflowsnpm
@jiggai/kitchenWeb dashboard package for OpenClaw agent teams, workflows, and automationnpm
@meego-harness/openclaw-workerNative OpenClaw plugin that bridges a fixed OpenClaw agent to Meego harness workersnpm
@clawlauncher/claw-activity-monitorPlugin that streams OpenClaw agent activity to the Claw Launcher dashboardnpm
@inline-openclaw/inlineChannel plugin for interacting with an OpenClaw agent through Inlinenpm
@synadia-ai/nats-channelNATS channel plugin that makes OpenClaw agents discoverable through Synadia Agent Protocol workflowsnpm
@gitopenclaw/connectRuntime connector that streams OpenClaw agent events for monitoring, alerting, and kill-switch controlnpm
clawcaliCal feed package for OpenClaw agent activitynpm
@handlebar/openclawGovernance plugin package for OpenClaw agentsnpm
@cogineai/clawpackerCLI for inspecting, exporting, importing, and validating portable OpenClaw agent and workspace templatesnpm
playclawPlugin package for connecting OpenClaw agents to PlayClaw testing playground workflowsnpm
openclaw-agent-dashboardVisual multi-agent dashboard plugin package for OpenClawnpm
@botmem/openclaw-pluginOpenClaw plugin for Botmem personal-memory search across connected user data sourcesnpm
@oda-agent/openclaw-pluginOpenClaw plugin for grocery-planning workflows with Oda automation boundariesnpm
@gdpisen/openclaw-pisenPisen enterprise-workspace channel plugin for OpenClaw private-message workflowsnpm
@newbase-clawchat/openclaw-clawchatClawChat Protocol channel plugin for OpenClaw with plugin-owned WebSocket transportnpm
openclaw-xiaoyouXiaoyou enterprise-service channel plugin that bridges OpenClaw through an outbound WebSocketnpm
@openswitchy/openclaw-channel-openswitchyOpenSwitchy channel plugin for receiving messages and returning OpenClaw agent responsesnpm
@43world/43chat-openclaw-plugin43Chat inbound-notification plugin that writes chat events into the OpenClaw main sessionnpm
@model-hub/openclaw-cliCLI package for connecting OpenClaw installations to ModelHub bridge workflowsnpm
@h-ear/openclawOpenClaw skill for H-ear World audio classification commandsnpm
@dcentralab/skillsSkillHub CLI for searching, installing, publishing, and managing OpenClaw skillsnpm
@memorymerge/openclawMemoryMerge OpenClaw integration with turn hooks for remember, recall, and reflect workflowsnpm
@lynqn/openclaw-skillOpenClaw skill for sharing text, generating QR codes, and shortening URLs through LYNQNnpm
clawfee-sdkBilling SDK for OpenClaw skill developers adding per-call, subscription, or one-time payment flowsnpm
@mtt-open/openclaw-mttsportsMTTSports OpenClaw skill package for room workflows, session lifecycle control, and event watchingnpm
finebi-openclaw-skillFineBI skill package for OpenClaw data analysis, visualization, and reporting workflowsnpm
repo2skillCLI that converts GitHub repositories into OpenClaw skill packagesnpm
secureskillsCLI for browsing a security-rated OpenClaw skill directory and inspecting skill requirementsnpm
@cly-org/switchbot-openclaw-skillSwitchBot smart-home plugin exposing device and scene tools to OpenClawnpm
@agent-pulse/openclaw-skillAgentPulse skill integration for liveness-based gate checks around OpenClaw requestsnpm
@censgate/openclaw-redactPrivacy plugin for redacting PII before OpenClaw sends content to model workflowsnpm
@agentseo/openclaw-pluginAgentSEO plugin package for connecting OpenClaw agents to AgentSEO toolsnpm
Research Paper Push SkillScheduled OpenAlex paper alerts and concise daily Chinese summaries through OpenClaw cronGitHub
Research Papers SkillOpenAlex paper search, DOI lookup, citation inspection, open-access PDF discovery, and Markdown literature reviews for OpenClawGitHub
Intention Hint PluginPre-agent intent scanner that injects routing hints through the before_prompt_build hookGitHub
carapace-plugin-sdkSDK for generating typed OpenClaw plugin manifests, helper code, and standalone CLIsGitHub
unCAGd memoryValidated decision-memory skill for OpenClaw tools and skills, published as @uncagd/openclaw-cag-memoryGitHub
Engram OpenClaw SkillSkill that exposes Engram memory operations to OpenClaw through an MCP server bridgeGitHub
NuttyKnowledge-collection OpenClaw skill for saving links, ideas, projects, and tasks to Feishu BitableGitHub
OpenClaw HDU SkillCampus assistant skill package for Hangzhou Dianzi University workflows such as schedules, exams, seats, and campus servicesGitHub
TencentDB Agent MemoryLocal memory package with documented OpenClaw integration for symbolic short-term memory and layered long-term memoryGitHub
memXSelf-maintaining memory layer with native OpenClaw support and MCP-compatible accessGitHub
Open Second BrainFilesystem-first second-brain toolkit with OpenClaw and MCP-aware client support for Markdown vault workflowsGitHub
SkillLensSelf-hosted web tool for evaluating Agent Skills, including skills intended for OpenClaw-style ecosystemsGitHub
OpenClaw Memory FusionCron-based memory extraction, distillation, and Markdown consolidation workflow for OpenClaw sessionsGitHub
memU Engine for OpenClawCommunity memory plugin that connects OpenClaw sessions to the MemU engine with per-agent storage layout notesGitHub
OpenClaw Memory GraphitiMemory plugin that pairs SpiceDB authorization with Graphiti knowledge-graph storageGitHub
OpenClaw Memory QdrantLocal semantic-memory plugin for OpenClaw using Qdrant and Transformers.jsGitHub
OpenViking Memory BackendOpenClaw memory backend plugin that exposes OpenViking search and content-read workflowsGitHub
OpenClaw Memory pgvectorMemory plugin backed by PostgreSQL or YugabyteDB with pgvector semantic searchGitHub
openclaw-mem0-memorySelf-hosted Mem0-backed memory plugin for OpenClaw lifecycle hooksGitHub
openclaw-memory-engramEngram memory plugin for OpenClaw using SQLite and FTS5 persistent storageGitHub
Memory ManagerStructured long-term memory skill for OpenClaw with capture, trimming, and retrieval workflowsGitHub
openclaw-memory-localLocal memory plugin suite for checkpoints, Qdrant recall, and auto-capture in OpenClawGitHub
OpenClaw Memory LanceDBLanceDB-backed memory plugin for auto-recall, auto-capture, and active memory toolsGitHub
OpenClaw Memory RAGHybrid vector and BM25 memory search package for OpenClaw cross-session recallGitHub
memory-convexConvex-backed persistent-memory plugin for OpenClaw Gateway workflowsGitHub
OpenClaw Memory SearchLocal-first SQLite FTS5 memory-search architecture built for OpenClaw message storesGitHub
OpenClaw Plugin ContinuityPersistent-memory plugin that archives conversations and retrieves relevant cross-session context for OpenClaw agentsGitHub
OpenClaw Plugin StabilityIntrospection and loop-guard plugin for OpenClaw agents, with entropy monitoring and structured heartbeat decision supportGitHub
Awesome OpenClaw PluginsCommunity-maintained plugin directory with inspectable plugin folders and install notes for OpenClaw usersGitHub
Awesome OpenClaw Skills CNChinese OpenClaw skills directory organized for local model, workflow, and plugin discoveryGitHub
gstack OpenClaw SkillsOpenClaw-adapted development workflow skill suite with planning, implementation, testing, review, and release rolesGitHub
brewpage-publishPublishes HTML, Markdown, JSON, files, or multi-file sites to brewpage.app and returns a public URLClawHub
OpenClaw Skill ScannerSecurity gate that scans local folders or ClawHub skills before adding them to an OpenClaw environmentGitHub
PaperClawOpenClaw skill framework for generating field-specific paper review and critique agents from research topicsGitHub
NEIS School CLIKorean school search, meal, and timetable CLI with an OpenClaw skill adapter and ClawHub publishing notesGitHub
OpenClaw Rocket.Chat PluginRocket.Chat plugin that routes inbound messages and OpenClaw replies through a native channel bridgeGitHub
SmartThingsClawOpenClaw skill for listing, checking, and controlling Samsung SmartThings devices through documented scriptsGitHub
OpenClaw Radware Agentic ProtectionSecurity integration for routing OpenClaw provider traffic or lifecycle hooks through Radware checksGitHub
Lightpanda Agent SkillBrowser automation and extraction skill that documents Lightpanda usage from OpenClaw-compatible agentsGitHub
ask-searchSelf-hosted web search skill for OpenClaw agents using SearxNG as the search backendGitHub
Bruce Draw.ioDraw.io diagram-generation skill for OpenClaw-compatible agents with XML self-check and image export workflowGitHub
OpenClaw Odoo ERP ConnectorOdoo ERP integration skill for OpenClaw covering CRM, sales, purchasing, inventory, projects, HR, and fleet modulesGitHub
Skill Checkup OpenClawOpenClaw-only audit skill that returns an executive readiness report with risks and next actionsGitHub
OpenClaw Vertex AI Memory BankMemory plugin that connects OpenClaw agents to Vertex AI Memory Bank with user-scoped recallGitHub
openclaw-autoresearchOpenClaw plugin for autonomous edit, benchmark, measurement, and experiment logging loopsGitHub
OpenClaw Unity PluginUnity Editor plugin that exposes HTTP controls for OpenClaw-assisted game-development workflowsGitHub
Composio for OpenClawMarketplace plugin entry that points OpenClaw users to Composio CLI tool access and setup flowGitHub
OpenClaw ObservabilityOpenTelemetry observability plugin for OpenClaw agents with version-track documentation and backend examplesGitHub
OpenClaw ShieldSecurity plugin for checking secret leaks, PII exposure, and destructive-command risk in OpenClaw environmentsGitHub
AgentAegisRuntime protection plugin for OpenClaw-style agents with lifecycle security checks and bilingual documentationGitHub
openclaw-linearLinear integration plugin that receives webhooks, maintains a work queue, and exposes issue tools to OpenClaw agentsGitHub
openclaw-simplexSimpleX Chat channel plugin for OpenClaw with invite-based contact paths and channel-policy integrationGitHub
Telnyx SMS/MMS ChannelOpenClaw channel extension for Telnyx SMS and MMS webhooks, including inbound media handling and outbound reply flowGitHub
openclaw-whatsapp-kapsoWhatsApp Business Cloud API channel plugin for OpenClaw through Kapso, with cron, announce, and approval workflowsGitHub
esp32-openclawChannel plugin that bridges OpenClaw Gateway to ESP32 xiaozhi voice devices through an intermediate WebSocket serverGitHub
EClawAgent-to-agent OpenClaw channel that provides an external persona, MCP, and A2A communication layerGitHub
OpenClaw Channel OleapOleap enterprise messaging channel plugin for OpenClaw with WebSocket and HTTP polling modesGitHub
ZTM Chat Channel PluginChannel plugin that connects OpenClaw to ZTM Chat for decentralized peer messaging over a zero-trust meshGitHub
DingTalk Bot ChannelOpenClaw channel plugin for DingTalk robots using webhook callbacks and signed per-session responsesGitHub
Awesome OpenClaw Plugins (Jeron)Community plugin directory organized by official plugins, channels, smart home, utility, memory, and security categoriesGitHub
AxonFlow OpenClaw PluginGovernance plugin for OpenClaw agents covering tool-call policy, MCP access control, PII redaction, and audit trailsGitHub
Memory CrystalPersistent-memory project with an OpenClaw plugin and MCP server for cross-session recall workflowsGitHub
OpenClaw Dify Auth PluginProvider plugin that forwards OpenClaw messages to Dify and allows Dify apps to invoke local OpenClaw toolsGitHub
OpenClaw Contemplation PluginPlugin for capturing open questions and returning multi-pass reflection results to OpenClaw contextGitHub
LOCOMO OpenClaw Memory EvalMinimal harness for evaluating OpenClaw memory backends against LOCOMO-style recall tasksGitHub
OpenClaw Offline Memory SQLiteOffline-first memory search package for OpenClaw using SQLite FTS5, BM25, and optional local embeddingsGitHub
Bamdra OpenClaw MemoryContinuity-first memory runtime that installs OpenClaw memory, user binding, and vector-memory componentsGitHub
OpenClaw MemoryMarkdown-first memory server for saving and searching OpenClaw conversation history through local files and MCP accessGitHub
MemoryBoxMemory health CLI for markdown-based agents including OpenClaw, with cleanup and maintenance workflowsGitHub
OpenClaw Memory KitTemplate and runtime kit for OpenClaw context persistence, memory files, and session continuityGitHub
OpenClaw Dashboard Chat Mark PluginBrowser-side dashboard plugin for bookmarking OpenClaw chat messages and reinserting marked context laterGitHub
@openclaw/memory-lancedbLanceDB-backed long-term memory plugin for OpenClaw with auto-recall, auto-capture, and vector searchnpm
@lyriel/openclaw-pluginOpenClaw integration for the Lyriel substrate with a native npm package and setup notesnpm
@openclaw/synology-chatSynology Chat channel plugin for OpenClaw conversations and direct messagesnpm
@openclaw/amazon-bedrock-providerAmazon Bedrock provider plugin for OpenClaw model discovery, embeddings, and guardrail configurationnpm
@evermore.work/adapter-openclaw-gatewayAdapter package that invokes OpenClaw through the Gateway protocol for Evermore Work runtime integrationsnpm
@shareclz/openclaw-mem0-pluginOpenClaw memory plugin that connects Gateway workflows to a mem0-backed recall layernpm
@wangbren/memoxxx-openclaw-pluginLifecycle memory plugin that adds recall and add-memory hooks for OpenClaw agentsnpm
@lobu/openclaw-pluginLobu memory plugin for OpenClaw agents with an npm-distributed install pathnpm
@openclaw/openshell-sandboxSandbox backend that mirrors local workspaces and exposes SSH command execution for OpenClaw sessionsnpm
@supermemory/openclaw-supermemorySupermemory plugin that adds memory capture and recall workflows to OpenClaw agentsnpm
@openclaw/tokenjuiceExec output compaction plugin for OpenClaw sessions that need shorter command-output contextnpm
openclaw-channel-cocraftCoCraft LaTeX editor channel plugin for OpenClaw collaboration workflowsnpm
@openclaw/amazon-bedrock-mantle-providerAmazon Bedrock Mantle provider plugin for OpenClaw model routing through OpenAI-compatible endpointsnpm
@openclaw/anthropic-vertex-providerVertex AI provider plugin that routes OpenClaw model calls to Anthropic models on Google Vertex AInpm
openclaw-weiyuan-initOne-command initializer for the Weiyuan OpenClaw skill packagenpm
@ubundi/openclaw-cortexCortex memory plugin for OpenClaw auto-recall, auto-capture, and memory toolingnpm
@roamhq/openclaw-roamRoam HQ channel plugin for connecting OpenClaw to Roam HQ chat workflowsnpm
@vulcanen/openclaw-monitorReal-time monitoring console package for OpenClaw runtime status and telemetry viewsnpm
@a1hvdy/cc-openclawOpenClaw bridge plugin for routing CLI assistant traffic through an OpenAI-compatible HTTP interfacenpm
@openclaw/voice-callVoice-call channel plugin for OpenClaw integrations using Twilio, Telnyx, and Plivo transportsnpm
@persistio/openclaw-pluginOpenClaw-native long-term memory plugin with explicit recall and store tools backed by Persistionpm
@posthog/openclawPostHog LLM Analytics plugin for capturing OpenClaw model-generation and tool-call telemetrynpm
@paleo/openclaw-slack-mockSynthetic Slack-shaped channel plugin for automated OpenClaw test scenarios without sending live Slack messagesnpm
openclaw-tavilyTavily web tools plugin exposing search, extract, crawl, map, and research tools to OpenClawnpm
@korveo/openclawLocal-first OpenClaw span exporter for viewing diagnostics from the OpenTelemetry pipeline in Korveonpm
@agentlas/openclawPlugin package for connecting OpenClaw to Agentlas notes and knowledge-extraction workflowsnpm
@nextclaw/openclaw-compatCompatibility layer for using OpenClaw plugin interfaces from NextClaw projectsnpm
@scholai/openclaw-scholaiCourseware plugin package for OpenClaw article-generation workflows through Scholainpm
@scholai/openclaw-scholai-toolsOnboarding CLI for installing, inspecting, and updating Scholai OpenClaw pluginsnpm
@listenai/openclaw-xiaolingXiaoling AI plugin package for OpenClaw voice and assistant workflowsnpm
@a5c-ai/hooks-mux-adapter-openclawHarness adapter that connects OpenClaw to the hooks-mux systemnpm
@agent-vm/openclaw-gatewayPackage for running the OpenClaw gateway lifecycle inside an Agent VM environmentnpm
@alfe.ai/openclaw-syncBackup and sync skill for OpenClaw agent workspacesnpm
openclaw-webchat-serverBrowser WebSocket relay server for connecting webchat users to OpenClaw agentsnpm
@riddledc/openclaw-riddledcOpenClaw integration package for RiddleDC workflows with no-secrets setup notesnpm
@onequery/openclaw-pluginOneQuery plugin package for OpenClaw workflowsnpm
@parall/openclaw-agentBootstrap wrapper that prepares per-agent OpenClaw state before launching Parall agentsnpm
@watchline/openclaw-pluginDelivery adapter for receiving matched Watchline events in OpenClaw workflowsnpm
EQVPSAPI-native, pay-per-use VPS skill for OpenClaw with MCP tools for listing plans, ordering servers after confirmation, power control, reinstall, hostname updates, and cancellation.ClawHub

Setup Guides & Starters

  • OpenClaw Personal Agent Starter Free - Starter repository for building a private Telegram assistant with OpenClaw, including setup checklist material and AGENTS.md/SOUL.md templates.
  • OpenClaw setup guide I wish I had - Step-by-step OpenClaw setup and optimization guide covering install, models, memory, heartbeat, cron, channels, security, and use-case building.
  • NetworkChuck OpenClaw setup - Companion guide for a VPS-based OpenClaw setup video, with ordered commands for install, Telegram pairing, cron jobs, skills, browser access, sub-agents, and security checks.
  • openclaw-n8n-stack - Docker stack for running OpenClaw with n8n, MCP, and workflow automation components in one local setup.
  • awesome-openclaw-configs - OpenClaw configuration templates for Chinese LLM providers, multi-channel chat, and automation setups.
  • OpenClaw Push-to-Talk Client - Desktop console client for microphone push-to-talk interaction with an OpenClaw Gateway.
  • AgentServer - Self-hosted browser environment with Helm values for OpenClaw gateway image, port, and sandbox subdomain configuration.
  • openclaw-gcp - One-command deployment guide for running OpenClaw Gateway on a GCP Compute Engine VM.
  • openclaw-sandboxed - Hardened OpenClaw gateway setup with sandbox isolation, nftables firewalling, and local LLM integration.
  • ruby_llm-openclaw - RubyLLM provider gem for OpenClaw Gateway using WebSocket and Ed25519 authentication.
  • openclaw-quickstart - Akamai Cloud quickstart for running OpenClaw, Moltbot, or ClawdBot.
  • openclaw-kubernetes - Kubernetes Helm chart for OpenClaw deployments.
  • moltbot-azure-container-apps - Azure Container Apps deployment template for ClawdBot.
  • cloud-claw - Cloudflare Containers deployment path for running OpenClaw with one-click setup.
  • OpenClaw Android Setup Guide - Termux and Ubuntu proot guide for running OpenClaw on Android devices without a PC or cloud server.
  • OpenClaw WSL Guide - Windows 11 WSL installation guide for OpenClaw.
  • openclaw-setup - Docker-based Telegram bot setup path for OpenClaw with Gemini configuration.
  • OpenClaw Dev Guide - Chinese architecture and secondary-development manual for OpenClaw.
  • OpenClaw Java - Spring Boot based Java implementation of an OpenClaw-style AI Agent Gateway.
  • openclaw-docker-config - Docker configuration for OpenClaw Gateway, paired with a Hetzner Terraform setup path.
  • openclaw-remote-minimax-setup-skill - Reusable skill for remote Linux OpenClaw deployment with MiniMax M2.1 and Telegram setup notes.
  • volcengine diagnostics TLS skill - OpenClaw skill package for installing or updating Volcengine diagnostics TLS tooling.
  • OpenClaw Quickstart Skill - Interactive Playwright walkthrough for setting up OpenClaw on a Hostinger VPS with checkpoints for sensitive steps.
  • OpenClaw Update Runbook - Operator-focused skill and reference pack for updating OpenClaw and debugging post-update regressions.
  • OpenClaw Clean-Room Recovery - Recovery runbook for rebuilding a contaminated OpenClaw install without editing global package files.
  • OpenClaw Nix - NixOS module for deploying OpenClaw with firewall, service, sandbox, and rollback-oriented configuration.
  • OpenClaw OrbStack - macOS OrbStack VM deployment tool for OpenClaw with Chinese documentation and architecture notes.
  • OpenClaw Infrastructure - Pulumi and Tailscale reference template for a self-hosted OpenClaw Gateway on Hetzner.
  • AutoClaw - Open-source OpenClaw deployment playbook repository with local, Cloudflare, and operations examples.
  • OpenClaw ClawCloud adaptation - Container image adaptation for running OpenClaw on ClawCloud Run and ARM64 environments.
  • OpenClaw Containerization - Podman multi-container OpenClaw deployment pattern with separate gateway, transcription, and proxy services.
  • OpenClaw one-click deployment scripts - Cross-platform install scripts for macOS, Linux, Windows, and Android OpenClaw setups.
  • OpenClaw Deployment Toolkit - Deployment and management toolkit for OpenClaw Gateway with Docker, Nginx, Tailscale, and service controls.
  • clawdbot-docker - Docker Compose runtime for running Clawdbot or OpenClaw with persistent storage, configurable environment variables, and container isolation.
  • openclaw-fly-template - Fly.io deployment template with persistent volume, GitHub Actions deploys, Cloudflare Tunnel, and an operations runbook.
  • lobsterd - Firecracker MicroVM tenant orchestrator that can launch isolated guests with an OpenClaw gateway in each VM.
  • clawdinators - Declarative NixOS-on-AWS reference for OpenClaw maintainer hosts and image-based provisioning.
  • OpenClaw EC2 Bedrock Deploy - EC2 deployment helper for OpenClaw with Amazon Bedrock configuration and IAM policy setup steps.
  • OpenClaw Northflank Deploy - Northflank wrapper that builds OpenClaw from source, reverse-proxies the gateway, and includes a setup wizard.
  • OpenClaw on Hetzner VPS - Terraform and Ansible deployment pattern for running OpenClaw on Hetzner Cloud.
  • OpenClaw Railway Template - Railway deployment template for OpenClaw with GitHub-backed configuration and workspace storage notes.
  • OpenClaw Render Template - Render deployment template for OpenClaw with setup guidance and persistent configuration notes.
  • OpenClaw GCP IAP Deploy - Google Cloud deploy path that uses Identity-Aware Proxy access and Secret Manager injection for OpenClaw hosts.
  • OpenClaw Sprite Builder - Web app for provisioning Sprites that install OpenClaw and expose the Gateway service.
  • OpenClawIT - IT guide collection covering OpenClaw install, remote dashboard access, OAuth setup, and deployment hardening.

Third-Party Platforms

PlatformIntegrationDescription
LangBotMulti-platformAgentic IM bots with OpenClaw, Dify, n8n, Langflow, Coze
OpenRouterLLM routingAccess 30+ models with smart routing (openrouter/<author>/<slug>)
You.comSearch/AIOpenClaw skill for You.com search and AI integration
ClawSecSecurityComplete security skill suite by Prompt Security
unRAID Community AppNAS/ServerOfficial Community Apps template for unRAID
Expo OpenClaw ChatMobile SDKReact Native / Expo chat SDK for building native iOS/Android OpenClaw clients
AirstoreAgent StorageThe filesystem for AI agents - persistent storage layer (89 stars)
NemoClawHardened runtimeNVIDIA early-preview reference stack for running OpenClaw inside OpenShell with sandboxing, network policy, and managed inference routing
nix-openclawNix packagingDeclarative OpenClaw flake for macOS and Linux with pinned dependencies, services, plugins, and rollback through Home Manager
OpenClaw Ansible InstallerAnsible deploymentHardened Debian and Ubuntu install path with Docker, Tailscale, UFW, Fail2ban, unattended upgrades, Node.js, pnpm, and systemd support
OpenClaw China DockerDocker bundleChina IM-focused Docker packaging that bundles OpenClaw with Feishu, DingTalk, QQ, WeCom, WeChat, and related deployment docs
OpenClawInstallerInstallermacOS and Linux installer with interactive configuration for model providers, channels, service management, and optional GUI manager
VelaClawTeam control planeLocal-first AI runtime for teams with isolated member runtimes, governed shared assets, review/publish workflows, audit trails, backup/restore, and ClawHub skill distribution
openclaw-miniReference implementationMinimal OpenClaw-style core covering session keys, serial queues, memory retrieval, context loading, skills, and heartbeat wakeups
acpxACP CLIHeadless CLI client for stateful Agent Client Protocol sessions
ClawSweeperMaintenance botOpenClaw issue and PR triage bot that suggests stale or closable items
ClawXDesktop appGraphical desktop interface for OpenClaw agents and CLI-based orchestration
clawport-uiCommand centerOpen-source command center for OpenClaw-backed coding agent teams
Star Office UIVisual officePixel-office interface for showing OpenClaw work states, daily notes, and guest agents
AlphaClawSetup harnessSetup UI and watchdog harness for deploying and keeping OpenClaw instances running
OpenClaw Skills ExplorerSkill browserStatic skill discovery interface for browsing, categorizing, and copying OpenClaw skill install commands
OpenClaw Windows HubWindows companionWindows tray app, shared Gateway client library, CLI validator, and PowerToys Command Palette extension for OpenClaw
OpenClaw Chat GatewayWeb clientLinux-hosted OpenClaw web client for managing agents, teams, model settings, browser checks, and chat history
OpenClaw NodeGateway SDKNode.js client for connecting applications to the OpenClaw Gateway WebSocket protocol
OpenClaw WebChat SDKWeb SDKFramework-agnostic, React, and Vue chat SDK packages for building web interfaces on the OpenClaw Gateway
Chatu WebHubWebsite channelChannel plugin that connects OpenClaw to custom websites through HTTP and WebSocket interfaces
MeshClawMeshtastic channelOpenClaw channel plugin that bridges agents with Meshtastic LoRa mesh networks
FoloToy OpenClaw PluginSmart toy channelMQTT channel plugin that connects FoloToy devices to OpenClaw agents
UmbrelHome server OSSelf-hosted home-server OS whose App Store description includes running OpenClaw alongside other local apps.
CordysCRMCRM platformOpen-source CRM with documented OpenClaw skills support for AI sales-assistant workflows.
CasdoorIAM and gatewayAgent-first IAM, MCP gateway, and authentication server whose public metadata lists OpenClaw support.
MateClawTeam agent runtimeSpring AI Alibaba based agent runtime with multi-agent orchestration, memory, skills, and multi-channel support
Paperclip OpenClaw BridgeGateway adapterThird-party adapter package for connecting Paperclip workflows to OpenClaw Gateway
BeeOS ClawLocal platform bridgeOpenClaw plugin that bridges BeeOS with the local Gateway for file transfer, ACP bridge, and observability workflows
openclaw-clientTypeScript SDKLightweight TypeScript client for OpenClaw Gateway WebSocket RPC
clawg-uiAG-UI channelAG-UI protocol channel plugin for connecting CopilotKit and AG-UI clients to OpenClaw Gateway
openclaw-control-mcpMCP bridgeMCP server for OpenClaw Gateway management-plane operations through WebSocket JSON-RPC
ChatBuddy OpenClaw PluginMobile bridgePackage for connecting ChatBuddy iOS to an OpenClaw Gateway without VPN or port forwarding
OpenClaw Kubernetes OperatorKubernetes operatorOperator for deploying and managing OpenClaw agent instances on Kubernetes with lifecycle, isolation, storage, and observability controls
ClawHub CLISkill registry CLICLI for installing, updating, searching, and publishing skills and OpenClaw packages
OpenClaw Plugin InspectorCompatibility checkerOffline compatibility checker for OpenClaw plugin packages and fixture suites
OpenClaw ComposioTool-auth forkOpenClaw fork with an integrated Composio plugin for tool authentication and provider setup experiments
OpenClaw Docker SyncDocker image syncGitHub Actions based sync from the official OpenClaw container image to Docker Hub
OpenClaw Lark Multi-AgentLark bridgeMulti-bot Lark/Feishu bridge that routes bot identities to OpenClaw Gateway sessions with isolated conversation state
OpenClaw Dashboard Live DataDashboard data feedJSON data feed repository for an OpenClaw Vercel dashboard
OpenClaw Shared DocsWorkspace docsAuto-published documentation from OpenClaw agent workspaces
OpenClaw CloudCloud runtimeCloud-native deployment surface for OpenClaw agents with a deploy-once, converse-through-channels model
openclaw-onebotOneBot channelOneBot framework for connecting OpenClaw to QQ-compatible bot surfaces
graph-memoryMemory pluginKnowledge-graph memory engine for OpenClaw that extracts structured triples from conversations and reuses context across sessions
ComfyUI-OpenClawMedia workflowComfyUI-oriented OpenClaw project for image and video generation workflows
OpenUtterMeeting channelMeeting assistant that lets OpenClaw join meetings and send updates
@tencent-weixin/openclaw-weixin-cliWeixin installerLightweight installer for the OpenClaw Weixin channel plugin
@lark-apaas/openclaw-scripts-diagnose-cliConfig diagnosticsCLI for diagnosing and repairing OpenClaw config files with JSON5 support
@rudderhq/agent-runtime-openclaw-gatewayGateway adapterAgent runtime adapter that invokes OpenClaw through the Gateway protocol
@lark-apaas/openclaw-extension-miaodaMiaoda pluginMiaoda OpenClaw extension package
@volcengine/apmplus-openclaw-pluginObservability pluginOpenClaw plugin for reporting traces through OpenTelemetry
superpowers-openclaw-pluginWorkflow bridgeOpenClaw plugin that bridges to Superpowers workflow skills
@vincentwei1021/synapse-openclaw-pluginResearch orchestrationOpenClaw plugin for Synapse research orchestration, SSE notifications, MCP tools, and experiment lifecycle flows
@2en/clawly-pluginsUtility RPCOpenClaw plugin package that provides Clawly utility RPC methods
ofiere-openclaw-pluginProject managementOpenClaw plugin for Ofiere PM task, agent, project, scheduling, knowledge, workflow, and notification tools
@ryzome-ai/openclaw-ryzomeCanvas pluginRyzome Canvas plugin for OpenClaw
@memorycrystal/crystal-memoryMemory pluginMemory Crystal plugin for OpenClaw memory workflows
openclaw-dnaGovernance pluginDNA governance system plugin for OpenClaw and agentic-dna workflows
@feeble/blay-openclaw-pluginProject collaborationOpenClaw plugin for Blay project management tools, real-time events, and agent collaboration
@volcengine/apmplus-openclaw-plugin-onboard-cliObservability installerInstaller CLI for onboarding the APMPlus OpenClaw plugin
OpenClaw Plugin MarketplacePlugin registryGit-based registry project for OpenClaw community skills and MCP server scripts
BricksAgent consoleNative console with OpenClaw plugin integration docs for connecting local agents to cloud-visible control surfaces
TH Fleet DashboardFleet dashboardGitHub Pages dashboard and workflow controls for monitoring OpenClaw gateway health across an agent fleet
JClawJava implementationJava-based assistant platform that documents OpenClaw-derived feature designs and gateway concepts
HoneyBadgeERP knowledge graphEnterprise ERP knowledge-graph assistant whose MVP documents OpenClaw with an MCP Neo4j plugin as part of the validation stack
@openclaw/bluebubblesBlueBubbles channelOpenClaw channel plugin for connecting agents to BlueBubbles messaging surfaces
@openclaw/whatsappWhatsApp channelOpenClaw WhatsApp channel plugin for Gateway deployments that use approved messaging access
@openclaw/acpxACP backendRuntime backend package for connecting OpenClaw workflows to Agent Client Protocol sessions
@openclaw/codexCodex providerOpenClaw harness and model-provider plugin package for Codex-oriented agent workflows
@openclaw/feishuFeishu channelCommunity-maintained Feishu and Lark channel plugin for OpenClaw
create-openclaw-botBot installerInteractive CLI installer for creating an OpenClaw bot project
atel-mcp-openclawMCP bridgeOpenClaw plugin that bridges the runtime to ATEL Remote MCP with DID-Sig authentication
@wecom/wecom-openclaw-cliWeCom installerCLI package for managing the official WeCom OpenClaw plugin
openclaw-diagnostics-metrics-clsDiagnostics exporterOpenClaw diagnostics exporter with Prometheus metrics and trace reporting support
@dingtalk-real-ai/dingtalk-connectorDingTalk channelDingTalk channel plugin package for OpenClaw connector deployments
openclaw-cnChinese distributionChinese OpenClaw community package with a WhatsApp gateway CLI and Pi RPC agent support
openclaw-proxy-protocolProtocol typesShared semantic turn transport protocol types for OpenClaw and OpenClaw Hub integrations
@riddledc/openclaw-riddle-proofChange evidenceOpenClaw wrapper for Riddle Proof evidence-backed agent change workflows
@flyinghub/openclaw-pluginFlyingHub pluginOpenClaw plugin package for connecting agents to FlyingHub workflows
openclaw-xiaoduXiaodu channelOpenClaw channel plugin package for Xiaodu devices or services
@qingchencloud/openclaw-zhChinese distributionOpenClaw Chinese distribution package maintained by Qingchen Cloud
ylib-openclaw-weixinWeixin channelWeixin channel plugin package for OpenClaw
@openclaw/nostrNostr channelOpenClaw Nostr channel plugin for NIP-04 encrypted direct-message workflows
@xiaopaitek/openclaw-xiaopaiXiaopai channelOpenClaw Xiaopaitek channel plugin with custom WebSocket support for enterprise messaging
@lark-apaas/openclaw-dev-cliDevelopment CLICLI tooling for OpenClaw plugin and integration development workflows
@openclaw/msteamsTeams channelMicrosoft Teams channel plugin package for OpenClaw Gateway deployments
@qqvu/openclaw-channelQQvu channelOpenClaw channel plugin for the QQvu platform
@openclaw/zalouserZalo account channelOpenClaw Zalo personal-account plugin using native zca-js integration
@openclaw/lineLINE channelLINE channel plugin package for OpenClaw
@goplausible/ac2-plugin-openclawWebRTC channelOpenClaw channel plugin that connects Gateway sessions to AC2 peers over WebRTC
@coclaw/openclaw-coclawCoClaw channelOpenClaw remote-chat channel plugin with an enrollment flow for CoClaw
openclaw-config-guardianConfig backupOpenClaw Config Guardian package for configuration backup and rollback workflows
@openclaw/googlechatGoogle Chat channelGoogle Chat channel plugin package for OpenClaw
@lingyao037/openclaw-lingyao-cliLingyao channelLingyao channel plugin CLI for bidirectional relay through the lingyao.live service
@larksuiteoapi/feishu-openclaw-pluginOfficial Feishu channelFeishu and Lark channel plugin package published for OpenClaw integrations
@mem0/openclaw-mem0Memory backendMem0 memory backend plugin for OpenClaw, with platform and self-hosted paths documented by the package
@volcengine/openclaw-volcengine-rtcRTC channelVolcEngine RTC channel plugin package for OpenClaw
openclaw-agent-orchestrationOrchestration helpersShared agent tool-selection and orchestration strategy helpers for OpenClaw packages
openclaw-remindersReminder installerCron-native reminder skill installer and CLI for OpenClaw
@agent-relay/openclawRelay bridgeRelaycast bridge for OpenClaw messaging, identity, runtime setup, and local spawning
openclaw-hybrid-memory-installMemory installerStandalone installer for OpenClaw hybrid-memory setup when config validation needs repair
@useclawlink/openclaw-pluginSaaS integration pluginClawLink plugin package for connecting OpenClaw agent

Truncated — view the full README on GitHub.

Contributors

(top 30 of 75)

rohitg00

191 commits

crispyberry

3 commits

NmadeleiDev

3 commits

SaladDay

3 commits

Languages

Python

100.0%