Submit a Project
Know of an OpenClaw clone, fork, or derivative we're missing? Add it via GitHub PR.
1
Fork the repo
Fork openclaw/clawdex on GitHub.
2
Create a YAML file
Add a new file to src/data/projects/your-project.yml
3
Open a PR
Submit a pull request. CI validates the YAML schema. A human reviews and merges.
YAML Template
name: Your Project Name
slug: your-project-name
tagline: "A short catchy description"
description: "A longer description of what this project does"
language: rust # typescript | rust | python | go | c | multi
category:
- security
- lightweight
github: owner/repo # optional
website: https://example.com # optional
status: active # active | experimental | archived
tier: 1 # 1 = clone/rewrite, 2 = ecosystem tool, 3 = inspired by
highlight: "The one thing that makes this project stand out"
emoji: 🦀
added: 2026-02-25 Guidelines
- ✓ Project must be related to the OpenClaw ecosystem (clone, fork, derivative, or clearly inspired by)
- ✓ Must have a public repository or website
- ✓ Must be a real project with actual code (not just an idea or README)
- ✗ No paid services or commercial-only products
- ✗ No duplicate submissions