Every shell in the sea. The complete directory of OpenClaw clones, forks, derivatives, and inspired projects.
A community-maintained directory cataloging the growing ecosystem of projects inspired by OpenClaw — the self-hosted AI super-agent formerly known as Clawdbot and Moltbot.
- Fork this repo
- Create a YAML file in
src/data/projects/your-project.yml - Open a PR — CI validates the schema automatically
- A human reviews and merges
name: Your Project
slug: your-project
tagline: "A short catchy description"
description: "A longer description"
language: rust # typescript | rust | python | go | c | multi
category:
- security
- lightweight
github: owner/repo
website: https://example.com # optional
status: active # active | experimental | archived
tier: 1 # 1 = clone, 2 = ecosystem, 3 = inspired
highlight: "What makes it unique"
emoji: 🦀
added: 2026-02-25- Astro — static site generator
- Tailwind CSS — styling
- GitHub Pages — hosting
- GitHub Actions — CI/CD
npm install
npm run dev # http://localhost:4321
npm run build # builds to dist/MIT