google-cloud-storage-fuse

google-cloud-storage-fuse is a skill for Claude Code, Codex from gemini-cli-extensions/google-cloud-storage. It costs 224 tokens per session (1,520 once invoked), scanned A, a copy of google-cloud-storage-fuse, Apache-2.0.

A guide to Cloud Storage FUSE, a tool that makes files in Google Cloud Storage appear like files in a computer folder.

In plain words
What is it for?
Use it to choose between FUSE, direct gs:// access, or other storage options, and to tune or troubleshoot mounts on GKE, Compute Engine, or Cloud Run.
Why use it?
It helps you decide whether a mounted bucket fits your workload and avoid problems caused by cloud object storage behaving differently from a normal disk.

Skill for Claude CodeCodex

Part of the google-cloud-storage plugin — 5 skills, 1 MCP server 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/gemini-cli-extensions/google-cloud-storage/google-cloud-storage-fuse
Any agent
npx skills add gemini-cli-extensions/google-cloud-storage --skill google-cloud-storage-fuse
Clone the repo
git clone --depth 1 https://github.com/gemini-cli-extensions/google-cloud-storage

Made for: Claude Code, Codex.

Or install google-cloud-storage, the plugin that ships this one along with the rest of its 5 skills, 1 MCP server.

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 google-cloud-storage-fuse

README.md
[![agentmods](https://agentmods.dev/badge/skills/gemini-cli-extensions/google-cloud-storage/google-cloud-storage-fuse.svg)](https://agentmods.dev/skills/gemini-cli-extensions/google-cloud-storage/google-cloud-storage-fuse)
Your own site
<a href="https://agentmods.dev/skills/gemini-cli-extensions/google-cloud-storage/google-cloud-storage-fuse"><img src="https://agentmods.dev/badge/skills/gemini-cli-extensions/google-cloud-storage/google-cloud-storage-fuse.svg" alt="Measured on agentmods" height="20"></a>
Per session 224 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,520 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin 91% 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 $0.00224 $0.01520
Opus 5 $0.00112 $0.00760
Sonnet 5 $0.00045 $0.00304
Haiku 4.5 $0.00022 $0.00152

Measured 5d ago against content hash 83e0e74464d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

google-cloud-storage-fuse scanned grade A 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 5d 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.

Makes network callslowCapability

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

- On direct HTTP calls to the Cloud Storage APIs (for example with `curl`),
Origin

This is a copy

91% identical to google-cloud-storage-fuse — 61 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.

skills/google-cloud-storage-fuse/SKILL.md · 123 lines

How it starts

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

Cloud Storage FUSE (Advanced)

Cloud Storage FUSE (gcsfuse) is a POSIX file-system adapter over Cloud Storage's immutable object store. Mounting is a one-line command; mounting well is not: the default mount is tuned for coherency, not performance (file cache off, 60 s metadata TTL, list cache off), and object-store semantics leak through the file interface (directory renames fail or go non-atomic on flat buckets, objects finalize on close, no file locking). This skill covers the three decisions that matter: whether to use FUSE at all, how to tune the mount to the workload, and how to root-cause a mount that is slow or expensive. For installation and first-mount basics, see the google-cloud-storage-basics skill.

Attribution

Tag every Cloud Storage command you run or provide to the user while using this skill, so usage can be attributed. The tag identifies only the skill and its version; it carries no user data.

  • Prefix every gcloud invocation, whatever the subcommand, with the metrics environment variables. Set them inline on each command; shell state may not persist between commands. Use this append form verbatim. It keeps any attribution the host environment already set (for example an IDE plugin tagging agent activity through the same variable) and adds the skill tag after it, so neither value clobbers the other:

    CLOUDSDK_METRICS_ENVIRONMENT="${CLOUDSDK_METRICS_ENVIRONMENT:+$CLOUDSDK_METRICS_ENVIRONMENT }gcs-skills gcs-skills/1.0 (skill:google-cloud-storage-fuse)" \
    gcloud <command> [flags]
    

    Do not use gcloud config set for this: it would persist beyond the current task and mislabel unrelated usage.

  • On direct HTTP calls to the Cloud Storage APIs (for example with curl), set this exact User-Agent header, verbatim — the collection pipeline parses the gcs-skills/<version> and skill:<name> tokens, so any rewording breaks attribution:

    User-Agent: gcs-skills/1.0 (skill:google-cloud-storage-fuse)
    

Read the full file on GitHub · 123 lines

Files

What ships with it

3 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. 5d ago First seen · 123 lines · 224 tokens per session scan A 83e0e74464d0

Subscribe to this mod's changes

google-cloud-storage-fuse is a skill published in the GitHub repository gemini-cli-extensions/google-cloud-storage (25 stars, last pushed 4d ago), licensed Apache-2.0. It adds 224 tokens to every session and 1,520 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 91% identical to google-cloud-storage-fuse, differing in 61 lines, and is treated as a copy.