Skills and rules for the NanoClaw host agent (Claude Code on Mac). Tile promotion, container management, staging checks, and reconciliation.
99
99%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Kills the running container for a group. Fresh container spawns on the next message.
./scripts/nuke-container.sh <chat-jid>The script:
If no container is running, the script exits cleanly.
If the user provides a group name instead of a JID, look it up:
ssh -n "$NAS_HOST" "sqlite3 $NAS_PROJECT_DIR/store/messages.db \"SELECT jid, name FROM registered_groups;\""