rclone_nfsmount

rclone_nfsmount is a command for Claude Code from olorehq/olore. It costs 11 tokens per session (12,819 once invoked), scanned B, a copy of rclone_mount, MIT.

A command that mounts an rclone cloud-storage remote as a local file system. This lets supported operating systems access remote files through an ordinary folder.

In plain words
What is it for?
Use it to browse, open, and manage cloud-storage files with regular file-system tools and applications.
Why use it?
It avoids needing separate upload and download commands for every file operation.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to browse, open, and manage cloud-storage files with regular file-system tools and applications.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/olorehq/olore/rclone_nfsmount
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/olorehq/olore

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rclone_nfsmount

README.md
[![agentmods](https://agentmods.dev/badge/commands/olorehq/olore/rclone_nfsmount/github.svg)](https://agentmods.dev/commands/olorehq/olore/rclone_nfsmount)
Your own site
<a href="https://agentmods.dev/commands/olorehq/olore/rclone_nfsmount"><img src="https://agentmods.dev/badge/commands/olorehq/olore/rclone_nfsmount/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rclone_nfsmount

Your own site · 80×15
<a href="https://agentmods.dev/commands/olorehq/olore/rclone_nfsmount"><img src="https://agentmods.dev/badge/commands/olorehq/olore/rclone_nfsmount.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 12,819 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00011 $0.12819
Opus 5 $0.00005 $0.06409
Sonnet 5 $0.00002 $0.02564
Haiku 4.5 $0.00001 $0.01282

Measured 6d ago against content hash e556f7462f60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade B, and why

rclone_nfsmount scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo mkdir /usr/local/lib
Origin

This is a copy

92% identical to rclone_mount — 64 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

vault/packages/rclone/1.74.3/contents/commands/rclone_nfsmount.md · 1,113 lines

How it starts

The opening of the file, as written. The whole thing — 1,113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

rclone nfsmount

Mount the remote as file system on a mountpoint.

Synopsis

Rclone nfsmount allows Linux, FreeBSD, macOS and Windows to mount any of Rclone's cloud storage systems as a file system with FUSE.

First set up your remote using rclone config. Check it works with rclone ls etc.

On Linux and macOS, you can run mount in either foreground or background (aka daemon) mode. Mount runs in foreground mode by default. Use the --daemon flag to force background mode. On Windows you can run mount in foreground only, the flag is ignored.

In background mode rclone acts as a generic Unix mount program: the main program starts, spawns background rclone process to setup and maintain the mount, waits until success or timeout and exits with appropriate code (killing the child process if it fails).

On Linux/macOS/FreeBSD start the mount like this, where /path/to/local/mount is an empty existing directory:

rclone nfsmount remote:path/to/files /path/to/local/mount

On Windows you can start a mount in different ways. See below for details. If foreground mount is used interactively from a console window, rclone will serve the mount and occupy the console so another window should be used to work with the mount until rclone is interrupted e.g. by pressing Ctrl-C.

The following examples will mount to an automatically assigned drive, to specific drive letter X:, to path C:\path\parent\mount (where parent directory or drive must exist, and mount must not exist, and is not supported when mounting as a network drive), and the last example will mount as network share \\cloud\remote and map it to an automatically assigned drive:

rclone nfsmount remote:path/to/files *
rclone nfsmount remote:path/to/files X:
rclone nfsmount remote:path/to/files C:\path\parent\mount
rclone nfsmount remote:path/to/files \\cloud\remote

When the program ends while in foreground mode, either via Ctrl+C or receiving a SIGINT or SIGTERM signal, the mount should be automatically stopped.

Read the full file on GitHub · 1,113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 1,113 lines · 11 tokens per session scan B e556f7462f60

Subscribe to this mod's changes

rclone_nfsmount is a command published in the GitHub repository olorehq/olore (103 stars, last pushed today), licensed MIT. It adds 11 tokens to every session and 12,819 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). It is 92% identical to rclone_mount, differing in 64 lines, and is treated as a copy.