Skip to content

🦞 Every shell in the sea — The complete directory of OpenClaw clones, forks, and derivatives

Notifications You must be signed in to change notification settings

daveonkels/clawdex

Repository files navigation

🦞 Clawdex

Every shell in the sea. The complete directory of OpenClaw clones, forks, derivatives, and inspired projects.

🌐 theclawdex.com

What Is This?

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.

Adding a Project

  1. Fork this repo
  2. Create a YAML file in src/data/projects/your-project.yml
  3. Open a PR — CI validates the schema automatically
  4. A human reviews and merges

YAML Template

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

Tech Stack

  • Astro — static site generator
  • Tailwind CSS — styling
  • GitHub Pages — hosting
  • GitHub Actions — CI/CD

Development

npm install
npm run dev     # http://localhost:4321
npm run build   # builds to dist/

License

MIT

About

🦞 Every shell in the sea — The complete directory of OpenClaw clones, forks, and derivatives

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published