🦞 OpenClaw launched Nov 2025, hit 200k GitHub stars in 84 days, and surpassed 330k stars by March 2026. This repo collects papers studying or built upon the OpenClaw ecosystem — covering agent infrastructure, learning, safety, embodiment, social dynamics & domain applications. The questions are universal; OpenClaw is the lens.
- Papers — Core of this repo
- Architecture
- Ecosystem Timeline
- Other Resources — SDKs, tools, community, related repos
- Contributing
25+ papers published in Feb–Mar 2026 alone. Each entry includes paper link, code (if available), and key highlights.
Frameworks, OS paradigms, benchmarks, and protocol evaluation.
Reinforcement learning, meta-learning, and self-improvement of agents.
Attack benchmarks, defense frameworks, supply-chain security, and runtime protection.
Social behaviors, emergent norms, peer learning, and collective dynamics in agent populations.
Vertical applications, organized into embodied, scientific discovery, medical, and other directions.
Robotics, physical embodiment, and ROS integration.
Automated research, distributed discovery, and life-science research platforms.
Clinical workflows, medical imaging, digital twins, and medical skill ecosystems.
Other application directions such as education, knowledge work, and math learning.
| Title | Venue | Date | Paper | Code |
|---|---|---|---|---|
| Scaling Laws for Educational AI Agents | arXiv | 2026.03 | ||
| DenchClaw | GitHub | 2026.02 | ||
| MathClaw | GitHub | 2026.03 |
flowchart LR
subgraph Channels["📱 Channels"]
direction TB
C1[WhatsApp] ~~~ C2[Telegram] ~~~ C3[Discord] ~~~ C4[Slack] ~~~ C5["50+"]
end
subgraph Core["⚙️ Core"]
direction TB
Router[Message Router] --> Kernel[Agent Kernel]
Kernel <--> LLM["LLM Backend\nClaude / GPT / Ollama"]
end
subgraph Memory["🧠 Memory"]
direction TB
M1[Session Context] ~~~ M2[Daily Notes] ~~~ M3[Long-term Memory] ~~~ M4[Semantic Search]
end
subgraph Extensions["🔌 Extensions"]
direction TB
E1["Skills (5,700+)"] ~~~ E2["MCP (3,200+)"] ~~~ E3[Plugins]
end
subgraph External["🌐 External"]
direction TB
X1[Moltbook] ~~~ X2[ROSClaw] ~~~ X3[RoboClaw]
end
Channels --> Core
Core <--> Memory
Core <--> Extensions
Extensions --> External
2025.11 ─── Launch (ClawdBot / Moltbot → OpenClaw)
│
2025.12 ─── ClawHub skill marketplace
│
2026.01 ─── Moltbook (1.5M agents / 72h) ─── Academic paper boom (6 papers / 2 weeks)
│
2026.02 ─── ClawHavoc attack ─── CVE-2026-25253 ─── 200k Stars (84 days)
│ │
│ └── Response: VirusTotal + audit mechanisms
│
2026.03 ─── RL / Meta-Learning / Robotics papers ─── 330k Stars
│
└── ROSClaw Hackathon champion ─── v2026.3.13-1 (68th release)
│
└── WeChat official ClawBot plugin (03.22)
│
└── National Cybersecurity Advisory (China, 03.13)
Full timeline
| Date | Event |
|---|---|
| 2025.11.24 | OpenClaw (formerly ClawdBot / Moltbot) launched |
| 2025.12 | ClawHub skill marketplace released |
| 2026.01 | Moltbook launched — 1.5M agents registered in 72h |
| 2026.01 | 6 academic papers produced in 2 weeks |
| 2026.02.02 | Risky Sharing & Norm Enforcement paper |
| 2026.02 | PASB security evaluation paper |
| 2026.02 | ClawHavoc supply chain attack — 1,184 malicious skills |
| 2026.02 | CVE-2026-25253 disclosed (RCE, CVSS 8.8) |
| 2026.02.16 | GitHub Stars crossed 200k (84 days) |
| 2026.02 | OpenClaw + VirusTotal security partnership |
| 2026.03 | OpenClaw-RL / MetaClaw / AgentOS / RoboClaw papers |
| 2026.03 | ROSClaw won SF OpenClaw Hackathon |
| 2026.03.13 | v2026.3.13-1 released (68th release) |
| 2026.03.13 | China National Cybersecurity Advisory |
| 2026.03.22 | WeChat official ClawBot plugin released |
| 2026.03 | GitHub Stars crossed 330k |
Official Links
| Name | Link |
|---|---|
| OpenClaw Core | github.com/openclaw/openclaw |
| ClawHub Marketplace | clawhub.com |
| Official Docs | docs.openclaw.ai |
SDKs & Tools
| Name | Language | Description |
|---|---|---|
| openclaw-sdk | Python | Build & publish autonomous AI agents |
| mcp-bridge-openclaw | TypeScript | MCP multi-server bridge |
| amor71/openclaw-mcp | TypeScript | Native MCP client |
| henry-y/openclaw-paper-tools | Python | OpenClaw arXiv paper reader |
Automated Research Tools
| Name | Link | Description |
|---|---|---|
| AutoResearchClaw | GitHub | Fully autonomous 23-stage research pipeline: idea → experiment → conference-ready paper; multi-agent peer review |
| OpenClaw-Medical-Skills | GitHub | 869 curated medical AI skills covering clinical work, genomics, drug discovery & bioinformatics |
| ScienceClaw | GitHub | Autonomous research pipeline; 266+ domain skills; 77+ databases |
| ClawCures | GitHub | AI campaign orchestrator for drug discovery; planner/critic loops; ADMET maps |
Security References
| Name | Link |
|---|---|
| PASB Framework | GitHub |
| SkillFortify | GitHub · PyPI |
| SecureClaw | GitHub |
| SlowMist Security Guide | GitHub |
| CVE-2026-25253 | NVD |
| Security Guide | bitdoze.com |
Benchmarks
| Name | Link | Description |
|---|---|---|
| PinchBench | pinchbench.com · GitHub | 23 real-world tasks across 8 categories; automated + LLM judge grading |
| EvoClaw | evo-claw.com · HuggingFace | Continuous software evolution benchmark; 7 repos / 5 languages / 98 milestones |
| Name | Link | Description |
|---|---|---|
| OpenClaw China | BytePioneer-AI/openclaw-china | Domestic IM adaption (3,200+ Stars) |
| 中文教程 | openclawgithub.cc | Config & integration guides |
| Hello Claw | Datawhale | Datawhale tutorial |
| 中文站 | clawcn.net | Domestic LLM guide |
| Learn OpenClaw | learnopenclaw.com | Learning platform |
Know a great OpenClaw project we missed? Open a PR and help us keep this list growing!
| Repository | Stars | Description |
|---|---|---|
| SamurAIGPT/awesome-openclaw | 823 | Comprehensive list of OpenClaw resources, tools, skills, tutorials & articles |
| mergisi/awesome-openclaw-agents | 830+ | 177 production-ready AI agent templates across 24 categories |
| VoltAgent/awesome-openclaw-skills | — | Community curated skills collection |
| community/openclaw-recipes | — | Common automation recipes |
| templates/claw-templates | — | Starter templates for OpenClaw projects |
| pranciskus/discourse-openclaw | NEW | Discourse forum integration with 12 tools |
| wanikua/ByeByeClaw | NEW | One-command uninstaller for all Claw-family agents |
Contributions are welcome! We especially need help with:
- Papers — Adding missing OpenClaw-related papers with proper links
- Analysis — Improving paper notes and highlights
- Timeline — Updating the ecosystem timeline with new events
