Skip to main content

Resources

Everything you need to get started, get help, and go deeper with OpenClaw — organized by category.

For community-built tools, projects, and alternatives, see the Ecosystem & Community Tools page.


Official

ResourceLinkDescription
Websiteopenclaw.aiOfficial site, install scripts, downloads
GitHubgithub.com/openclaw/openclawSource code (377k+ stars, 79k forks)
Documentationdocs.openclaw.aiOfficial docs
ClawHubgithub.com/openclaw/clawhubSkill marketplace (8,900 stars, 10,700+ skills)
ReleasesGitHub ReleasesChangelog, downloads (latest: v2026.6.1)
IssuesGitHub IssuesBug reports, feature requests (7,900+ open)
SecuritySecurity AdvisoriesVulnerability reports, CVEs
Lobstergithub.com/openclaw/lobsterOfficial workflow shell (440 stars)

Sponsors

OpenAI, GitHub, NVIDIA, Vercel, Blacksmith, and Convex.


Community Spaces

Discord

The primary community hub with ~176,000 members across two servers:

ServerMembersPurpose
Main~176,000Primary community, support, announcements
Backup~16,200Fallback space at discord.gg/openclaw

Key channels include #help, #users-helping-users, #showcase, and #announcements.

Governance

Community governance is documented at github.com/openclaw/community with dedicated leads:

RoleResponsibility
Moderation LeadServer rules, user conduct
Help Lead#help and #users-helping-users channels
Reddit LeadSubreddit moderation (u/vacinc)
Events LeadWeekly Claw events, recordings
Admin / Community LeadPolicy, staffing, final decisions

Reddit

SubredditDescription
r/OpenClawMain subreddit — discussion, help, showcases
r/ClawdbotLegacy subreddit (original project name)

Both managed by Reddit Lead VACInc.

GitHub Discussions

Feature requests, architecture discussions, and Q&A happen on GitHub Discussions in the main repo.


Learning Resources

Official Guides

GuideDescription
Getting StartedInstallation, quick start, core concepts
First 7 DaysStructured onboarding — from setup to production
Architecture Deep DivesGateway, Brain & Hands, Memory, Heartbeat
Security HardeningLock down your deployment

Community Tutorials

SourceTopicLink
FreeCodeCampFull beginner tutorialfreecodecamp.org
DataCampClawHub CLI and skill managementdatacamp.com
Lenny's NewsletterComplete guide to building with OpenClawlennysnewsletter.com
DEV CommunityVarious tutorials and guidesdev.to/t/openclaw
OpenClaw PlaybookMCP server integration guidesopenclawplaybook.ai

Curated Collections

CollectionStarsDescription
Awesome OpenClaw Skills13,0002,999 curated skills across 20+ categories
Awesome OpenClaw Use Cases1,000Verified real-world use cases (tested 1+ day before submission)
Awesome OpenClaw56060+ resources, tools, and tutorials (maintained by Chief Architect)
Awesome OpenClaw Hosting107Hosting cost comparisons and security hardening

Community Content

PlatformDescription
OpenClaw Ecosystem DirectoryWeb directory of 80+ curated projects
BetterClawSecurity analysis and best practices blog
CubitrekAlternatives comparison

Managed Hosting

15+ providers offer managed OpenClaw hosting. Pricing, features, and reliability vary — some are early-stage ventures.

ProviderWebsiteNotes
Agent37agent37.com
ClawCloudclawcloud.sh
ClawSimpleclawsimple.com
Contabo OpenClawcontabo.comBudget VPS option
EasyClaweasyclaw.com
GetClawHelpgetclawhelp.com
KiloClawkilo.ai/kiloclaw
MyClaw.aimyclaw.ai
OpenClaw CloudOfficial (beta)
OpenClaw Hosting
OpenClawd.aiopenclawd.aiManaged with automatic updates
SimpleClaw
xCloudxcloud.host
tip

For self-hosting comparisons, see the Hosting Providers guide and the Deployment Options guide.


Deployment Templates

One-click or near-one-click deployment options for self-hosting:

TemplateStarsPlatformDescription
Railway Template43RailwayGateway + Control UI, Setup Wizard, persistent volume
Helm Chart (XROW)Kubernetesv1.45.4, 173 releases, OCI registry on GitLab
Helm Chart (Community)60KubernetesStatefulSet, Chromium sidecar, ArgoCD compatible
Coolify Template96CoolifyDocker sidecar, Cloudflare Tunnel, SearXNG
Moltworker8,400Cloudflare WorkersFully managed, ~$34.50/mo

Docker Images

ImageMaintainerNotes
openclaw/openclawOpenClaw teamOfficial
1panel/openclaw1Panel teamOptimized for 1Panel App Store
alpine/openclawCommunityAlpine-based minimal image
coollabsio/openclawCoolify teamDaily CalVer builds, arm64
land007/webclawCommunityWebClaw frontend image

Cloud Platforms

Official deployment guides exist for: VPS, Docker, Kubernetes, Fly.io, Hetzner, Google Cloud Platform, Azure, Railway, Render, and Northflank — see docs.openclaw.ai/install.


SDKs & Client Libraries

Go

openclaw-go — independently maintained Go client library by Rude Company LLC / a3t.ai.

  • License: MIT | Version: v2026.4.8
  • Typed Gateway WebSocket client (153+ typed RPC methods)
  • OpenAI-compatible Chat Completions HTTP API
  • OpenAI Responses API
  • Tools Invoke HTTP API
  • mDNS/DNS-SD local network discovery
  • Agent Client Protocol (ACP) over JSON-RPC 2.0 / NDJSON
import "github.com/a3tai/openclaw-go/gateway"

client, err := gateway.Dial("ws://localhost:18789", gateway.WithToken("your-token"))
info

No official Python, Rust, Ruby, or Java SDKs exist yet. The Gateway's WebSocket API is language-agnostic — connect from any language that supports WebSockets and JSON.

VS Code Extension

openclaw-vscode — connects VS Code and Cursor to the Gateway via WebSocket.

  • WebSocket integration with TLS support (wss://)
  • Default port 18789
  • Cursor Agent CLI integration (agent/plan/ask modes)
  • Available on the VS Code Marketplace

Memory & Context Plugins

10+ memory and context systems integrate with OpenClaw:

PluginStarsBackendDescription
Built-inMarkdown + sqlite-vecDefault, local, no dependencies
memory-coreEnhanced built-inDreaming mode (consolidation)
Mem0Dedicated plugin@mem0/openclaw-mem0
memU8,800PostgreSQL + pgvectorThree-layer knowledge graph
Redis Agent Memory14RedisOfficial Redis integration (v0.2.0)
memovGit-likeTraceable memory with versioning
MemOSCustomSelf-evolving memory OS
PowerMemOceanBaseLong-term memory plugin
OpenAmnesiaCustomContinual learning context engine
SupermemoryHostedCloud memory with integration docs
qmdMarkdownMarkdown-native memory/search with MCP

For detailed comparison, see Memory Systems Compared.


Security Resources

Official

ResourceDescription
Security AdvisoriesOfficial CVEs and vulnerability reports
Security OverviewThreat model and architecture
Security HardeningConfiguration lockdown guide
Known VulnerabilitiesCVE history and incident timeline
Skill VerificationValidating skills before installation

Community Tools

ToolDescription
ClawSecSecurity skill suite — audits, monitoring, drift detection (265 stars)
ClawprintTamper-evident audit trail with SHA-256 hash chain
ClawBandsApproval middleware for dangerous actions (34 stars)
SkillGuardSecurity scanner for skill files
Security Monitor32 scripts for daily automated scans

Browser Frontends

FrontendStarsStatusKey FeatureGuide
Built-in WebChatStableZero setup, localhost:18789/chat
WebClaw637BetaLightweight SPA, npx webclawWebClaw Guide
PinchChat182Stable (119 releases)Multi-session, PWA, i18nWebClaw Guide
Windows Hub211ActiveTray app, hotkeys, Node ModeEcosystem
TitanShell6EarlySecurity-first, biometric keysEcosystem

Companion Apps

PlatformStatusStackNotes
macOSBetaSwift, Universal BinaryMenu bar app with voice, debug tools. macOS 15+
iOSSource availableSwiftIn apps/ios/, no App Store release yet
AndroidSource availableKotlin + Jetpack ComposeIn apps/android/, minSdk 31
WindowsCommunityC# (.NET), WebView2Windows Hub by Scott Hanselman

Lightweight Alternatives

For when you need something smaller than full OpenClaw:

ProjectStarsLanguageUnique Feature
Nanobot15,900Python~4,000 lines, 8 chat platforms
NanoClaw6,900TypeScriptContainer isolation, Anthropic SDK
MimiClaw807CRuns on $5 ESP32-S3, 0.5W power
TinyClaw400 lines of code
IronClawRustPrivacy and security focused
PicoClawGoTargets $10 hardware, under 10MB RAM

For more, see Lightweight Variants guide and Ecosystem page.


Installation Methods

OpenClaw supports 10+ installation methods:

MethodCommand / Steps
Installer script (macOS/Linux)curl -fsSL https://openclaw.ai/install.sh | bash
Installer script (Windows)iwr https://openclaw.ai/install.ps1 -UseB | iex
CLI-onlycurl -fsSL https://openclaw.ai/install-cli.sh | bash
npmnpm install -g openclaw
pnpmpnpm add -g openclaw
Bunbun add -g openclaw
Dockerdocker run openclaw/openclaw
Podmanpodman run openclaw/openclaw
NixNix flake
AnsiblePlaybook
Sourcegit clone https://github.com/openclaw/openclaw.git
Windows HubNative WinUI 3 app

For step-by-step instructions, see Installation.


See Also