Once the plugin is tested and confirmed working on a real OpenClaw install, publish to npm for easy installation: ```bash openclaw plugins install @jeffaf/openclaw-rubberband ``` **Before publishing:** - [ ] Test on fresh OpenClaw install (bast or Cinder) - [ ] Verify before_tool_call hook fires and blocks correctly - [ ] Confirm config options work (mode, thresholds, allowedDestinations) - [ ] Add npm publish to CI or document manual process - [ ] Decide on scope (@jeffaf vs unscoped)