Nfs Storage

🌐Community
by bagelhole Β· vlatest Β· Repository

Automates NFS mount creation, management, and troubleshooting across your bagelhole infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nfs-storage npx -- -y @trustedskills/nfs-storage
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nfs-storage": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nfs-storage"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Network File System (NFS) storage. It enables tasks such as mounting NFS shares, listing available files and directories within a share, and potentially performing basic file operations like copying or deleting (depending on agent permissions). The skill provides a way for agents to manage data stored remotely using the NFS protocol.

When to use it

  • Automated backups: An agent can automatically back up critical configuration files from an NFS-mounted server to another location.
  • Centralized file management: Agents can be used to organize and categorize files residing on a central NFS storage server.
  • Data retrieval for analysis: An agent could retrieve specific log files or data sets stored on an NFS share for further processing or analysis.
  • Share provisioning: An agent might automate the creation of new NFS shares based on predefined rules or user requests.

Key capabilities

  • Mounting NFS Shares
  • Listing Files and Directories
  • Remote File Access (read)

Example prompts

  • "List all files in the /data/logs NFS share."
  • "Mount the NFS share located at 192.168.1.10:/exports/shared_data to /mnt/nfs_mount."
  • β€œWhat is the size of the file 'important.txt' on the NFS share at server.example.com:/backup?”

Tips & gotchas

  • Ensure the agent has appropriate network connectivity and credentials (if required) to access the NFS server.
  • NFS permissions are crucial; the agent will only be able to access files and directories it has permission to view or modify.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bagelhole
Installs
10

🌐 Community

Passed automated security scans.