Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks

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:
- Fork the repository.
- Drop a YAML file in
/src/data/projects/. - 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
👀 See Also

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.

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.

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.

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.