rclone_gui

rclone_gui is a command for Claude Code from olorehq/olore. It costs 6 tokens per session (1,111 once invoked), scanned A, original, MIT.

A command that starts rclone's web-based control panel on your computer. It opens the panel in your browser and can require login credentials.

In plain words
What is it for?
Open the rclone web interface, choose its address, set login details, disable authentication, or test a locally unpacked interface.
Why use it?
It lets you manage rclone through a visual interface instead of entering every operation as a command. You can also serve a different local web interface for testing.

Command for Claude Code

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

Good fit Open the rclone web interface, choose its address, set login details, disable authentication, or test a locally unpacked interface.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/olorehq/olore/rclone_gui
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_gui

README.md
[![agentmods](https://agentmods.dev/badge/commands/olorehq/olore/rclone_gui/github.svg)](https://agentmods.dev/commands/olorehq/olore/rclone_gui)
Your own site
<a href="https://agentmods.dev/commands/olorehq/olore/rclone_gui"><img src="https://agentmods.dev/badge/commands/olorehq/olore/rclone_gui/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_gui

Your own site · 80×15
<a href="https://agentmods.dev/commands/olorehq/olore/rclone_gui"><img src="https://agentmods.dev/badge/commands/olorehq/olore/rclone_gui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,111 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.00006 $0.01111
Opus 5 $0.00003 $0.00556
Sonnet 5 $0.00001 $0.00222
Haiku 4.5 $0.00001 $0.00111

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

Security

Grade A, and why

rclone_gui scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

vault/packages/rclone/1.74.3/contents/commands/rclone_gui.md · 119 lines

How it starts

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

rclone gui

Open the web based GUI.

Synopsis

This command starts an embedded web GUI for rclone and opens it in your default browser.

This starts an RC API server and a GUI server on separate localhost ports, generates login credentials automatically unless --no-auth is specified, and opens the browser already authenticated.

rclone gui

By default rclone gui serves the web GUI that was embedded into the rclone binary at build time from https://github.com/rclone/rclone-web/ You can override this by passing a path to either an unpacked GUI directory or a dist.zip archive (e.g. one downloaded from the rclone-web releases page):

rclone gui ./my-dist/
rclone gui ./dist.zip

This is useful for iterating on the GUI locally without rebuilding rclone, or for serving a different GUI release than the one embedded.

Use --no-open-browser to skip opening the browser automatically:

rclone gui --no-open-browser

Use --addr to bind the GUI to a specific address:

rclone gui --addr localhost:5580

Use --user and --pass to set specific credentials:

rclone gui --user admin --pass secret

Use --no-auth to disable authentication entirely:

rclone gui --no-auth

For more help see the GUI docs.

rclone gui [path] [flags]

Options

      --addr stringArray       IPaddress:Port for the GUI server (default auto-chosen localhost port)
      --api-addr stringArray   IPaddress:Port for the RC API server (default auto-chosen localhost port)
      --enable-metrics         Enable OpenMetrics/Prometheus compatible endpoint at /metrics
  -h, --help                   help for gui
      --no-auth                Don't require auth for the RC API
      --no-open-browser        Skip opening the browser automatically
      --pass string            Password for RC authentication
      --user string            User name for RC authentication

Options shared with other commands are described next. See the global flags page for global options not listed here.

Read the full file on GitHub · 119 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 · 119 lines · 6 tokens per session scan A 0de1467e0405

Subscribe to this mod's changes

rclone_gui is a command published in the GitHub repository olorehq/olore (103 stars, last pushed today), licensed MIT. It adds 6 tokens to every session and 1,111 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.