Self-evolving Agents. Grant your OpenClaw agents the skill to learn and improve skills autonomously.
Install directly from GitHub without cloning the repository:
curl -sSL https://raw.githubusercontent.com/adridder/moltron/main/install.sh | bashOr using wget:
wget -qO- https://raw.githubusercontent.com/adridder/moltron/main/install.sh | bashThe script will automatically:
- π Download the latest version from GitHub
- β
Create
~/.openclaw/workspace/skillsif needed - π¦ Install the moltron-skill-creator skill
- β¨ Display colorful progress messages
- π Handle existing installations (prompts before overwriting)
If you've already cloned the repository, run the installation script:
bash install.shIf you prefer to install manually, copy the moltron-skill-creator folder to your OpenClaw skills directory:
cp -r moltron-skill-creator ~/.openclaw/workspace/skills/After installation, the skill should be available at:
~/.openclaw/workspace/skills/moltron-skill-creator/
Restart your OpenClaw agent to load the new skill.
Once installed, your OpenClaw agents will have access to self-evolving capabilities, allowing them to learn and improve skills autonomously.