Awesome-OpenClaw-Papers

agent
Security Audit
Warn
Health Warn
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Warn
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This repository is a curated list of academic papers, security reports, datasets, and tools for the OpenClaw AI agent ecosystem. It serves as a companion resource to a survey paper and uses a four-layer taxonomy to organize research materials.

Security Assessment
Risk: Low. This project is strictly an informational collection of resources and links rather than an executable software package. It does not request any dangerous permissions, execute shell commands, or access sensitive data. Because the automated code scan could not find supported source files to analyze, there is no application code to evaluate for hardcoded secrets or malicious network requests. As a static document repository, it poses negligible direct security risks to your system.

Quality Assessment
The repository appears to be actively maintained, with its last push occurring very recently. However, it currently suffers from extremely low community visibility, having only accumulated 8 GitHub stars. Additionally, the license is marked as NOASSERTION, meaning it lacks a clearly defined open-source license, which is a drawback if you intend to reuse or distribute the materials. While the documentation is highly detailed and well-structured, you should verify the contents and community traction carefully before relying on it as a primary research source.

Verdict
Safe to use as a reading reference, but verify the individual links and papers you access through this list.
SUMMARY

A curated collection of academic papers, security reports, datasets, and tools for the OpenClaw AI agent ecosystem.

README.md

Awesome OpenClaw Research Awesome

Awesome OpenClaw Research

A curated collection of academic papers, security reports, datasets, and tools for the OpenClaw AI agent ecosystem.
Companion resource for our survey paper.

Papers Reports Datasets Taxonomy Updated

OpenClaw — the open-source, self-hosted AI agent platform created by Peter Steinberger (evolving from Clawdbot → Moltbot → OpenClaw on January 29, 2026) — has generated 60+ academic papers and 20+ major industry reports in under three months. This repository organizes the research landscape using a four-layer PSEA (Platform–Security–Ecosystem–Application) taxonomy.


Statistics at a Glance

Layer Category Papers Sub-topics
🔧 P Platform 8 Core architecture, RL training, skill quality
🛡️ S Security 22 Threat taxonomies, attacks, defenses, supply chain
🌐 E Ecosystem 22 Moltbook measurement, safety dynamics, learning
🚀 A Application 8 Robotics, healthcare, education, science
Total 60

Contents

:page_facing_up: Research Papers

:file_folder: Resources


🔧 Platform

How OpenClaw is built — core architecture, learning, and skill infrastructure. (8 papers)

⚙️ Core Architecture (5)

TitleDateKey ContributionLinks
OpenClaw-RL: Train Any Agent Simply by TalkingMar 2026Async RL from live interaction signals; combines evaluative and directive rewardsPaper Stars
OpenCLAW-P2P: A Decentralized Framework for Collective AI Intelligence Towards AGIFeb 2026Decentralized agent network with DHT, federated learning, and formal verificationGitHub
AgentOS: From Application Silos to a NL-Driven Data EcosystemMar 2026Personal Agent OS replacing GUI with NL interaction; cites OpenClaw as exemplarPaper
MetaClaw: Just Talk — An Agent That Meta-Learns and Evolves in the WildMar 2026Continual meta-learning on OpenClaw; dynamic skill synthesis and policy optimizationPaper

📦 Skill Quality & Optimization (3)

TitleDateKey ContributionLinks
SkillClone: Multi-Modal Clone Detection ⭐ ASE 2026Mar 2026First multi-modal clone detector; massive ecosystem inflation from cloningPaper
SkillNet: Create, Evaluate, and Connect AI SkillsFeb 2026Unified skill ontology with multi-dimensional quality evaluation frameworkPaper Stars
SkillReducer: Optimizing LLM Agent Skills for Token EfficiencyMar 2026Skill debloating framework compresses descriptions while preserving functionalityPaper

Back to Top


🛡️ Security

Threats, attacks, defenses, and supply chain security. (22 papers + industry reports)

🔍 Threat Analysis & Taxonomies (8)

TitleDateKey ContributionLinks
Uncovering Security Threats in Autonomous Agents (FASA)Mar 2026Tri-layered risk taxonomy with full-lifecycle defense architecturePaper Stars
Don't Let the Claw Grip Your HandMar 2026Empirical red-teaming across six LLMs; human-in-the-loop defense layerPaper Stars
Taming OpenClaw: Security Analysis and MitigationMar 2026Five-stage lifecycle threat model; point defenses fail cross-stage attacksPaper
A Systematic Taxonomy of Security VulnerabilitiesMar 2026Analysis of 190 security advisories; OpenClaw-specific kill chainPaper
A Trajectory-Based Safety Audit of ClawdbotFeb 2026Trajectory-level safety evaluation; complete failure on intent misunderstandingPaper 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
Your Agent, Their Asset: Real-World Safety Analysis of OpenClawApr 2026CIK taxonomy (Capability/Identity/Knowledge); ASR 24.6% → 64–74% under single-dimension poisoningPaper

🔥 Adversarial Attacks (4)

TitleDateKey ContributionLinks
Clawdrain: Token Exhaustion via Tool-Calling ChainsMar 2026Trojanized skill causes massive token amplification; denial-of-wallet attackPaper
ClawWorm: Self-Propagating Attacks Across Agent EcosystemsMar 2026First self-replicating worm for a production agent frameworkPaper
HEARTBEAT: Silent Memory Pollution via Background ExecutionMar 2026Exploits heartbeat cycle as covert channel for persistent backdoor injectionPaper
Skill-Inject: Measuring Agent Vulnerability to Skill File AttacksFeb 2026Benchmark of 202 injection-task pairs; up to 80% ASR on frontier LLMs via skill filesPaper Stars

🛡️ Defensive Architectures (6)

TitleDateKey ContributionLinks
OpenClaw PRISM: Zero-Fork Runtime Security LayerMar 2026Defense-in-depth across 10 lifecycle hooks with risk accumulation and decayPaper
Agent Privilege Separation Against Prompt InjectionMar 2026Two-agent architecture eliminates prompt injection for constrained tasksPaper
Before the Tool Call: Pre-Action Authorization (OAP)Mar 2026Deterministic pre-action authorization blocks all unauthorized actionsPaper Stars
VeriGrey: Greybox Agent ValidationMar 2026Grey-box fuzzing with tool-invocation coverage feedback outperforms black-boxPaper Stars
Guardrail Proofs: Cryptographic Attestation for Agent SafetyMar 2026TEE-based cryptographic proof that guardrails actually execute on OpenClawPaper
Governance Architecture for Autonomous Agent Systems (LGA)Mar 2026Four-layer governance with sandbox, intent verification, zero-trust auth, auditPaper

🔗 Supply Chain Security (4)

TitleDateKey ContributionLinks
SkillFortify: Formal Analysis and Supply Chain SecurityFeb 2026First formal supply-chain framework with Dolev-Yao attacker model for skillsPaper Stars
SkillProbe: Security Auditing via Multi-Agent CollaborationMar 2026Multi-agent auditing reveals most popular skills fail rigorous security checksPaper
Malicious Or Not: Repository Context for Skill ClassificationMar 2026Largest skill ecosystem study; repo-context dramatically reduces false positivesPaper
Systems-Level Attack Surface of Edge Agent Deployments on IoTFeb 2026Deployment architecture is the primary security determinant for edge agentsPaper

Back to Top


🌐 Ecosystem

What happens when agents interact at scale — Moltbook social dynamics, safety phenomena, and ecosystem perspectives. (22 papers)

Moltbook Social Dynamics (20)

The first agent-only social network with 1.5M+ registered AI agents.

📊 Platform Measurement & Network Structure

TitleDateKey ContributionLinks
Collective Behavior of AI Agents: the Case of MoltbookFeb 2026Large-scale statistical analysis showing human-like attention dynamicsPaper
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 Anatomy of the Moltbook Social GraphFeb 2026Small-world structure but shallow, non-reciprocal micro-interactionsPaper Stars
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 2026Agents selectively mimic human behavior; persona drift after social rewardsPaper Stars
Social Simulacra in the Wild: AI vs Human CommunitiesMar 2026First AI-vs-human community comparison; structural homogenization foundPaper
Scientific Discussions on Moltbook (BERTopic)Mar 2026Topic modeling of AI science discourse; self-referential discussion patternsPaper
Fast Response or Silence: Conversation Persistence on MoltbookFeb 2026Two-part persistence decomposition; low incidence is the binding coordination bottleneckPaper
Comparative Analysis of Social Network Topology in Reddit and MoltbookFeb 2026First topological comparison; Moltbook operates as broadcast network, not social communityPaper
Let There Be Claws: Early Social Network Analysis of AI Agents on MoltbookFeb 2026Structural SNA showing broadcast hierarchy with extreme attention concentrationPaper

⚠️ Safety, Norms & Emergent Behavior

TitleDateKey ContributionLinks
The Moltbook Illusion: Human vs Emergent BehaviorFeb 2026Temporal fingerprinting separates autonomous from human-influenced agentsPaper Stars
The Devil Behind Moltbook: Safety VanishingFeb 2026Proves self-evolution trilemma impossibility result for agent societiesPaper
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
Large-Scale Analysis of Political Propaganda on MoltbookMar 2026Political propaganda disproportionately concentrated in small post fractionPaper

🔗 Learning & Coordination

TitleDateKey ContributionLinks
Peer Learning Patterns in the Moltbook CommunityFeb 2026Taxonomy of peer response patterns: validation, extension, applicationPaper
Informal Learners at Moltbook: Emergent Learning at ScaleFeb 2026Extreme broadcasting inversion; parallel monologues dominate interactionPaper
MoltGraph: Temporal Graph for Coordinated-Agent DetectionFeb 2026First temporal graph dataset; coordinated posts get massive early engagementPaper Stars
Molt Dynamics: Emergent Social PhenomenaMar 2026Role specialization emerges but multi-agent cooperation largely failsPaper

🔭 Ecosystem Perspectives (4)

TitleDateKey ContributionLinks
OpenClaw as Language Infrastructure: A Case-Centered SurveyMar 2026GATE and AERO analytical frameworks; 38 papers surveyedPaper
A Survey on the Unique Security of LLM AgentsMar 2026Manus (closed) vs OpenClaw (open) as two dominant paradigmsPaper
Clippy to MS Office : OpenClaw to the Entire SystemMar 2026Privacy Visual Wrapper; Agentic Trust Calibration ModelPaper
The Innovator's Dilemma in the Age of Autonomous AgentsFeb 2026"SaaSpocalypse" ($285B erased); "pincer disruption" conceptPaper

Back to Top


🚀 Application

Where OpenClaw is deployed in specific domains. (8 papers)

TitleDateKey ContributionLinks
ROSClaw: OpenClaw ROS 2 Framework for Robot ControlMar 2026Model-agnostic ROS 2 executive layer for multi-platform robot controlPaper
RoboClaw: Scalable Long-Horizon Robotic TasksMar 2026VLM-driven controller with self-resetting data collection loopsPaper Stars
When OpenClaw Meets HospitalMar 2026Hospital-adapted architecture with HIPAA compliance and manifest-guided memoryPaper
MedOpenClaw: Auditable Medical Imaging Agents over Uncurated Full StudiesMar 2026Auditable OpenClaw runtime for VLM-based medical imaging with 3D volume navigationPaper
Human-AI Partnership in Education ⭐ AIED 2026Mar 2026Emergent peer learning and trust dynamics across agent communitiesPaper
From Agent-Only Networks to Autonomous Science (ClawdLab)Feb 2026Autonomous scientific research platform with PI-led governancePaper Stars

Back to Top


:shield: Industry Security Reports

Organization Report Date Key Finding
Trend Micro Viral AI, Invisible Risks Feb 2026 TrendAI Digital Assistant Framework mapping
Trend Micro Malicious Skills Distribute AMOS Stealer Feb 2026 AMOS stealer via SKILL.md across 39 skills
Trend Micro CISOs in a Pinch Feb 2026 "Lethal Trifecta + Persistence" concept
Trend Micro TrendAI Secures the OpenClaw Era Mar 2026 Agentic Governance Gateway announcement
Microsoft Running OpenClaw Safely Feb 2026 "Not appropriate for standard workstations"
NVIDIA NemoClaw at GTC 2026 Mar 2026 Open-source security wrapper with OpenShell
Oasis Security ClawJacked Feb 2026 WebSocket takeover; patched in 24h
Koi / Repello AI ClawHavoc Campaign Feb 2026 824+ malicious skills via CVE-2026-25253
Kaspersky OpenClaw Unsafe for Use Feb 2026 512 vulns (8 critical); ~1K exposed instances
Cisco AI OpenClaw Skill Audit Feb 2026 26% of 31K skills vulnerable
Sophos OpenClaw Security Analysis 2026 Exposed instances; sandbox escape
Snyk Labs From SKILL.md to Shell Access 2026 1,467 malicious skills; 3-line Markdown → shell
JFrog OpenClaw Package Security 2026 Malicious package detection
SecurityScorecard OpenClaw Risk Assessment 2026 Enterprise deployment risk guidance
Hunt.io OpenClaw Exposure Report 2026 30K-135K+ exposed instances
Antiy CERT ClawHavoc Campaign Analysis Feb 2026 1,184 malicious skills; ClickFix; AMOS stealer
Zenity Labs OpenClaw or OpenDoor? Jan 2026 Backdoor via messaging app integration
Giskard OpenClaw Data Leakage Feb 2026 Live 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

Project Description Links
openclaw/openclaw Official OpenClaw repository Stars
openclaw/skills Official skills repository Stars
ClawHub Official skill marketplace (13,700+ skills) Website

:rocket: Extensions & Frameworks

Project Description Paper Links
Gen-Verse/OpenClaw-RL Async RL training framework Platform Stars
MINT-SJTU/RoboClaw VLM-driven robotic tasks Application Stars
NVIDIA/NemoClaw Enterprise security wrapper Industry Stars

:lock: Security & Auditing

Project Description Paper Links
prompt-security/clawsec Drift detection, automated audits Trust Stars
ClawSecure/clawsecure-openclaw-security 3-Layer Audit, OWASP ASI Trust Stars
adversa-ai/secureclaw OWASP-aligned security plugin Trust Stars
adibirzu/openclaw-security-monitor ClawHavoc, CVE detection Trust Stars
nearai/ironclaw Privacy-focused Rust implementation Trust Stars
ucsandman/dashclaw Governance, HITL, audit trails Trust Stars

:brain: Memory & Context

Project Description Links
Contextable/openclaw-memory-graphiti SpiceDB + Graphiti knowledge graph Stars
coolmanns/openclaw-memory-architecture 12-layer memory, 7ms semantic search Stars
alibaizhanov/openclaw-mengram Semantic, episodic & procedural memory Stars
adoresever/graph-memory Knowledge graph; 75% context compression Stars
supermemoryai/openclaw-supermemory Long-term memory extension Stars
volcengine/OpenViking Context database via file system paradigm Stars

:cloud: Deployment & Infrastructure

Project Description Links
coollabsio/openclaw Automated Docker images Stars
khal3d/openclaw Docker + Kubernetes (Helm) Stars
cloudflare/moltworker Cloudflare Workers (serverless) Stars
serhanekicii/openclaw-helm Helm chart for Kubernetes Stars
1Panel-dev/1Panel Server panel, one-click deploy Stars

:speech_balloon: Channel Integrations

Project Description Links
4Players/openclaw-docker Multi-channel (WhatsApp, Telegram, Discord, Slack) Stars
dingxiang-me/OpenClaw-Wechat WeChat/WeCom with streaming Stars
larksuite/openclaw-lark Official Feishu/Lark plugin Stars
BytePioneer-AI/openclaw-china Feishu, DingTalk, QQ, WeChat pack Stars

:zap: Alternative Clients

Project Description Links
HKUDS/nanobot Ultra-lightweight alternative Stars
moltis-org/moltis Rust-native runtime with sandboxing Stars
AidanPark/openclaw-android OpenClaw on Android Stars
HKUDS/ClawTeam Agent swarm automation Stars

:microscope: Domain-Specific Skills

Project Description Paper Links
FreedomIntelligence/OpenClaw-Medical-Skills Medical skills library Application Stars
ClawBio/ClawBio Bioinformatics-native skills Application Stars
BlockRunAI/ClawRouter LLM router, cost control Platform Stars

:books: Learning Resources

Project Description Links
datawhalechina/hello-claw Structured Chinese tutorial Stars
centminmod/explain-openclaw Architecture, security, deployment docs Stars

Back to Top


:bar_chart: Datasets & Benchmarks

Dataset Source Paper Scale Description Link
SkillFortifyBench SkillFortify 540 skills Supply chain security evaluation; 96.95% F1 Paper
PASB Double Agent 131 tools Personalized Agent Security Bench Paper
MoltGraph MoltGraph 6,159 agents Temporal graph for coordination detection Paper
ATBench Safety Audit 34 cases Trajectory-based safety across 6 dimensions Paper
AgentDojo VeriGrey Agent security testing (33% grey-box gain) Paper
LLMail-Inject Privilege Sep. 649 attacks Prompt injection; 0% ASR with defense Paper
ClawHub Corpus Malicious Or Not 238,180 skills Largest skill dataset across 4 registries Paper
SkillClone Corpus SkillClone 20,000 skills 258K clone pairs; 75% involved Paper
Moltbook Observatory Archive SimulaMet 2M+ rows 923K posts, 882K comments, 102K agents; foundational dataset for 14+ Moltbook papers Dataset
Skill-Inject Benchmark Skill-Inject 202 pairs Injection-task pairs measuring agent vulnerability to skill file attacks Paper

Back to Top


:link: Related Awesome Lists

Repository Focus Stars
VoltAgent/awesome-openclaw-skills 5,211 curated OpenClaw skills Stars
hesamsheikh/awesome-openclaw-usecases 42 verified use cases Stars
ZeroLu/awesome-openclaw Getting-started guide with skill packs Stars
alvinreal/awesome-openclaw Ecosystem tools, dashboards, integrations Stars
mergisi/awesome-openclaw-agents 162 OpenClaw agent templates Stars

: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{awesome-openclaw-research-2026,
  title={Awesome OpenClaw Research: A Curated Collection of the OpenClaw AI Agent Ecosystem},
  author={Wang, Ziqing},
  year={2026},
  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.

Reviews (0)

No results found