Skills and rules for the NanoClaw host agent (Claude Code on Mac). Tile promotion, container management, staging checks, repo chain safety, and public sync.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
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;\"".github
rules
skills