Awesome OpenClaw Research [](https://awesome.re)

May 29, 2026 Β· View on GitHub

Awesome OpenClaw Research

A curated collection of academic papers, industry reports, datasets, and tools for the OpenClaw AI agent ecosystem.
Companion repository for our survey: A Survey of the OpenClaw Ecosystem β€” From Platform Extensibility to Constraint Design.

Papers Benchmarks Reports Updated

Read the Paper (PDF)

πŸ“„ Read the Survey

A Survey of the OpenClaw Ecosystem β€” From Platform Extensibility to Constraint Design is available as a PDF in this repository: OpenClaw_Survey.pdf.

OpenClaw β€” the open-source, self-hosted AI agent platform created by Peter Steinberger (Clawdbot β†’ Moltbot β†’ OpenClaw, January 29, 2026) β€” has generated 74 academic papers, 23 benchmarks, and 18+ major industry reports in under four months. This repository organizes the research landscape using the PSEA (Platform–Security–Societies–Deployment) taxonomy introduced in our survey.

Thesis of the survey. OpenClaw is best understood as a stress test for open personal-agent ecosystems. Its open Skills, persistent Memory, and always-on Heartbeat make capability easy to extend, but the same openness creates governance, security, social, and deployment problems. The literature converges on one recurring tradeoff: extensibility accelerates capability growth, but trustworthy use requires explicit constraints on Skills, Memory, autonomy, domain actions, and evaluation. The repository is organized to make this tradeoff visible at every level.


Statistics at a Glance

LayerSectionPapersSub-topics
πŸ”§ PPlatform10Agent learning β†’ platform improvement; Skill ecosystem governance
πŸ›‘οΈ SSecurity33Threat landscape; attacks; defenses (execution + supply chain)
🌐 SSocieties22Statistical sociality & shallow interaction; safety drift
πŸš€ DDeployment9Robotics; healthcare; scientific research
Total74

Separately, the survey catalogs 23 benchmarks as an orthogonal evaluation lens β€” many of these are released by papers already counted above (e.g. CIK-Bench, ClawSafety, SkillFortifyBench), so they are tracked in their own Benchmarks section rather than added to the PSEA totals.


Contents

:page_facing_up: Research Papers

:file_folder: Resources


πŸ”§ Platform

How OpenClaw is built and how it improves itself. The literature shifts from improving individual agents to governing the Skill ecosystem they depend on. (10 papers)

βš™οΈ Agent Learning β†’ Platform Improvement (5)

Continuous improvement runs through Skills and runtimes, not weights alone.

TitleDateKey ContributionLinks
OpenClaw-RL: Train Any Agent Simply by TalkingMar 2026Async RL from live interaction signals; combines evaluative and directive rewardsPaper Stars
MetaClaw: Just Talk β€” An Agent That Meta-Learns and Evolves in the WildMar 2026Continual meta-learning; updates both weights and the Skill library from failure trajectoriesPaper
SemaClaw: General-Purpose Personal AI Agents through Harness EngineeringApr 2026DAG-based orchestration, PermissionBridge safety, three-tier context, agentic-wiki skillPaper
ClawGym: A Scalable Framework for Building Effective Claw AgentsApr 2026Mines raw ClawHub Skills into training tasks and a benchmark β€” marketplace as training substratePaper
OpenCLAW-P2P: Decentralized Framework for Collective AI IntelligenceApr 2026Decentralized agent network with DHT, federated learning, and formal verificationPaper GitHub

πŸ“¦ Skill Growth β†’ Ecosystem Governance (5)

A larger ClawHub is not automatically a better one. Clone inflation, bloat, discoverability, and submission-time risk are all platform-level concerns.

TitleDateKey ContributionLinks
SkillClone: Multi-Modal Clone Detection ⭐ ASE 2026Mar 202675% of ClawHub Skills are cloned; ecosystem inflated ~3.5Γ—; clones amplify supply-chain riskPaper
SkillReducer: Optimizing LLM Agent Skills for Token EfficiencyMar 2026>60% of Skill body is non-actionable boilerplate; compressing improves downstream performancePaper
Red Skills or Blue Skills? Submission-Time Risk PredictionApr 2026Simple classifiers can triage ClawHub submissions before publication (11,010-skill study)Paper
How Well Do Agentic Skills Work in the Wild? (Skills-in-the-Wild)Apr 2026Performance drops sharply when agents must locate the right Skill among 34K real candidatesPaper
SkillClaw: Let Skills Evolve Collectively with Agentic EvolverApr 2026Cross-user collective Skill evolution from autonomous trajectory aggregationPaper

πŸ’‘ Key Takeaway. OpenClaw's platform literature reveals the tradeoff between extensibility and governance: openness lets the agent and the Skill ecosystem improve, but turns ClawHub from a feature into a critical dependency. The challenge is not to add more Skills, but to ensure they stay safe, compact, and discoverable.

Back to Top


πŸ›‘οΈ Security

Open Tools, community Skills, messaging channels, persistent Memory, and Heartbeat expand the attack surface. Research moves from isolated vulnerability reports β†’ execution-path attacks β†’ autonomous/persistent attacks; defenses form a layered stack but leave Memory governance unresolved. (33 papers)

πŸ” Threat Landscape (12)

Systemic exposure across components, persistent state, and trajectory-level failures.

TitleDateKey ContributionLinks
FASA: Uncovering Security Threats in Autonomous AgentsMar 2026Tri-layered risk taxonomy with full-lifecycle defense architecturePaper Stars
Taming OpenClaw: Security Analysis and MitigationMar 2026Five-stage lifecycle threat model; point defenses fail cross-stage attacksPaper
A Systematic Taxonomy of Security Vulnerabilities (OpenClaw Kill Chain)Mar 2026Analysis of 190 advisories across 10 attack surfaces; individually moderate flaws chain into RCEPaper
Don't Let the Claw Grip Your HandMar 2026Empirical red-teaming across six LLMs; human-in-the-loop defense layerPaper Stars
From Assistant to Double Agent (PASB)Feb 2026First end-to-end benchmark for personalized agent securityPaper Stars
ClawTrap: MITM-Based Red-Teaming FrameworkMar 2026First network-layer red-teaming framework for agent systemsPaper
A Trajectory-Based Safety Audit of ClawdbotFeb 2026Trajectory-level audit; OpenClaw fails completely on intent misunderstandingPaper Stars
Your Agent, Their Asset (CIK Taxonomy)Apr 2026Capability/Identity/Knowledge taxonomy; ASR 24.6% β†’ 64–74% under single-dimension state poisoningPaper
A Systematic Security Evaluation of OpenClaw and Its Variants (SecEval)Apr 2026205 tests across OpenClaw/AutoClaw/QClaw/KimiClaw/MaxClaw/ArkClawPaper
ClawSafety: "Safe" LLMs, Unsafe AgentsApr 2026120 scenarios Γ— 5 backbones Γ— 2,520 trials; ASR 40–75%; SKILL.md highest-trust highest-riskPaper
Forensic Foundations for OpenClaw AgentsApr 2026First agentic-AI forensic study; agent artifact taxonomy; nondeterminism challenges for DFIRPaper
Agents of ChaosFeb 2026Empirical study of failure modes in deployed agent systemsPaper

πŸ”₯ Attacks (6)

From malicious Skills to worms, denial-of-wallet, and memory pollution. The attack surface shifts from malicious commands to ordinary information flows the agent chooses to read, remember, and reuse.

TitleDateKey ContributionLinks
Skill-Inject: Measuring Agent Vulnerability to Skill File AttacksFeb 2026202 injection-task pairs; harmful instructions in trusted Skills are followed at high ratesPaper Stars
Clawdrain: Token Exhaustion via Tool-Calling ChainsMar 2026Trojanized Skill triggers massive token amplification β€” denial-of-walletPaper
BadSkill: Backdoor Attacks on Agent Skills via Model-in-Skill PoisoningApr 2026Bundled model artifacts can be backdoored while preserving benign-side behaviorPaper
SkillAttack: Automated Red Teaming of Agent SkillsApr 2026Reveals latent vulnerabilities in popular community Skills without modifying themPaper
ClawWorm: Self-Propagating Attacks Across Agent EcosystemsMar 2026First self-replicating worm for a production agent frameworkPaper
MissClaw / Mind Your HEARTBEAT: Silent Memory Pollution via Background ExecutionMar 2026Zero-click memory pollution β€” ordinary browsing content becomes persistent contextPaper

πŸ›‘οΈ Defenses (15)

Three boundaries: (a) execution-layer isolation/enforcement around dangerous Tools, (b) supply-chain scanning before Skills enter the marketplace, and (c) a still-missing fourth layer β€” provenance-aware memory governance.

🧱 Execution-layer (structural, runtime, and assurance)

TitleDateKey ContributionLinks
Agent Privilege Separation Against Prompt InjectionMar 2026Structural defense: agent processing untrusted content never holds access to dangerous ToolsPaper
SafeClaw-R: Safe and Secure Multi-Agent Personal AssistantsMar 2026System-level invariant enforcement over the execution graph; 97.8% malicious-Skill detectionPaper
OpenClaw PRISM: Zero-Fork Runtime Security LayerMar 2026Defense-in-depth across 10 lifecycle hooks with risk accumulation and decayPaper
Aethelgard: Learned Capability GovernanceApr 2026Four-layer adaptive governance with PPO-learned minimum-viable-capability policyPaper
RouteGuard: Internal-Signal Detection of Skill PoisoningApr 2026Detects Skill poisoning before execution via model-internal signalsPaper
Proof-of-Guardrail (PoG)Mar 2026TEE-based cryptographic attestation that guardrails actually executePaper
OAP: Deterministic Pre-Action Authorization for Autonomous AI AgentsMar 2026Enforces deterministic authorization before each Tool callPaper
VeriGrey: Greybox Agent ValidationMar 202633% gain over black-box agent validation on AgentDojoPaper
Governance Architecture for Autonomous Agent Systems (LGA)Mar 2026Threats, framework, and engineering practice for governance layersPaper

πŸ”— Supply-chain (marketplace-level scanning)

TitleDateKey ContributionLinks
SkillFortify: Formal Analysis and Supply Chain SecurityMar 2026First formal supply-chain framework with Dolev-Yao attacker model for SkillsPaper Stars
SkillSieve: Hierarchical Triage for Malicious Agent SkillsApr 2026Three-layer regex β†’ LLM-sub-task β†’ LLM-jury detection on 49,592 ClawHub Skills; 0.800 F1Paper
SkillProbe: Multi-Agent Security AuditingMar 2026Multi-agent auditing reveals most popular Skills fail rigorous security checksPaper
Malicious Or Not: Repository Context for Skill ClassificationMar 2026238K Skills across 4 registries; repository context dramatically changes estimated prevalencePaper
HarmfulSkillBench: How Do Harmful Skills Weaponize Your Agents?Apr 2026Registry-scale harmfulness measurement of Skill loadingPaper
"Elementary, My Dear Watson" β€” Detecting Malicious Skills (MalSkills)Mar 2026Neuro-symbolic reasoning across heterogeneous Skill artifactsPaper

πŸ’‘ Key Takeaway. OpenClaw security is expanding from execution control to memory governance. Existing defenses protect Tools, execution traces, and Skill supply chains, but they do not yet control what an autonomous agent reads, stores in Memory, and later acts on. The next defense layer must be provenance-aware memory governance (see Open Problems).

Back to Top


🌐 Societies

Moltbook β€” a Reddit-style platform of OpenClaw-powered AI agents β€” became the first large-scale natural experiment in agent-only social interaction. The literature reveals a consistent gap between looking social and being socially reliable. (22 papers)

πŸ“Š Statistical Sociality & Shallow Interaction (17)

At the aggregate level, Moltbook reproduces familiar online-community statistics. At the interaction level, it is dominated by shallow replies, duplicate content, and extreme attention concentration.

TitleDateKey ContributionLinks
Collective Behavior of AI Agents: the Case of MoltbookFeb 2026Large-scale statistical analysis; activity heavy-tailed, popularity power-law, attention decayPaper
The Anatomy of the Moltbook Social GraphFeb 2026>93% of comments receive no reply; minimal reciprocity; frequent duplicate postsPaper Stars
Social Simulacra in the Wild: AI vs Human CommunitiesMar 2026Participation far more unequal than Reddit; communities share authors, not normsPaper
Let There Be Claws: Early SNA of AI Agents on MoltbookFeb 2026Extreme attention concentration; posting volume and content quality decoupledPaper
Exploring Silicon-Based SocietiesFeb 2026"Data-driven silicon sociology" framework; emergent community archetypesPaper
'Humans welcome to observe': A First Look at MoltbookFeb 2026First measurement study with topic taxonomy and toxicity analysisPaper
The Rise of AI Agent CommunitiesFeb 2026Discourse analysis showing functional utility drives agent influencePaper
Emergence of Fragility in LLM-based Social NetworksMar 2026Core-periphery structure reveals vulnerability to targeted hub attacksPaper
MoltNet: Understanding Social Behavior of AI AgentsFeb 2026Selective mimicry of human behavior; persona drift after social rewardsPaper Stars
Fast Response or Silence: Conversation Persistence on MoltbookFeb 2026Two-part persistence decomposition; low incidence is the binding coordination bottleneckPaper
Comparative Analysis of Reddit vs MoltbookFeb 2026First topological comparison; Moltbook operates as broadcast network, not communityPaper
Informal Learners at MoltbookFeb 2026Extreme broadcasting inversion; parallel monologues dominate interactionPaper
Peer Learning Patterns in the Moltbook CommunityFeb 2026Taxonomy of peer response patterns: validation, extension, applicationPaper
MoltGraph: Temporal Graph for Coordinated-Agent DetectionFeb 2026First temporal graph dataset; coordinated posts get massive early engagementPaper Stars
Large-Scale Analysis of Persuasive Content on MoltbookMar 2026Political/persuasive content disproportionately concentrated in a small post fractionPaper
Scientific Discussions on Moltbook (BERTopic)Mar 2026Self-referential discussion patterns in AI-science discoursePaper
When AI Agents Learn from Each Other (Human-AI Education) ⭐ AIED 2026Mar 2026Emergent peer learning and trust dynamics across agent communitiesPaper

⚠️ Human-Seeded Emergence & Safety Drift (5)

Apparent emergence often turns out to be human-seeded, and isolated self-evolution drifts away from safety. Visible social structure is not the same as trustworthy collective intelligence.

TitleDateKey ContributionLinks
The Moltbook Illusion: Human vs Emergent BehaviorFeb 2026Temporal fingerprinting: only 15.3% of active agents are clearly autonomousPaper Stars
The Devil Behind Moltbook: Self-Evolution TrilemmaFeb 2026Proves trilemma: self-evolution + isolation + invariant safety is impossiblePaper
Agents in the Wild: Safety and Sociality on MoltbookFeb 2026Governance and religion emerge spontaneously but interaction is performativePaper
Risky Instruction Sharing and Norm Enforcement (AIRS)Feb 2026Action-inducing posts trigger emergent decentralized norm enforcementPaper Stars
Molt Dynamics: Emergent Coordination on the MoltBook ArchiveMar 2026Role specialization emerges but multi-agent cooperation worse than single-agent baselinesPaper

Also cited in the survey body: Conformity and Social Impact on AI Agents (Bellina et al., Jan 2026) β€” consensus hallucination and conformity dynamics.

πŸ’‘ Key Takeaway. Moltbook illustrates that social appearance is not social reliability. Agents reproduce the statistics of online communities, but closer inspection reveals shallow dialogue, unclear autonomy, and safety drift under isolation.

Back to Top


πŸš€ Deployment

High-stakes domains shift OpenClaw from open-ended extensibility to controlled behavior. Robotics constrains physical action, healthcare grounds clinical context, scientific research limits research authority. Trustworthy deployment comes from limiting unsafe freedom, not expanding capability. (9 papers)

πŸ€– Robotics (5)

Validated skills, bounded parameters, closed-loop recovery β€” the constraint layer between model output and physical action.

TitleDateKey ContributionLinks
ROSClaw: OpenClaw ROS 2 Framework for Robot ControlMar 2026Executive-layer contract: model proposes actions, validator decides whether they reach the robotPaper
OpenGo: OpenClaw-Based Robotic Dog with Real-Time Skill SwitchingApr 2026Pre-validated robot skill library + bounded parameters; Unitree Go2 quadrupedPaper
ABot-Claw: Persistent, Cooperative, Self-Evolving Robotic AgentsApr 2026Shared memory, critic feedback, multi-robot coordination on Unitree G1/Go2 + Agilex PiperPaper Stars
RoboClaw: Scalable Long-Horizon Robotic TasksMar 2026VLM-driven controller with self-resetting Skills and recovery loopsPaper Stars
VisionClaw: Always-On AI Agents Through Smart GlassesApr 2026Smart-glasses perception β†’ Gemini Live reasoning β†’ OpenClaw execution; bystander privacy boundaryPaper Stars

πŸ₯ Healthcare (2)

Every action and every claim must be traceable to a role, a record, and an audit trail.

TitleDateKey ContributionLinks
When OpenClaw Meets HospitalMar 2026Role-specific OS users, kernel isolation, append-only docs, manifest-guided clinical memory (MIMIC-IV)Paper
MedOpenClaw: Auditable Medical Imaging AgentsMar 20263D Slicer integration with auditable Tool log; reveals the "Tool-Use Paradox" in radiologyPaper

πŸ”¬ Scientific Research (2)

Role limits, evidence gates, and audit trails before agent disagreement can count as scientific review.

TitleDateKey ContributionLinks
ClawdLab: From Agent-Only Networks to Autonomous ScienceFeb 2026Hard role restrictions (PI/analyst/scout/critic/synthesizer); evidence gates; governance votingPaper Stars
HTC-Claw: High-Throughput Computational Campaigns for Materials DiscoveryApr 2026Separates LLM planning from compute execution; 3,000-spinel bandgap scan in DFTPaper Stars

πŸ’‘ Key Takeaway. Deployment turns OpenClaw's extensibility into a constraint problem. In high-stakes domains, trust comes from bounded actions (robotics), traceable context (healthcare), and limited authority (scientific workflows). The central problem is not making OpenClaw more capable, but deciding what it must not be allowed to do.

Back to Top


πŸ“Š Benchmarks

OpenClaw evaluation grew from zero to 23 benchmarks between January and May 2026. We group them by the three points in the agent lifecycle they target: before installation, during execution, and after deployment.

πŸ” Skill Scanner Benchmarks (4) β€” before installation

Can risky Skills be detected before they enter a workspace?

BenchmarkFocusScaleKey findingPaper
SkillFortifyBenchlifecycle model540 Skillsformal lifecycle guaranteesPaper
SkillSieveClawHub triage400 Skillsscalable marketplace triagePaper
MalSkillsmulti-artifact scan200 Skillsmulti-artifact risk detectionPaper
Red/Blue Skillssubmission risk11,010 Skillslightweight submission-time predictionPaper

πŸ”₯ Agent Attack Benchmarks (7) β€” during execution

Can poisoned state, injected content, malicious Skills, or vulnerable dependencies compromise behavior?

BenchmarkFocusScaleKey findingPaper
CIK-Benchstate poisoning12 scenariospersistent state amplifies compromisePaper
ClawSafetyinjection vectors120 casesSkills are the highest-trust vectorPaper
PASBIPI + memory131 Skillsmemory makes injection persistentPaper
SkillAttackreal-skill exploits171 Skillspopular Skills contain latent exploitsPaper
HarmfulSkillBenchregistry harm200 SkillsSkill loading amplifies harmful behaviorPaper
ATBench-Clawtrajectory safety11 categoriestrajectory audits expose runtime violationsPaper
AgentHazardcross-harness harm2,653 casesdependency hooks create cross-harness riskPaper

🎯 Agent Task Benchmarks (12) β€” after deployment

Can the agent complete useful work under realistic, evolving, or long-horizon conditions?

BenchmarkFocusScaleKey findingPaper
LiveClawBenchlive curated tasks30 taskstask complexity needs richer annotationPaper
ClawsBenchcross-harness44 tasksharness choice shapes capability and safetyPaper
Claw-Eval-Liverefreshable Skills105 taskslive Skills enable refreshable evaluationPaper
ClawArenaevolving information64 tasksagents must revise beliefs under conflictPaper
ClawBench-153production websites153 tasksreal websites remain difficultPaper
ClawGym-BenchClawHub-mined200 tasksClawHub can become a training substratePaper
GTA-2checkpoint grading361 taskscheckpoint grading captures long horizonsPaper
SEA-Evalsequential streams92 streamsefficiency matters beyond success ratePaper
MetaClaw-Benchsimulated workdays934 tasksself-improvement needs longitudinal testsPaper
ClawEnvKitgenerated envs1,040 envsenvironments can be generated automaticallyPaper
WildClawBenchin-the-wild tracesβ€”Skill evolution must be tested in the wildPaper
SkillLearnBenchSkill generation20 tasksSkill learning requires continual evaluationPaper

Also: SkillTester (Paper) proposes paired utility-and-security scoring for Skill evaluation but does not ship an empirical evaluation set.

πŸ’‘ Key Takeaway. OpenClaw has many benchmarks but no shared measurement layer for constraint design. Each study tends to define its own threat distribution, harm metric, or task suite, so a stronger scanner / safer model / more robust defense may simply be measured against a different distribution.

Back to Top


πŸ”­ Open Problems & Future Directions

Turning open extensibility into trustworthy agents requires systematic constraint design. The survey identifies four concrete directions.

DirectionWhat it constrainsWhy it matters now
🧠 Memory ProvenanceWhat the agent remembersMissClaw shows zero-click browsing content can become persistent context. Need provenance tags + multi-hop policies for derived memories.
πŸ‘οΈ Composable OversightWhat the agent is allowed to doSelf-evolution trilemma: isolation + continuous evolution + safety is impossible. Make oversight policies first-class platform objects (selectable like Skills).
🧱 Constraint CompositionHow limits are declared and enforcedRobotics, healthcare, and science each rediscover the same lesson. Need a policy layer over Skills/Tools/Memory analogous to SELinux/eBPF.
πŸ“ Evaluation ConvergenceHow progress is measured23 benchmarks but no shared substrate. Convergence needed at data layer (canonical ClawHub/Moltbook snapshots), benchmark layer, and harness layer.

Back to Top


πŸ“š Surveys & Position Papers

Earlier surveys focus on one slice of the OpenClaw landscape. Our survey ties them together through OpenClaw's platform design choices.

PaperDateLensLink
OpenClaw as Language Infrastructure: A Case-Centered SurveyMar 2026NLP-centered view; GATE and AERO frameworks; 38 papersDOI
A Survey on the Unique Security of LLM AgentsMar 2026Manus (closed) vs OpenClaw (open) as two paradigmsPreprints.org
Clippy to MS Office : OpenClaw to the Entire SystemMar 2026Privacy Visual Wrapper; Agentic Trust Calibration ModelResearchGate
The Innovator's Dilemma in the Age of Autonomous AgentsFeb 2026"SaaSpocalypse"; pincer-disruption frameworkResearchGate

Back to Top


:shield: Industry Security Reports

OrganizationReportDateKey Finding
Trend MicroViral AI, Invisible RisksFeb 2026TrendAI Digital Assistant Framework mapping
Trend MicroMalicious Skills Distribute AMOS StealerFeb 2026AMOS stealer via SKILL.md across 39 Skills
Trend MicroCISOs in a PinchFeb 2026"Lethal Trifecta + Persistence" concept
Trend MicroTrendAI Secures the OpenClaw EraMar 2026Agentic Governance Gateway announcement
MicrosoftRunning OpenClaw SafelyFeb 2026"Not appropriate for standard workstations"
NVIDIANemoClaw at GTC 2026Mar 2026Open-source security wrapper with OpenShell
Oasis SecurityClawJackedFeb 2026WebSocket takeover; patched in 24h
Koi / Repello AIClawHavoc CampaignFeb 2026824+ malicious Skills via CVE-2026-25253
KasperskyOpenClaw Unsafe for UseFeb 2026512 vulns (8 critical); ~1K exposed instances
Cisco AIOpenClaw Skill AuditFeb 202626% of 31K Skills vulnerable
SophosOpenClaw Security Analysis2026Exposed instances; sandbox escape
Snyk LabsFrom SKILL.md to Shell Access20261,467 malicious Skills; 3-line Markdown β†’ shell
JFrogOpenClaw Package Security2026Malicious package detection
SecurityScorecardOpenClaw Risk Assessment2026Enterprise deployment risk guidance
Hunt.ioOpenClaw Exposure Report202630K-135K+ exposed instances
Antiy CERTClawHavoc Campaign AnalysisFeb 20261,184 malicious Skills; ClickFix; AMOS stealer
Zenity LabsOpenClaw or OpenDoor?Jan 2026Backdoor via messaging app integration
GiskardOpenClaw Data LeakageFeb 2026Live exploitation of misconfigured deployments

Back to Top


:wrench: Open-Source Projects & Tools

:bulb: Our unique angle: each tool is annotated with [Paper] tags linking to relevant research in our taxonomy.

:lobster: Core Platform

ProjectDescriptionLinks
openclaw/openclawOfficial OpenClaw repositoryStars
openclaw/skillsOfficial Skills repositoryStars
ClawHubOfficial Skill marketplace (49,000+ Skills)Website

:rocket: Extensions & Frameworks

ProjectDescriptionPaperLinks
Gen-Verse/OpenClaw-RLAsync RL training frameworkPlatformStars
MINT-SJTU/RoboClawVLM-driven robotic tasksDeploymentStars
NVIDIA/NemoClawEnterprise security wrapperIndustryStars

:lock: Security & Auditing

ProjectDescriptionPaperLinks
prompt-security/clawsecDrift detection, automated auditsSecurityStars
ClawSecure/clawsecure-openclaw-security3-Layer Audit, OWASP ASISecurityStars
adversa-ai/secureclawOWASP-aligned security pluginSecurityStars
adibirzu/openclaw-security-monitorClawHavoc, CVE detectionSecurityStars
nearai/ironclawPrivacy-focused Rust implementationSecurityStars
ucsandman/dashclawGovernance, HITL, audit trailsSecurityStars

:brain: Memory & Context

ProjectDescriptionLinks
Contextable/openclaw-memory-graphitiSpiceDB + Graphiti knowledge graphStars
coolmanns/openclaw-memory-architecture12-layer memory, 7ms semantic searchStars
alibaizhanov/openclaw-mengramSemantic, episodic & procedural memoryStars
adoresever/graph-memoryKnowledge graph; 75% context compressionStars
supermemoryai/openclaw-supermemoryLong-term memory extensionStars
volcengine/OpenVikingContext database via file system paradigmStars

:cloud: Deployment & Infrastructure

ProjectDescriptionLinks
coollabsio/openclawAutomated Docker imagesStars
khal3d/openclawDocker + Kubernetes (Helm)Stars
cloudflare/moltworkerCloudflare Workers (serverless)Stars
serhanekicii/openclaw-helmHelm chart for KubernetesStars
1Panel-dev/1PanelServer panel, one-click deployStars

:speech_balloon: Channel Integrations

ProjectDescriptionLinks
4Players/openclaw-dockerMulti-channel (WhatsApp, Telegram, Discord, Slack)Stars
dingxiang-me/OpenClaw-WechatWeChat/WeCom with streamingStars
larksuite/openclaw-larkOfficial Feishu/Lark pluginStars
BytePioneer-AI/openclaw-chinaFeishu, DingTalk, QQ, WeChat packStars

:zap: Alternative Clients

ProjectDescriptionLinks
HKUDS/nanobotUltra-lightweight alternativeStars
moltis-org/moltisRust-native runtime with sandboxingStars
AidanPark/openclaw-androidOpenClaw on AndroidStars
HKUDS/ClawTeamAgent swarm automationStars

:microscope: Domain-Specific Skills

ProjectDescriptionPaperLinks
FreedomIntelligence/OpenClaw-Medical-SkillsMedical Skills libraryDeploymentStars
ClawBio/ClawBioBioinformatics-native SkillsDeploymentStars
BlockRunAI/ClawRouterLLM router, cost controlPlatformStars

:books: Learning Resources

ProjectDescriptionLinks
datawhalechina/hello-clawStructured Chinese tutorialStars
centminmod/explain-openclawArchitecture, security, deployment docsStars

Back to Top


:bar_chart: Datasets

Released datasets backing OpenClaw research. For benchmark suites see Benchmarks.

DatasetSource PaperScaleDescriptionLink
Moltbook Observatory ArchiveSimulaMet2M+ rows923K posts, 882K comments, 102K agents; backs 14+ Moltbook papersDataset
ClawHub Corpus (Malicious-or-Not)Holzbauer et al.238,180 SkillsLargest cross-registry Skill dataset (4 registries)Paper
SkillClone CorpusSkillClone20,000 Skills258K clone pairs; 75% involved in clone relationsPaper
MoltGraphMukherjee et al.6,159 agentsTemporal graph for coordination detectionPaper
SkillFortifyBenchSkillFortify540 SkillsSupply-chain security evaluationPaper
Skill-Inject BenchmarkSkill-Inject202 pairsInjection-task pairs for Skill file attacksPaper
PASBFrom Assistant to Double Agent131 SkillsPersonalized Agent Security BenchPaper
LLMail-Inject(Cited by Privilege Sep.)649 attacksPrompt injection; 0% ASR with structural defensePaper

Back to Top


RepositoryFocusStars
VoltAgent/awesome-openclaw-skills5,211 curated OpenClaw SkillsStars
hesamsheikh/awesome-openclaw-usecases42 verified use casesStars
ZeroLu/awesome-openclawGetting-started guide with Skill packsStars
alvinreal/awesome-openclawEcosystem tools, dashboards, integrationsStars
mergisi/awesome-openclaw-agents162 OpenClaw agent templatesStars

:handshake: Contributing

Contributions welcome! Please read the contributing guidelines first.

We especially welcome:

  • :page_facing_up: New papers not yet listed
  • :computer: Code repositories associated with listed papers
  • :shield: Industry reports and technical analyses
  • :bar_chart: Datasets and benchmarks

:pencil: Citation

@article{wang2026openclaw-survey,
  title={A Survey of the OpenClaw Ecosystem: From Platform Extensibility to Constraint Design},
  author={Wang, Ziqing and others},
  year={2026},
  note={Companion repository: \url{https://github.com/REAL-Lab-NU/Awesome-OpenClaw-Papers}}
}

:star2: Star History

Star History Chart

License

CC BY 4.0

This work is licensed under Creative Commons Attribution 4.0 International License.