Welcome to the lobster tank! 🦞
- GitHub: https://github.com/openclaw/openclaw
- Discord: https://discord.gg/qkhbAGHRBT
- X/Twitter: @steipete / @openclaw
-
Peter Steinberger - Benevolent Dictator
-
Shadow - Discord + Slack subsystem
- GitHub: @thewilloftheshadow · X: @4shad0wed
-
Vignesh - Memory (QMD), formal modeling, TUI, and Lobster
- GitHub: @vignesh07 · X: @_vgnsh
-
Jos - Telegram, API, Nix mode
-
Christoph Nakazawa - JS Infra
- GitHub: @cpojer · X: @cnakazawa
-
Gustavo Madeira Santana - Multi-agents, CLI, web UI
- GitHub: @gumadeiras · X: @gumadeiras
-
Maximilian Nussbaumer - DevOps, CI, Code Sanity
- GitHub: @quotentiroler · X: @quotentiroler
- Bugs & small fixes → Open a PR!
- New features / architecture → Start a GitHub Discussion or ask in Discord first
- Questions → Discord #setup-help
- Test locally with your OpenClaw instance
- Run tests:
pnpm build && pnpm check && pnpm test - Ensure CI checks pass
- Keep PRs focused (one thing per PR)
- Describe what & why
The Control UI uses Lit with legacy decorators (current Rollup parsing does not support
accessor fields required for standard decorators). When adding reactive fields, keep the
legacy style:
@state() foo = "bar";
@property({ type: Number }) count = 0;The root tsconfig.json is configured for legacy decorators (experimentalDecorators: true)
with useDefineForClassFields: false. Avoid flipping these unless you are also updating the UI
build tooling to support standard decorators.
Built with Codex, Claude, or other AI tools? Awesome - just mark it!
Please include in your PR:
- Mark as AI-assisted in the PR title or description
- Note the degree of testing (untested / lightly tested / fully tested)
- Include prompts or session logs if possible (super helpful!)
- Confirm you understand what the code does
AI PRs are first-class citizens here. We just want transparency so reviewers know what to look for.
We are currently prioritizing:
- Stability: Fixing edge cases in channel connections (WhatsApp/Telegram).
- UX: Improving the onboarding wizard and error messages.
- Skills: For skill contributions, head to ClawHub — the community hub for OpenClaw skills.
- Performance: Optimizing token usage and compaction logic.
Check the GitHub Issues for "good first issue" labels!
We take security reports seriously. Report vulnerabilities directly to the repository where the issue lives:
- Core CLI and gateway — openclaw/openclaw
- macOS desktop app — openclaw/openclaw (apps/macos)
- iOS app — openclaw/openclaw (apps/ios)
- Android app — openclaw/openclaw (apps/android)
- ClawHub — openclaw/clawhub
- Trust and threat model — openclaw/trust
For issues that don't fit a specific repo, or if you're unsure, email security@openclaw.ai and we'll route it.
- Title
- Severity Assessment
- Impact
- Affected Component
- Technical Reproduction
- Demonstrated Impact
- Environment
- Remediation Advice
Reports without reproduction steps, demonstrated impact, and remediation advice will be deprioritized. Given the volume of AI-generated scanner findings, we must ensure we're receiving vetted reports from researchers who understand the issues.