What problem does it solve? NanoClaw agents run in isolated Linux containers, so by default they cannot see your host filesystem. This Skill manages the mount allowlist at ~/.config/nanoclaw/mount-allowlist.json so you can control exactly which host directories agent containers may access, and whether non-main agents get read-only access. ## Core Features & Use Cases - View Current Mounts: Read and display the existing mount allowlist in a readable format showing allowed directories and read-only settings. - Add or Remove Directories: Validate paths, choose read-only behavior for non-main agents, and write updated config through the setup CLI with --force. - Reset and Apply: Clear the allowlist entirely and restart the launchd or systemd service so containers pick up the new configuration. - Use Case: You want your agent to read files in ~/Documents/projects but not modify them. Add the path with read-only enabled for non-main agents, then restart the service. ## Quick Start Ask the assistant to show the current mount allowlist and add a specific host directory with read-only access for non-main agents.