Week 5 · Workshop Log

Building Toward OpenClaw Security

May 1, 2026
← All weeks

Week five was all about security, and honestly, it is not the kind of work that makes a good demo. Nobody claps when a skill fails to read a file it was never supposed to touch. But this is the part that decides whether people can trust NEURA, so I gave it the whole week.

What I kept chewing on is how NEURA runs actions and plugins. I want people to extend it with community skills, the little tools that make a companion actually useful. The catch is that every skill you add is code you did not write, and if it can reach past what it is allowed to touch, that is a hole. So I spent the week locking down what a skill can and cannot see.

The rule I landed on is simple to say and annoying to enforce: a skill only gets what it asks for and nothing else. No quiet access to the rest of the system, no reaching into files it has no business reading. Getting that boundary to hold without breaking the skills that play fair took most of my time.

This matters because the whole pitch for NEURA is that you own it and it stays private. That promise falls apart the second some random skill can wander off and grab whatever it wants. A safety model you cannot see is not a safety model, it is a hope, and I do not want to ship hope.

It was slow, unglamorous work, the kind of week where you end each day with less to show but more that you actually trust. I am calling this groundwork OpenClaw. Next I want to put it under real pressure and try to break my own rules before anyone else does. If I cannot get past the fence I built, that is a good sign.