What problem does it solve? NanoClaw agent containers run isolated from the host filesystem, so you must explicitly control which host directories they can read or write. This Skill manages the mount allowlist at ~/.config/nanoclaw/mount-allowlist.json so you can view, add, or remove directory access without hand-editing JSON. ## Core Features & Use Cases - View Current Mounts: Display the existing allowlist showing which directories are allowed and whether each is read-only or read-write. - Add Directories: Validate paths exist, choose read-only or read-write access, and write the updated config through the setup CLI. - Remove or Reset Entries: Trim specific entries from the allowlist or reset it to empty entirely. - Use Case: You want an agent container to access your ~/projects folder as read-write while keeping ~/documents read-only. This Skill builds the correct JSON config and applies it via the setup command. ## Quick Start Ask the assistant to show the current mount allowlist and add a new directory with read-only access for NanoClaw agent containers.