/rclone_listremotes
List all the remotes in the config file and defined in environment variables.
$ npx -y skills add sickn33/agentic-awesome-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/rclone_listremotes
Context preview
What this command does when you run it.
List all the remotes in the config file and defined in environment variables.
Command definition
rclone_listremotes.mdtitle: "rclone listremotes"
description: "List all the remotes in the config file and defined in environment variables."
versionIntroduced: v1.34
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/listremotes/ and as part of making a release run "make commanddocs"
> **Official documentation:** [https://rclone.org/commands/rclone_listremotes/](https://rclone.org/commands/rclone_listremotes/)
rclone listremotes
List all the remotes in the config file and defined in environment variables.
Synopsis
Lists all the available remotes from the config file, or the remotes matching an optional filter.
Prints the result in human-readable format by default, and as a simple list of remote names, or if used with flag `--long` a tabular format including the remote names, types and descriptions. Using flag `--json` produces machine-readable output instead, which always includes all attributes - including the source (file or environment).
Result can be filtered by a filter argument which applies to all attributes, and/or filter flags specific for each attribute. The values must be specified according to regular rclone filtering pattern syntax.
rclone listremotes [<filter>] [flags]
Options
--description string Filter remotes by description
-h, --help help for listremotes
--json Format output as JSON
--long Show type and description in addition to name
--name string Filter remotes by name
--order-by string Instructions on how to order the result, e.g. 'type,name=descending'
--source string Filter remotes by source, e.g. 'file' or 'environment'
--type string Filter remotes by typeSee the [global flags page](/flags/) for global options not listed here.
See Also
<!-- markdownlint-capture --> <!-- markdownlint-disable ul-style line-length -->
- [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
<!-- markdownlint-restore -->
Read more
title: "rclone listremotes" description: "List all the remotes in the config file and defined in environment variables." versionIntroduced: v1.34 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/listremotes/ and as part of making a release run "make commanddocs"
> **Official documentation:** [https://rclone.org/commands/rclone_listremotes/](https://rclone.org/commands/rclone_listremotes/)
rclone listremotes
List all the remotes in the config file and defined in environment variables.
Synopsis
Lists all the available remotes from the config file, or the remotes matching an optional filter.
Prints the result in human-readable format by default, and as a simple list of remote names, or if used with flag `--long` a tabular format including the remote names, types and descriptions. Using flag `--json` produces machine-readable output instead, which always includes all attributes - including the source (file or environment).
Result can be filtered by a filter argument which applies to all attributes, and/or filter flags specific for each attribute. The values must be specified according to regular rclone filtering pattern syntax.
rclone listremotes [<filter>] [flags]
Options
--description string Filter remotes by description
-h, --help help for listremotes
--json Format output as JSON
--long Show type and description in addition to name
--name string Filter remotes by name
--order-by string Instructions on how to order the result, e.g. 'type,name=descending'
--source string Filter remotes by source, e.g. 'file' or 'environment'
--type string Filter remotes by typeSee the [global flags page](/flags/) for global options not listed here.
See Also
<!-- markdownlint-capture --> <!-- markdownlint-disable ul-style line-length -->
- [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
<!-- markdownlint-restore -->
Local, agent-owned skill stacks for coding agents—from complete catalog access to a reproducible, reviewable plan. Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog.
Other commands on agentic-awesome-skills.
- /rclone
Show help for rclone commands, flags and backends.
Open command - /rclone_about
Get quota information from the remote.
Open command - /rclone_archive
Perform an action on an archive.
Open command - /rclone_archive_create
Archive source file(s) to destination.
Open command - /rclone_archive_extract
Extract archives from source to destination.
Open command - /rclone_archive_list
List archive contents from source.
Open command

