mount

mount is a skill for Claude Code from ai-ecoverse/slicc. It costs 146 tokens per session (3,260 once invoked), scanned A, original, Apache-2.0.

A mounting skill that connects local folders or remote storage, such as S3 buckets and Adobe repositories, to the agent's file system. After mounting, files can be read and edited like local files.

In plain words
What is it for?
Use it when a user asks to mount a local folder, S3-compatible storage, or an Adobe DA or AEM repository.
Why use it?
It prevents the agent from choosing the wrong storage type and defines how each supported source is authenticated.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when a user asks to mount a local folder, S3-compatible storage, or an Adobe DA or AEM repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ai-ecoverse/slicc/mount
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.

Any agent
npx skills add ai-ecoverse/slicc --skill mount
Clone the repo
git clone --depth 1 https://github.com/ai-ecoverse/slicc

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 mount

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-ecoverse/slicc/mount.svg)](https://agentmods.dev/skills/ai-ecoverse/slicc/mount)
Your own site
<a href="https://agentmods.dev/skills/ai-ecoverse/slicc/mount"><img src="https://agentmods.dev/badge/skills/ai-ecoverse/slicc/mount.svg" alt="Measured on agentmods" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,260 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.00146 $0.03260
Opus 5 $0.00073 $0.01630
Sonnet 5 $0.00029 $0.00652
Haiku 4.5 $0.00015 $0.00326

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

Security

Grade A, and why

mount 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 2d 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.

packages/vfs-root/workspace/skills/mount/SKILL.md · 181 lines

How it starts

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

Mount

The mount shell command bridges remote storage into the VFS. After mounting, read_file, write_file, edit_file, and bash (with cat, ls, etc.) all work against the remote source as if it were a local directory. Four backends:

Backend Source URI Auth
Local (no --source) OS file picker — cone-only, fails in scoops
S3 s3://<bucket>[/<prefix>] Profile-namespaced secrets (s3.<profile>.*)
DA da://<org>/<repo>[/<path>] Adobe IMS bearer (reuses the Adobe LLM provider login)
AEM aem://<org>/<site>[/<path>] Adobe IMS bearer (same login as DA)

Choosing a backend from user intent

When the user asks to "mount X", read the request literally before defaulting to local:

User says Use this backend
"mount my Documents folder" / "mount /tmp" Local — mount /mnt/documents
"mount this S3 bucket: s3://my-bucket/foo" S3 — mount --source s3://my-bucket/foo /mnt/s3
"mount this R2 bucket" S3 with a custom-endpoint profile (R2 is S3-compatible)
"mount the AEM DA repo for org/site" DA — mount --source da://<org>/<site> /mnt/da
"mount this Adobe DA project" / "mount da.live" DA
"mount this Helix 6 site" / "mount the Source Bus" AEM — mount --source aem://<org>/<site> /mnt/aem
"mount this S3-compatible storage" (MinIO, etc.) S3 with a custom-endpoint profile

Read the full file on GitHub · 181 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. 2d ago First seen · 181 lines · 146 tokens per session scan A fcbdef42cdc8

Subscribe to this mod's changes

mount is a skill published in the GitHub repository ai-ecoverse/slicc (30 stars, last pushed today), licensed Apache-2.0. It adds 146 tokens to every session and 3,260 once invoked, about $0.0007 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-05.

Related

Other skills, from other repositories

agentcore

Run chrome-use on AWS Bedrock AgentCore cloud browsers. Use when the user wants to use AgentCore, run browser automation on AWS, use a cloud browser with AWS credentials, or needs a managed browser session backed by AWS infrastructure. Triggers include "use agentcore", "run on AWS", "cloud browser with AWS", "bedrock…

leeguooooo/chrome-use · 89 tokens

share

Share a runnable prototype using the user's preferred deployment tool.

evoelsewhere/evoflux · 13 tokens

devops

Deploy and manage cloud infrastructure on Cloudflare (Workers, R2, D1, KV, Pages, Durable Objects, Browser Rendering), Docker containers, and Google Cloud Platform (Compute Engine, GKE, Cloud Run, App Engine, Cloud Storage). Use when deploying serverless functions to the edge, configuring edge computing solutions…

OpenAnalystInc/10x-Team · 101 tokens

gke-workload-security

Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…

google/skills · 181 tokens

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens