Official ROSClaw Skills Catalog — versioned, verifiable physical skills for embodied agents.
ROSClaw Skills are reusable physical capabilities for robots and embodied agents. A Skill is not just a prompt or a policy checkpoint. A ROSClaw Skill is a versioned physical asset containing behavior recipes, safety constraints, provider routes, compatible embodiment profiles, evaluation evidence, and lineage.
A Skill may contain:
SKILL.md— agent-readable skill instructionskill.yaml— skill metadata and runtime contractbehavior_tree.xml— executable behavior structureprompts/— planner, verifier, recovery, and safety promptspolicies/— policy adapters, parameters, or checkpointsproviders.yaml— model and tool provider routinge-urdf-compat.yaml— compatible robot embodimentssafety.yaml— runtime safety constraintsdojo.yaml— practice / mining / replay configurationdarwin_eval.yaml— evaluation and promotion gatesevidence/— evaluation summaries and reportslineage.yaml— origin, version, and promotion history
rosclaw skill install ros-claw/ros_installInstall a specific version:
rosclaw skill install ros-claw/ros_install@0.1.0No ROSClaw API key is required to install public official skills.
The generated registry is located at:
registry/skills.json
Each skill lives under:
skills/<skill_name>/
Submit a pull request adding your skill under:
skills/<your_skill_name>/
Your PR must pass:
- schema validation
- required file checks
- safety checks
- secret scanning
- local path scanning
- installation dry-run
- registry generation
See CONTRIBUTING.md.
A Skill becomes official only after:
- It is added to this repository.
- GitHub Actions validation passes.
- A maintainer reviews and merges the pull request.
- The registry is rebuilt.
- The Skill is synchronized to the ROSClaw Skill Hub.
ROSClaw Skills may control or influence physical robots. Every physical Skill must include safety.yaml, compatible embodiment constraints, and evaluation evidence. Unsafe, unverifiable, or sandbox-bypassing Skills will be rejected or revoked.
Apache-2.0 unless otherwise specified inside each Skill directory.