Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.77 KB

File metadata and controls

43 lines (30 loc) · 1.77 KB

Contributing to Manus Open Claw Skill Hunter and Developer

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.

Repository Structure

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

Getting Started

git clone https://github.com/simpliolabs/manus-open-claw-skill-hunter-and-developer.git
cd manus-open-claw-skill-hunter-and-developer

What You Can Contribute

  • 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.py scoring logic.
  • Reference Updates — Expand the compatibility_matrix.md or category_map.json.
  • Bug Fixes — Handle edge cases in SKILL.md parsing.

Submitting a PR

  1. Fork this repo.
  2. Create a branch: git checkout -b improve/your-change
  3. Make your changes in skills/claw-skill-hunter/
  4. Test the pipeline locally using the CLI tools.
  5. Submit a PR targeting the main branch.

Pipeline File Guidelines

  • SKILL.md must stay under 500 lines (Manus context window constraint).
  • Use imperative/infinitive form in instructions.
  • Keep the transform_skill.py rules purely string-based (regex) rather than attempting full AST parsing of bash blocks.
  • Test all CLI commands before documenting them.

License

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.