Skip to content

anthhub/awesome-claw-opus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

Awesome Claw Opus πŸ¦žπŸ”’

Awesome Last Updated PRs Welcome

A curated list of OpenClaw security, self-hosting, and enterprise resources β€” covering CVEs, hardening guides, deployment patterns, and ecosystem forks.

Recently Added (2026-03-28)

Project Category Highlight
NemoClaw NEW Security NVIDIA's secure sandbox runtime for OpenClaw (17.6k stars)
shellward NEW Security 8-layer defense middleware + DLP + prompt injection detection
memory-lancedb-pro NEW Memory Hybrid retrieval long-term memory β€” Vector+BM25+Cross-Encoder (3.7k stars)
lossless-claw NEW Memory Lossless context management β€” DAG summarization, zero info loss (3.7k stars)
OpenViking NEW Memory ByteDance's context database for AI agents (19.8k stars)
memU NEW Memory Memory system for 24/7 persistent agents (13.2k stars)
edict NEW Multi-Agent 9-agent orchestration with real-time dashboard (13.4k stars)
openclaw-a2a-gateway NEW Multi-Agent A2A protocol v0.3.0 bidirectional agent communication gateway
AutoResearchClaw NEW Ecosystem Fully autonomous research β€” idea to paper (9.4k stars)

Contents


Security

OpenClaw's rapid adoption has brought significant security challenges. This section covers known vulnerabilities, tools, and practices to secure your deployment.

Known Vulnerabilities & CVEs

Vulnerability Reports

Security Audit Tools

  • ClawGuard β€” Open-source skill scanner that intercepts high-risk skills before execution.
  • ClawSecure β€” OWASP ASI Top 10 coverage with 55+ threat patterns; has audited 2,890+ agents.
  • Bitdefender AI Skills Checker β€” Free skill security detection service from Bitdefender.
  • openclaw-security-monitor β€” Active security monitoring for running OpenClaw instances.
  • ClawDefend β€” Developer-focused security scanning for OpenClaw skills.
  • VirusTotal Official Integration β€” Native VirusTotal scanning for ClawHub skills.
  • claude-skill-security-auditor β€” Security auditor specifically targeting Claude Code skills.
  • ClawSec β€” Complete security suite for OpenClaw deployments.
  • ClawBands β€” Tool execution interceptor, filters skills before runtime.
  • Aquaman β€” Credential isolation proxy preventing credential leakage.
  • Claw-Hunter β€” Enterprise endpoint detection for OpenClaw instances.
  • Clawhatch β€” Pre-install security scanner similar to ClawGuard.
  • GuardSpine β€” Plugin-level security protection layer.
  • ClawScan.io β€” Online skill scanning service.
  • skill-audit β€” Community skill audit toolkit.

Security Best Practices

Security-Enhanced Variants

  • NemoClaw β€” NVIDIA's official secure runtime for OpenClaw inside OpenShell sandbox with managed inference. Apache 2.0, 17.6K stars in two weeks. NEW
  • IronClaw β€” Rust-based fork with WebAssembly isolation, capability-based permissions, and credential injection/leak detection.
  • IronClaw Review β€” In-depth review of IronClaw's security architecture and trade-offs.
  • Cisco DefenseClaw β€” Cisco's hardened fork designed specifically to counter supply chain attacks.
  • ZeroClaw β€” Rust-based fork with filesystem sandboxing, distributed as a 3 MB single binary.
  • shellward β€” AI Agent security middleware with 8-layer defense, DLP data flow control, and prompt injection detection. Zero dependencies, available as SDK + OpenClaw plugin. NEW

Supply Chain Attacks (ClawHavoc)

Security Research


Self-Hosting

Docker & Kubernetes

Cloud Platforms

Reverse Proxy & Networking

Performance Optimization

Backup & Recovery


Enterprise

Architecture & Case Studies

Multi-Tenant Solutions

  • RBAC Feature Request #8081 β€” Upstream issue tracking role-based access control support.
  • Agents Plane #17299 β€” Upstream issue tracking multi-tenant agent plane support.
  • openclaw-multitenant β€” Container isolation with encrypted vault and team sharing support.
  • lobu β€” Multi-tenant OpenClaw solution designed for team deployments.
  • Session Isolation Vulnerability β€” Research exposing session isolation failures, authorization bypass, and privilege escalation in multi-user setups.

Monitoring & Observability

Compliance & Audit

Enterprise Tool Integrations


Skills & Plugins

Security Skills

  • SecureClaw (Adversa AI) β€” First OWASP ASI Top 10 aligned security plugin with MITRE ATLAS mapping, dual-layer defense (code + behavior).
  • ClawSecure β€” 3-layer audit protocol detecting 55+ OpenClaw-specific threat patterns; audited 2,890+ agents.
  • clawscan β€” Official ClawHub static scanner skill for pre-install security checks.
  • openclaw-security-monitor β€” Active monitoring for ClawHavoc, AMOS Stealer, CVE-2026-25253, and supply chain attacks.
  • OWASP Agentic Skills Top 10 β€” Official OWASP checklist for agent skill security.
  • arc-security-audit β€” Full agent skill stack security audit.
  • clawdefender β€” Security scanner + input sanitizer skill.
  • agentkeys β€” Secure credential broker for AI agents.

Enterprise Skills

  • Salesforce MCP β€” Natural language CRM automation via Composio.
  • Jira Integration β€” Issue creation, sprint tracking, JQL queries, workflow automation.
  • sql-toolkit β€” PostgreSQL/MySQL/SQLite with NL-to-SQL, parameterized queries, read-only mode, audit logging.
  • database β€” Unified PostgreSQL/MySQL/SQLite/MongoDB/Redis access with SSH tunnel and destructive operation confirmation.
  • GOG (Google Workspace) β€” Gmail + Calendar + Drive + Sheets integration, 14,000+ installs.

DevOps Skills

  • openclaw-operator β€” Production Kubernetes operator with network isolation, secret management, and health monitoring.
  • openclaw-dashboard β€” Secure real-time monitoring panel with Auth, TOTP MFA, cost tracking, and memory browser.
  • GitHub Actions CI/CD Monitoring β€” Detect build/test failures and auto-pull error logs.
  • Lobster Shell β€” Native OpenClaw workflow shell composing skills and tools into reusable pipelines.

Skill Security Practices

Multi-Agent Orchestration

  • edict β€” 9-agent orchestration system inspired by ancient Chinese "Three Departments and Six Ministries" governance. Real-time dashboard, kanban view, full audit trails, multi-model support (13.4K stars). NEW
  • openclaw-a2a-gateway β€” A2A (Agent-to-Agent) protocol v0.3.0 implementation β€” bidirectional agent communication gateway for standardized multi-agent interoperability. NEW
  • agent-team-orchestration β€” Role definitions, task lifecycle, and handoff protocols.
  • agent-collaboration-network β€” Agent registry, skill-based discovery, message routing.
  • arc-department-manager β€” Manage AI sub-agent departments.

Skill Development


Memory & RAG

Memory is one of the fastest-evolving areas in the OpenClaw ecosystem. Two complementary approaches have emerged: long-term memory (cross-session knowledge) and context management (within-session lossless handling).

Long-term Memory vs Context Management β€” How to Choose?

Long-term Memory Context Management
Problem solved Remember user preferences & decisions across sessions Prevent info loss when conversation exceeds context window
Scope Permanent (cross-session) Within current session
Representative memory-lancedb-pro, Mem0, memU lossless-claw, OpenViking
Plugin slot memory contextEngine
Can use both? Yes β€” they complement each other

Best practice: Enable one long-term memory plugin + one context management plugin together.

Long-term Memory

  • memory-lancedb-pro β€” Hybrid retrieval long-term memory β€” Vector+BM25+Cross-Encoder reranking, auto-captures 6 knowledge categories, Weibull decay model for intelligent forgetting (3.7K stars). NEW
  • memU β€” Built for 24/7 persistent agents β€” supports Claude Skills + MCP protocol, designed for always-on agentic workflows (13.2K stars). NEW
  • Mem0 Integration β€” Most popular persistent memory solution for OpenClaw agents.
  • OceanBase PowerMem β€” Powerful memory backend by Alibaba OceanBase.
  • Supermemory β€” Supermemory integration for OpenClaw.
  • MoltBrain β€” Brain-like long-term memory system.
  • Engram β€” Unified multi-agent memory framework.
  • openclaw-memory-mem0 β€” Semantic fact extraction memory layer.
  • claude-mem β€” Claude-specific memory layer.

Context Management

  • lossless-claw β€” Lossless Context Management β€” DAG-based hierarchical summarization + SQLite persistence, zero information loss. Agents can search (lcm_grep) and drill into (lcm_expand) any compacted history (3.7K stars). NEW
  • OpenViking β€” ByteDance's context database for AI agents β€” file-system paradigm for unified management of memory, resources, and skills. Supports hierarchical context delivery and self-evolution (19.8K stars). NEW
  • MemOS β€” Memory operating system for AI agents.
  • MemOS Cloud Plugin β€” Cloud-based memory plugin for OpenClaw.
  • memov β€” Universal memory layer and retrieval toolkit.
  • openamnesia β€” Continuous learning context engine with privacy-safe memory extraction.
  • Cognee β€” Graph-based memory and recall system.

Ecosystem

A brief overview of notable OpenClaw forks and related frameworks.

Project Stars Language Highlight
OpenClaw 340K+ β€” The original
Nanobot 36.9K Python Hong Kong University, ultra-lightweight
ZeroClaw 29.1K Rust 3 MB single binary, <10ms startup
NanoClaw 25.9K TypeScript Container-isolated, Anthropic Agent SDK
NemoClaw 17.6K JavaScript NVIDIA β€” secure sandbox + managed inference NEW
edict 13.4K Python 9-agent orchestration, real-time dashboard NEW
IronClaw 11.1K Rust WebAssembly sandbox security
moltworker 9.8K TypeScript Cloudflare β€” Workers edge deployment
AutoResearchClaw 9.4K Python Idea-to-paper autonomous research NEW
ClawSwarm β€” β€” Native multi-agent orchestration
ZeptoClaw β€” Rust 7-layer security, ultimate integration
MimiClaw 1.9K C Runs on $5 ESP32-S3 chips
TinyClaw 1.8K Shell Multi-agent team collaboration
OpenFang β€” Rust Agent OS, 137K LOC

Contributing

Contributions are welcome. Please:

  1. Check that the link is alive and directly relevant to OpenClaw security, self-hosting, or enterprise use.
  2. Add a short, factual description (one sentence).
  3. Place the entry in the most appropriate section.
  4. Submit a pull request with a clear title.

License

CC0

To the extent possible under law, the contributors have waived all copyright and related rights to this work.

About

πŸ¦žπŸ”’ A curated list of OpenClaw security, self-hosting, and enterprise resources β€” CVEs, hardening, deployment, monitoring, compliance, ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors