Thank you for your interest in contributing! This project is maintained by SimplioLabs (Nir Appelton) as an automated pipeline for discovering and converting OpenClaw skills into Manus skills.
| Branch | Purpose | Contributions |
|---|---|---|
main |
Core scripts and pipeline logic | Submit PRs here for improvements |
manus-skill |
Manus conductor skill layer | The live version used in Manus |
git clone https://github.com/simpliolabs/manus-open-claw-skill-hunter-and-developer.git
cd manus-open-claw-skill-hunter-and-developer- New Transformation Rules — Found a ClawHub skill with a new macOS dependency? Add a regex rule to
transform_skill.py. - Better Quality Checks — Improve the
analyze_skill.pyscoring logic. - Reference Updates — Expand the
compatibility_matrix.mdorcategory_map.json. - Bug Fixes — Handle edge cases in
SKILL.mdparsing.
- Fork this repo.
- Create a branch:
git checkout -b improve/your-change - Make your changes in
skills/claw-skill-hunter/ - Test the pipeline locally using the CLI tools.
- Submit a PR targeting the
mainbranch.
- SKILL.md must stay under 500 lines (Manus context window constraint).
- Use imperative/infinitive form in instructions.
- Keep the
transform_skill.pyrules purely string-based (regex) rather than attempting full AST parsing of bash blocks. - Test all CLI commands before documenting them.
By contributing to this repository, you agree that your contributions will be licensed under the MIT License + Commons Clause v1.0. See LICENSE for details.