06-claw-ecosystem

The Claw Ecosystem

One month after OpenClaw went viral — NemoClaw, NanoClaw, SecureClaw, and what the community is building next.

When a technology becomes infrastructure, something specific happens: other builders stop treating it as someone else’s project and start treating it as their foundation. They fork it, extend it, specialize it, secure it. A community forms — not around the original author, but around the ideas.

This is how we know OpenClaw crossed the line from “interesting project” to “platform.” The forks are not just alternatives. They are confirmation. And the names building on top of it — NVIDIA, Tsinghua University affiliates, enterprise security firms — indicate where the industry believes this is going.

Understanding the ecosystem also matters practically: if you’re building on OpenClaw, you’re choosing which branch of a rapidly diverging tree to stand on. This chapter maps that tree.


The Moment

On March 16, 2026, at NVIDIA’s GTC conference in San Jose — the event the company calls the “Super Bowl of AI” — reports and coverage cited in this handbook’s sources attribute the following statement to Jensen Huang:

“OpenClaw is the number one. It is the most popular open-source project in the history of humanity, and it did so in just a few weeks. Mac and Windows are the operating systems for the personal computer. OpenClaw is the operating system for personal AI. This is as big of a deal as HTML, as big of a deal as Linux.”

He was standing next to a slide that announced NemoClaw.

This was not a fringe developer conference. NVIDIA is one of the most valuable semiconductor companies in the world by market capitalization at the time. Its CEO calling an open-source AI agent framework the next Linux — with a live security layer built around it — signaled that the agentic AI space had crossed a threshold from hobbyist to infrastructure.


Not All Claws Are OpenClaw

A critical insight for anyone building in this space: “Claw” has become a naming convention as much as a technical specification. Many projects with “Claw” in their name have little to do with OpenClaw’s Node.js runtime or file-based architecture. They borrow the concepts — skills, memory, persona, autonomous cycles — and implement them on entirely different foundations.

This matters because the ecosystem map is not a family tree. It’s a constellation of independent projects that share a philosophy.

The Three Branches

┌───────────────────────────────────────────────────────────────────────┐
│                    THE CLAW CONSTELLATION                             │
│                                                                       │
│  OPENCLAW-BASED                    INDEPENDENT, OPENCLAW-ADAPTED    │
│  ┌────────────────────┐           ┌──────────────────────────────┐│
│  │ NemoClaw (NVIDIA)  │           │ NanoClaw                     ││
│  │ Security layer      │           │ Claude Agent SDK             ││
│  │ on OpenClaw runtime │           │ Container isolation          ││
│  ├────────────────────┤           ├──────────────────────────────┤│
│  │ DefenseClaw (Cisco) │           │ Kilo Code                   ││
│  │ Governance layer    │           │ Model-agnostic, 500+ models ││
│  │ on OpenClaw runtime │           │ Adopts AGENTS.md/SKILL.md   ││
│  ├────────────────────┤           ├──────────────────────────────┤│
│  │ Flowwink/FlowPilot │           │ Paperclip                   ││
│  │ DB-based adaptation │           │ Orchestration layer         ││
│  │ Supabase edge funcs │           │ Own architecture            ││
│  └────────────────────┘           └──────────────────────────────┘│
│                                                                       │
│  SHARES: OpenClaw runtime + files   │  SHARES: AGENTS.md/SKILL.md  │
│                                      │  format, not OpenClaw itself │
└───────────────────────────────────────────────────────────────────────┘

The key distinction: Some projects are built on OpenClaw. Others are independent projects that chose to adopt OpenClaw’s file formats and conventions — a sign that those formats have become a de facto standard for agentic AI.

What They Share

Despite different runtimes, these projects converge on the same core ideas:

ConceptDescriptionProjects that use it
Persona filesText-based identity definition (SOUL.md or equivalent)OpenClaw, NemoClaw, DefenseClaw, NanoClaw, Kilo Code
SkillsKnowledge containers that define agent capabilitiesAll
MemoryPersistent state across sessionsAll
HeartbeatScheduled autonomous cyclesOpenClaw, NemoClaw, FlowPilot
Approval gatesHuman checkpoints for high-risk actionsOpenClaw, FlowPilot, DefenseClaw

What Differs

AspectOpenClaw (Node.js)NanoClaw (Claude SDK)Flowwink (Supabase)
RuntimeNode.js, own implementationClaude Agent SDKEdge Functions (Deno)
Identity storageMarkdown files on diskPer-group CLAUDE.md filesPostgreSQL
Skills formatSKILL.md filesClaude Code skillsJSON in database
CredentialsIn files, protectedOneCLI Agent VaultSupabase Vault
Security modelAllowlists, pairingContainer isolation + proxyScope isolation + RLS

The Imitation Problem

OpenClaw’s success created an incentive structure that has produced both genuine innovations and superficial copies:

Genuine innovation (OpenClaw-based):

  • NemoClaw: OpenShell sandbox, policy YAML, runtime recovery
  • DefenseClaw: CodeGuard scanning, guardrail proxy, SIEM integration
  • FlowPilot: Database-backed multi-tenant architecture

Genuine innovation (different runtime):

  • NanoClaw: OneCLI Agent Vault (credential proxy pattern), container-first design
  • Kilo Code: Model-agnostic workspace, 500+ model support

Surface imitation (dangerous):

  • Projects that use “skills” and “soul” naming but lack the execution model, safety constraints, and operational discipline that make the concepts work

The judgment test: If a project claims to be “like OpenClaw,” ask what runtime it runs on, what the skill execution model looks like, and what the safety constraints are. The concepts alone are not the product.


NemoClaw — NVIDIA’s Security Layer

What it is: NemoClaw is NVIDIA’s open-source distribution of OpenClaw, adding enterprise-grade security and privacy controls around the agent runtime. It installs in a single command on top of an existing OpenClaw setup.

What was reported from Huang’s talk: “Every company in the world today needs to have an OpenClaw strategy, an agentic system strategy. This is the new computer.” Coverage cited in SOURCES.md frames this alongside NVIDIA’s broader inference-growth thesis.

The core problem it addresses: Security reporting cited in SOURCES.md described exposed OpenClaw instances, high-severity remote-hijack concerns (including “ClawJacked” coverage), and data-exfiltration risk from third-party skills. NemoClaw is positioned as NVIDIA’s security-focused response.

The technical stack:

ComponentWhat it does
NVIDIA OpenShellNew isolated sandbox runtime — hard boundary around what the agent can access
Policy-based access controlsUser-defined permissions: what files, networks, APIs the agent can touch
Privacy routerLocal open models (Nemotron) for sensitive tasks; frontier cloud models for heavy lifting — without exposing local data to cloud
Dedicated always-on computeDesigned for NVIDIA GeForce RTX PCs, RTX PRO workstations, DGX Station, DGX Spark

The hardware bet behind it: NemoClaw arrived alongside Huang’s announcement that Vera Rubin — NVIDIA’s next-generation computing platform — is in full production, including a new CPU-based computing rack (CPUs handle agent reasoning and orchestration workloads better than GPUs). NVIDIA also confirmed integration of Groq’s LPUs following a $20 billion deal in November 2025 — a signal that agent inference is now a distinct, hardware-specialized compute category.

OpenClaw creator’s comment: Peter Steinberger, who has since joined OpenAI, said: “OpenClaw brings people closer to AI and helps create a world where everyone has their own agents. With NVIDIA and the broader ecosystem, we’re building the claws and guardrails that let anyone create powerful, secure AI assistants.”

Current status: As of the handbook’s April 2026 source snapshot, NemoClaw had a rapidly growing star count and was explicitly labeled early-stage software. The test of whether it fully resolves enterprise security concerns is still playing out.

The Enterprise Signal — Why NemoClaw Changes the Conversation

For anyone in an enterprise context who might dismiss autonomous agents as a toy for developers or a “home automation” project — NemoClaw is the answer to that objection.

When the world’s most valuable chip company, the company that supplies infrastructure used by every hyperscaler, puts its name on a fork/distribution of an open-source personal agent framework and ships it at GTC — that is not a hobbyist endorsement. It is a strategic infrastructure signal.

Jensen Huang is not sentimental about technology. He is ruthlessly precise about where the money flows. His GTC presentation made the thesis explicit:

“Every company in the world today needs to have an OpenClaw strategy, an agentic system strategy. This is the new computer.”

The “new computer” framing is deliberate. When personal computers arrived, enterprises didn’t adopt them because developers asked nicely. They adopted them because IBM put its name on one. NemoClaw is that moment for autonomous agents — the enterprise-grade signal that converts curiosity into procurement conversations.

The token economy angle is also worth stating plainly: autonomous agents represent a structurally different inference-demand profile than one-off chat interactions. If always-on agents become mainstream at scale, aggregate token throughput could be materially larger than today’s interactive usage patterns. The genie isn’t just out of the bottle — it is entering sustained runtime.


NanoClaw — The “Alpine Linux” of Personal Agents

Before NemoClaw, there was NanoClaw (qwibitai/nanoclaw, star count varies by date). It emerged January 31, 2026 — created by Gavriel Cohen of Qwibit AI — as a direct response to perceived architectural security risks in larger agent runtimes. This is not a fork. It is a rewrite from a different premise.

The founding thesis (Cohen’s own words): “I can’t sleep well running software I don’t understand with access to my life.” OpenClaw weighs in at ~400,000 lines of code, 70+ dependencies, 52+ modules. NanoClaw’s core is ~500 lines of TypeScript — readable in eight minutes.

The Isolation Difference — OS vs Application

OpenClaw’s security model is code-enforced: allowlists, permission checks, and policies implemented in JavaScript running in a single Node.js process. If a vulnerability exists in the code, the boundary fails.

NanoClaw uses OS-enforced container isolation — agents run in actual Linux containers (Docker on Linux, Apple Container on macOS/Apple Silicon):

OpenClaw:    code check → allow/deny → same process executes
NanoClaw:    host routes message → spawns container → agent runs
             isolated → results written to mounted filesystem
             → host reads result

The critical property: even if the agent gains root inside the container, it cannot reach the host filesystem. The isolation boundary is enforced by the operating system kernel, not by if-statements in JavaScript.

Additional security mechanisms:

  • Per-group isolation: each WhatsApp group gets its own container, its own memory, its own session — no cross-contamination between “Family Chat” and “Sales Pipeline”
  • OneCLI Agent Vault: real API credentials never enter containers — the host injects them at the gateway level; the agent never sees them
  • External mount allowlist: stored at ~/.config/nanoclaw/mount-allowlist.json, never mounted into any container, blocks .ssh, .aws, .env, credentials patterns by default
  • Read-only project root: the agent cannot modify host application code (which would bypass the sandbox on next restart)

The AI-Native Software Philosophy

NanoClaw introduces a paradigm that deserves attention: Skills over Features.

Traditional open-source: submit a PR that adds Telegram support alongside WhatsApp.

NanoClaw’s model: contribute a SKILL.md file in .claude/skills/add-telegram/ that teaches Claude Code how to transform a NanoClaw installation. Users run /add-telegram, and Claude Code rewrites their local fork.

Implication: the codebase stays minimal forever. Users run only the code they need. There is no bloat from features no one uses. The “documentation” is Claude Code itself.

This also inverts the DRY principle. Cohen argues that when AI agents edit code, DRY creates risk — a change to a shared function can have unintended downstream effects the agent doesn’t track. Duplicated code eliminates that class of bugs. “The overhead of maintaining duplicates doesn’t cost that much anymore. You can run Claude Code on it, and it will apply the same changes throughout.”

Key Tradeoffs

NanoClawOpenClaw
Codebase~500 lines (readable in 8 min)~400k lines, 70+ deps
IsolationOS-enforced containersApplication-level
ModelAnthropic Agent SDK onlyMulti-model
SkillsAI-native (SKILL.md transforms)ClawHub marketplace
Multi-agentContainer-per-agent swarmssessions_send
ChannelsWhatsApp, Telegram, Discord, Slack, Signal20+ channels

Relevance for Flowwink: The isolation hierarchy maps directly. NanoClaw uses OS-enforced container boundaries. Flowwink uses database-enforced RLS (Row-Level Security) — PostgreSQL ensures at the database layer that no tenant sees another’s data, regardless of application code. Both are infrastructure-enforced rather than code-enforced. Both are more trustworthy than application-level checks.

The ecosystem split: NanoClaw runs exclusively on Anthropic’s Agent SDK. OpenClaw is model-agnostic. These are now two of the leading open-source personal agents — and they’re aligned with competing model providers. OpenClaw’s creator went to OpenAI; NanoClaw is built on Anthropic. The orchestration layer is being competed for at every level.


The Fork Landscape — OpenClaw as Linux

The VS Code analogy is imprecise. The better parallels are Linux distributions and VS Code forks (Cursor, Windsurf) — mature base that spawns specialized variants serving different audiences.

GitHub fork snapshots cited in SOURCES.md indicate a very large OpenClaw fork ecosystem. Most forks are personal configuration variants, but a clear tier of genuinely differentiated projects has emerged, each choosing a distinct dimension to optimize:

Verified fork ecosystem (GitHub API, April 2, 2026)

ForkStarsMaintainerCore differentiation
openclaw-cn4,604jiulingyunChinese community edition — DingTalk, WeCom, Feishu, QQ, WeChat built in + China network optimization
DenchClaw1,459DenchHQLocal-first AI CRM — contacts, pipeline, outreach agents; npx denchclaw → PWA at localhost:3100
EdgeClaw905OpenBMB (Tsinghua)Edge-cloud collaborative — runs local models on device, routes heavy tasks to cloud; three-layer memory architecture
LocalClaw78sunkencity999Optimized for small open-source models (Ollama/local) — no API key required
openclaw-multitenant41jomafilmsMulti-tenant layer — container isolation, encrypted vault, team sharing
ClawMongo15romiluz13MongoDB as canonical memory backend
RemoteClaw16remoteclawUniversal CLI agent middleware — gives Claude Code, Gemini CLI, Codex 22+ channels and 50 MCP tools

The distribution map

OpenClaw (kernel / reference implementation)

├── Geography
│   ├── openclaw-cn ─── China ecosystem (DingTalk, WeChat, domestic LLMs)
│   └── openArab ─────── Arabic language + RTL support

├── Security
│   ├── NanoClaw ──────── Container isolation, minimal codebase
│   └── NemoClaw ──────── NVIDIA OpenShell + enterprise hardware

├── Vertical / Use Case
│   ├── DenchClaw ─────── CRM + outreach automation (local-first)
│   └── EdgeClaw ──────── Edge-cloud hybrid (Tsinghua/OpenBMB)

├── Infrastructure
│   ├── LocalClaw ─────── Local models only (no cloud API)
│   ├── ClawMongo ─────── MongoDB memory backend
│   └── openclaw-multitenant ── Multi-tenant with container isolation

└── Developer tooling
    ├── RemoteClaw ────── CLI agent channel middleware
    └── better-clawd ──── Claude Code fork (no telemetry, multi-provider)

The Linux parallel holds

The Linux kernel gave the world a common OS base. Red Hat built enterprise reliability on it. Ubuntu built consumer accessibility. Alpine built minimal secure containers. Android took the kernel into mobile.

The OpenClaw kernel gives the world a common agent base:

  • NanoClaw = Alpine — minimal, auditable, secure by architecture
  • DenchClaw = vertical distro — CRM-specific, batteries included, local-first
  • openclaw-cn = regional fork — localized for a specific market, maintained independently
  • EdgeClaw = research fork — Tsinghua/OpenBMB pushing edge-cloud architecture
  • NemoClaw = enterprise distribution — NVIDIA hardware + security layer
  • Flowwink = self-hosted platform — same kernel, PostgreSQL + Supabase + business ERP shell

The VS Code parallel also holds. Cursor and Windsurf took VS Code’s base in different directions — Cursor toward deep codebase indexing, Windsurf toward AI-native IDE design. Both ended up worth billions. The same trajectory is playing out here: the most focused, opinionated forks — the ones that solve a real problem for a real audience — will compound while generic forks stagnate.

DenchClaw — worth watching

DenchClaw’s blog post from March 26 is titled “OpenClaw Is Early React: The Framework Moment”:

“In 2013, React shipped. It was a genuinely novel primitive: components, the virtual DOM, declarative UI. Developers who used it early recognized that something was different — not incrementally better — and the ecosystem that followed was inevitable.”

The argument: OpenClaw is the React moment for personal agents. The forks are the ecosystem. The question is which fork becomes the Rails, the Next.js, the Expo — the opinionated, production-ready layer that 90% of developers actually use.

That race is open right now.


SecureClaw — OWASP-Aligned Security Skill Suite

SecureClaw (adversa-ai/secureclaw, 305 stars, v2.0) is not a fork — it is an auditing and hardening skill plugin for existing OpenClaw and NanoClaw installations.

Built by Adversa AI, one of the few firms specializing in adversarial ML security, SecureClaw v2.0 maps to five AI security frameworks simultaneously: OWASP ASI Top 10 for LLMs, MITRE ATLAS, NIST AI RMF, EU AI Act requirements, and the full catalogue of documented OpenClaw CVEs. It adds:

  • Drift detection: compares current soul/identity against a baseline snapshot, alerts on deviation
  • Skill integrity verification: verifies installed skills haven’t been tampered with
  • Prompt injection scanning: monitors incoming messages for injection patterns
  • Live security recommendations: surfaces risks in the current configuration in real time
  • Automated security audits: scheduled reviews with findings logged to the workspace
  • ClawJacked CVE mitigations: specific hardening for the critical remote hijacking vulnerability

A companion project, clawsec (prompt-security, 857 stars), extends this to NanoClaw and other variants — making it the most complete cross-platform security toolkit for the Claw ecosystem.

For Flowwink deployments, the SecureClaw approach is instructive: the problems it solves (drift, skill tampering, configuration exposure) are exactly the problems described in chapter 18 (Stagnation and Drift). A production Flowwink deployment has its own equivalent mechanisms, but SecureClaw demonstrates that the community independently identified the same failure modes.


The Rewrite Wave — Four Teams, 116,000 Stars, Eight Weeks

A comprehensive analysis by OSS Insight documented what happened in the 8 weeks after OpenClaw went viral: four teams rewrote OpenClaw from scratch in different languages and for different audiences.

ProjectLanguageTargetStars
Core rewriteTypeScriptOpenClaw-compatible, cleaner codebase~45k
Enterprise rewriteGoMulti-tenant, Kubernetes-native~32k
Embedded rewriteRustEdge devices, minimal memory footprint~24k
API-first rewritePythonDeveloper tooling, no UI~15k

Combined: 116,000 stars in 8 weeks. None of these are forks with minor changes — they are architectural rewrites targeting different constraints than the original.

The pattern mirrors what happened after Linux, after Node.js, after React: a project becomes “category-defining” and immediately spawns ecosystem rewrites for the audiences the original didn’t serve.


What the Community Wants — Reading the GitHub Issues

At the scale reflected in OpenClaw’s issue tracker, the repository is one of the most detailed maps of what production operators need. The largest clusters of feature requests (as of March 2026 snapshots):

1. Native multi-agent coordination

The single most-requested capability. Multiple issues across the same theme:

The community is using sessions_send and sessions_list for basic coordination, but wants first-class multi-agent primitives: shared memory blackboards, capability profiling, parallel agent orchestration, coordinated task handoffs. This is the gap that systems like Flowwink are already addressing at the application layer — but the community wants it native to the platform.

2. Security hardening

Post-ClawJacked, the issue tracker has hundreds of security-related reports and requests. Key themes:

  • Sandboxed skill execution (like NemoClaw’s OpenShell, but native)
  • Permission manifests for skills (what can this skill access?)
  • Audit logs for all tool calls
  • Soul/identity mutation protection

3. Memory architecture improvements

File-based memory is being pushed to its limits. Community requests:

  • Semantic search over memory (not just keyword)
  • Memory expiry and decay rules
  • Structured memory schemas (not just freeform markdown)
  • Memory synced across multiple devices

The irony: these are exactly the features Flowwink built by migrating memory to PostgreSQL + pgvector. The community is arriving at the same conclusions from inside the OpenClaw ecosystem.

4. Better heartbeat scheduling and health monitoring

Many operators are running heartbeats against production systems and discovering the gaps chapter 18 describes. Requests for:

  • Heartbeat health dashboards
  • Stagnation detection (the agent has proposed the same objective 5 times)
  • Drift alerts (soul hash comparison across time)
  • Per-agent heartbeat analytics

Where OpenClaw Is Heading

Three diverging directions are visible from the issue tracker and fork patterns:

Direction 1: Personal, ambient, always-on (OpenClaw native)

The original vision. One human, one agent, all their devices. Runs on a dedicated machine, listens on all channels, keeps a private workspace. NemoClaw reinforces this direction with better hardware integration and local model support. The community here wants richer voice interfaces, better mobile integration, smarter memory management.

Direction 2: Enterprise and team agents (NanoClaw / rewrites)

Security-first, team-scoped, instance-isolated. A company deploys agents for teams, with access controls, audit logging, secrets management, and a proper auth layer. This is where the Go rewrite and the enterprise forks live. This is also, broadly, the direction Flowwink took — though with a self-hosted B2B platform angle (like Odoo or Supabase) rather than pure developer infrastructure.

Direction 3: Embedded and specialized agents (Rust rewrite / domain packs)

Small, fast, purpose-built. A single-skill agent that runs on an edge device, in a browser extension, inside a CI/CD pipeline. The Rust rewrite targets this use case. ClawHub is seeing domain packs that bundle a minimal agent configuration for specific verticals (legal, medical, customer service).

Skill Hub is an App Store — but your limit is working memory, not disk space. ClawHub and similar registries make it easy to install dozens or hundreds of skills. In practice, both OpenClaw and Flowwink have to enforce strict limits on how many skills and how much skill metadata can enter a single prompt. A successful deployment feels less like “every app from the store” and more like a small, curated home screen: a focused set of high-impact skills the agent can actually keep in its working memory on each decision.


What This Means for Flowwink

Flowwink was built before OpenClaw went viral, with OpenClaw as a reference architecture. But the path there was not straight.

The early Flowwink had multiple specialized agents running simultaneously — each focused on a specific task. One handled site migrations. One qualified leads, another drafted campaigns. One served visitors with knowledge base content and site context, extending the model’s existing knowledge with search. Each was good at its job.

What was missing was the conviction to replace them with a single general-purpose agent.

That is a non-obvious architectural decision. Specialization feels safer — a focused agent does one thing well and fails predictably. A general agent feels harder to control. But in practice the opposite turned out to be true: a well-configured general agent with the right skills, memory, and identity is more coherent, more maintainable, and more capable of handling the unexpected than a collection of narrow specialists that cannot reason across each other’s domains.

OpenClaw arriving when it did was the external confirmation that this instinct was right. A single agent with SOUL.md, AGENTS.md, and a heartbeat — not a swarm of specialists — is the pattern that scales.

The timing created an interesting situation: Flowwink had independently solved problems that the OpenClaw community is now discovering and requesting.

Flowwink already hasOpenClaw community is requesting
PostgreSQL + pgvector memorySemantic memory with decay
RLS per-instance isolationNative multi-instance / team support
Skill scope (internal/external)Permission manifests per skill
Soul mutation protectionIdentity drift alerts
Heartbeat health logsHeartbeat analytics dashboard
Dual-agent architectureAgent teams / parallel agents

This isn’t coincidence — both are solving the same problem from different angles. OpenClaw shows what happens when an individual has an agent. Flowwink shows what happens when a business has one. The problems that emerge at scale in the business case are the same ones now emerging at scale in the personal case.

The community converging on these patterns is evidence that the architecture in this handbook — the 10 Laws, the memory tiers, the dual-agent model, the heartbeat protocol — is not idiosyncratic. It’s the natural solution space.


One month after the most viral open-source launch in history, the pattern is clear: the autonomous agent core is proven. The remaining work is adaptation — security, multi-tenancy, specialization, scale. Different projects are solving different parts of that problem. They will converge.

Next: choosing the right model for your agentic system — trust, cost, compliance, and why the choice matters more than most builders think. Models →

Community — Under Development

This is your handbook

Agentic AI is evolving fast. The patterns, the laws, the architecture — they need to stay current with the community's collective knowledge.

If you have thoughts on autonomous agents, or if you want to contribute to the work around AI-operated CMS, CRM, and ERP systems — whether it's a production story, a pattern you've discovered, or an idea you want to explore — I'd love to hear from you.

Connect on GitHub