Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks

✍️ OpenClawRadar📅 Published: February 26, 2026🔗 Source
Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks
Ad

Clawdex is a directory created to track the proliferation of projects related to OpenClaw. It currently lists 18 projects organized into three tiers.

Project Tiers

The directory categorizes projects as follows:

  • Tier 1: Direct clones and rewrites. Examples given include ZeroClaw, PicoClaw, IronClaw, and Moltis.
  • Tier 2: Ecosystem projects. Examples given include Moltworker, ClawHub, and Moltbook (described as a social network for AI agents).
  • Tier 3: Projects that are doing their own thing but were clearly inspired by the same idea.

Directory Features

Each listed project includes:

  • Star count (fetched during build)
  • Programming language
  • Category tags
  • Ability to filter and sort the entire directory

Contribution Process

Additions to the directory are PR-driven. The process is:

  1. Fork the repository.
  2. Drop a YAML file in /src/data/projects/.
  3. Open a pull request.

A CI system validates the schema of submitted YAML files. A human reviewer (the creator, as mentioned) then reviews and merges acceptable pull requests.

📖 Read the full source: r/clawdbot

Ad

👀 See Also

nex-life-logger: Local Activity Tracker for OpenClaw Agents
Tools

nex-life-logger: Local Activity Tracker for OpenClaw Agents

nex-life-logger is a background activity tracker that runs locally on your machine, giving OpenClaw agents memory of your computer activities. It tracks browser history, active windows, and YouTube transcripts, storing everything in a local SQLite database with no cloud data transmission.

OpenClawRadar
LLMs Leak Reasoning into Structured Output Despite Explicit Instructions
Tools

LLMs Leak Reasoning into Structured Output Despite Explicit Instructions

A developer building a tool that makes parallel API calls to Claude and parses structured output found that validation models intermittently output reasoning text before corrected content, despite explicit instructions to return only corrected text. The fix involved prompt tightening plus a defensive strip function that runs before parsing.

OpenClawRadar
Squeez tool compresses bash output 90%+ to extend Claude Code context window
Tools

Squeez tool compresses bash output 90%+ to extend Claude Code context window

Squeez is a hook that automatically compresses raw bash output like ps aux, docker logs, and git log before it reaches Claude Code. It reduces token usage by 92.8% on average across 19 common commands, helping sessions last longer.

OpenClawRadar
Oh-My-Mermaid: Claude Code Skill for Auto-Generating Architecture Diagrams
Tools

Oh-My-Mermaid: Claude Code Skill for Auto-Generating Architecture Diagrams

Oh-My-Mermaid is a Claude Code skill that analyzes codebases and automatically generates Mermaid architecture diagrams and documentation. It's installed via npm and used with the /omm-scan command in Claude Code.

OpenClawRadar