manage-mounts Skill
Configure which host directories agent containers can access. View, add, or remove mount allowlist entries. Triggers on "mounts", "mount allowlist", "agent access to directories", "container mounts". Published by microsoft in amplifier-app-nanoclaw.
What is manage-mounts Skill?
Configure which host directories agent containers can access. View, add, or remove mount allowlist entries. Triggers on "mounts", "mount allowlist", "agent access to directories", "container mounts". Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use manage-mounts Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/manage-mounts/SKILL.md
What it does
Configure which host directories agent containers can access. View, add, or remove mount allowlist entries. Triggers on "mounts", "mount allowlist", "agent access to directories", "container mounts".
Skill instructions
Manage Mounts Configure which host directories NanoClaw agent containers can access. The mount allowlist lives at ~/.config/nanoclaw/mount-allowlist.json. Show Current Config bash cat ~/.config/nanoclaw/mount-allowlist.json 2/dev/null || echo "No mount allowlist configured" Show the current config to the user in a readable format: which directories are allowed, whether non-main agents are read-only. Add Directories Ask which directories the user wants agents to access. For each path: - Validate the path exists - Ask if it should be read-only for non-main agents (default: yes) Build the JSON config and write it: bash npx tsx setup/index.ts --step mounts --force -- --json '{"allowedRoots":[{"path":"/path/to/dir","readOnly":false}],"blockedPatterns":[],"nonMainReadOnly":true}' Use --force to overwrite the existing config. Remove Directories Read the current config, show it, ask which entry to remove, write the updated config. Reset to Empty bash npx tsx setup/index.ts --step mounts --forc
Explore related resources
Frequently asked questions
What is manage-mounts?
manage-mounts is a open-source AI agent skill with Copy skill directory. Configure which host directories agent containers can access. View, add, or remove mount allowlist entries. Triggers on "mounts", "mount allowlist", "agent access to directories", "container mounts".
Who is manage-mounts best for?
manage-mounts is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install manage-mounts?
Install or run manage-mounts using Copy skill directory. Check manage-mounts for the latest setup command.
Is manage-mounts actively maintained?
manage-mounts may need a closer maintenance check before production use.
Auto-fetched from GitHub.