While playing around with OpenClaw I realized that after a few days of adding skills, plugins, crons, etc. things were all over the places. Memory files spread everywhere in the workspace, plugin configs stored here and there, skills not always visible to crons, ...

I started working on a CLI to keep OpenClaw organized: https://clawtique.ai

The analogy is that of a boutique. OpenClaw goes to the boutique and is "dressed up" properly so that all the various components are organized and easy to maintain. Clawtique is organized around the concept of a "dress", basically a bundle of everything OpenClaw needs to achieve a goal (skills, plugins, memory segments, crons, ...). The CLI enables users to easily dress and undress OpenClaw so that you can try out a dress and easily remove it without leaving any dangling dependencies.

Some dresses i created are the sleeping-coach (bundles the OuraClaw plugin https://github.com/rickybloomfield/OuraClaw with skills and crons that notify you on how you slept) and the fabric-sync (bundles the fabric plugin https://github.com/onfabric/openclaw-fabric with skills and crons to maintain an accurate USER.md of you based on your interactions on the various big tech platforms).

The follow up is to have OpenClaw use the Clawtique CLI itself so that it can easily dress and undress with whatever it needs to accomplish the goal without everything becoming an unmanageable mess.

Here is the repo: https://github.com/onfabric/clawtique

Curious to know what you guys think