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

InsForge: Self-Hosted Postgres Backend with MCP Integration for AI Coding Agents
InsForge is an open-source, self-hosted backend alternative to Supabase that connects to Claude Code via MCP, allowing AI agents to see schema, policies, and service state. It includes PostgreSQL 16.4, PostgREST, Deno Runtime, auth, storage, and edge functions.

Vektori's Memory Architecture: Principles from Claude's Leaked System
Vektori implements a three-layer hierarchical sentence graph for AI memory, inspired by leaked principles from Claude's architecture. The system uses strict quality filters, skeptical retrieval with a 0.3 minimum score, and maintains correction history across sessions.

MonClaw: A Minimal OpenClaw Implementation Using OpenCode SDK
A lightweight alternative to OpenClaw built on the OpenCode SDK, featuring Telegram and WhatsApp support.

MCP-India-Stack: Offline-first server for Indian financial data in AI agents
MCP-India-Stack is an offline-first MCP server that provides Indian financial and government API functionality without authentication or external API calls. It bundles datasets locally for tax calculations, validation tools, and lookups.