rclone

rclone is a skill for Claude Code, Codex from dinglebear-ai/dendrite. It costs 236 tokens per session (2,929 once invoked), scanned C, original, AGPL-3.0.

A file-transfer and synchronization tool built around the rclone command-line program. It works with cloud storage services and remote hosts, including services such as Google Drive, S3, Dropbox, and SFTP.

In plain words
What is it for?
Use it to move or synchronize files, mount remote storage, encrypt stored data, and serve or inspect files on cloud remotes and remote hosts.
Why use it?
It handles copying, syncing, mounting, encryption, and inspection across different storage locations through one command-line workflow.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Part of the vibin plugin — 40 skills, 1 command shipped together

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.

agentmods
npx agentmods add skills/dinglebear-ai/dendrite/rclone
Any agent
npx skills add dinglebear-ai/dendrite --skill rclone
Clone the repo
git clone --depth 1 https://github.com/dinglebear-ai/dendrite

Made for: Claude Code, Codex.

Or install vibin, the plugin that ships this one along with the rest of its 40 skills, 1 command.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dinglebear-ai/dendrite/rclone.svg)](https://agentmods.dev/skills/dinglebear-ai/dendrite/rclone)
Your own site
<a href="https://agentmods.dev/skills/dinglebear-ai/dendrite/rclone"><img src="https://agentmods.dev/badge/skills/dinglebear-ai/dendrite/rclone.svg" alt="Measured on agentmods" height="20"></a>
Per session 236 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,929 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown 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.00236 $0.02929
Opus 5 $0.00118 $0.01465
Sonnet 5 $0.00047 $0.00586
Haiku 4.5 $0.00024 $0.00293

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

Security

Grade C, and why

rclone scanned grade C with 2 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 3d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- rclone: !`rclone version 2>/dev/null | head -1 || echo "not installed (apt install rclone or curl https://rclone.org/install.sh | bash)"`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- rclone: !`rclone version 2>/dev/null | head -1 || echo "not installed (apt install rclone or curl https://rclone.org/install.sh | bash)"`
plugins/vibin/skills/rclone/SKILL.md · 215 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 215 lines · 236 tokens per session scan C 40f1b3af68de

Subscribe to this mod's changes

rclone is a skill published in the GitHub repository dinglebear-ai/dendrite (1 stars, last pushed 10d ago), licensed AGPL-3.0. It adds 236 tokens to every session and 2,929 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

dokploy-deploy

This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".

fcakyon/claude-codex-settings · 63 tokens

ultralytics-platform

This skill should be used when user asks to "upload my model to Ultralytics Platform", "push this run to the platform", "upload a dataset to platform", "download a dataset from platform", "search platform datasets", "start cloud training", "train on platform GPUs", "export a model on platform", "deploy a model…

fcakyon/claude-codex-settings · 112 tokens

gcloud-usage

This skill should be used when user asks about "GCloud logs", "Cloud Logging queries", "Google Cloud metrics", "GCP observability", "trace analysis", or "debugging production issues on GCP".

fcakyon/claude-codex-settings · 49 tokens

azure-usage

This skill should be used when user asks to "query Azure resources", "list storage accounts", "manage Key Vault secrets", "work with Cosmos DB", "check AKS clusters", "use Azure MCP", or interact with any Azure service.

fcakyon/claude-codex-settings · 53 tokens

setup

This skill should be used when user encounters "Azure MCP error", "Azure authentication failed", "az login required", "Azure CLI not found", or needs help configuring Azure MCP integration.

fcakyon/claude-codex-settings · 39 tokens

lov-deploy-to-vercel

Deploy frontend projects to Vercel with automatic custom domain setup. Handles Vite, Next.js, CRA, and static sites. Auto-configures Cloudflare DNS CNAME records and Vercel domain aliases. Supports SPA routing via vercel.json. Trigger when user says "deploy to vercel", "部署到 vercel", "vercel deploy", or mentions a…

lovstudio/skills · 92 tokens