mount

Mount local, S3-compatible, and Adobe Document Authoring repositories into the SLICC virtual file system.

28|14|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/ai-ecoverse/slicc --skill mount-ai-ecoverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mount
Source: https://github.com/ai-ecoverse/slicc/tree/main/packages/vfs-root/workspace/skills/mount
Command: npx skills add https://github.com/ai-ecoverse/slicc --skill mount-ai-ecoverse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of accessing remote storage systems (local folders, S3 buckets, S3-compatible services, Adobe da.live repos) within the SLICC VFS, removing the need to manually download files or use separate external tools to work with remote data.

Core Features & Use Cases

  • Multi-Backend Support: Mount local directories, S3/S3-compatible storage (Cloudflare R2, MinIO), and Adobe Document Authoring repositories using a single unified command.
  • Streamlined Credential Management: Handles profile-namespaced secret setup for S3 services and reuses existing Adobe IMS logins for DA mounts, no extra SDKs required.
  • Use Case: A developer can mount their S3 bucket containing web project assets to /mnt/s3, then edit files directly in the VFS using standard tools without downloading the entire bucket locally.

Quick Start

Use the mount skill to connect your S3 bucket 'my-web-assets' to the /mnt/s3 path in your VFS so you can edit its files directly as if they were local.

Frequently Asked Questions about mount

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mount an S3 bucket into a virtual file system for direct editing?

You can mount an S3 bucket into your VFS workspace using a single unified command, allowing you to edit remote files directly as if they were local. This eliminates manual downloads or external tool integration.

Can I mount Adobe Document Authoring repositories to access remote files?

Yes, you can mount Adobe Document Authoring repositories into the virtual file system. It reuses existing Adobe IMS logins for authentication, requiring no extra SDKs to access and edit remote files.

Does this remote storage mount tool support S3-compatible services like Cloudflare R2?

Yes, the mount tool supports S3-compatible services including Cloudflare R2 and MinIO. It provides streamlined credential management using profile-namespaced secrets to connect these remote storage systems.

What is the best way to work with remote storage assets without downloading them locally?

Mounting remote storage directly into your VFS workspace is the best way to work with remote assets. It enables direct reading and editing of files from local directories, S3 buckets, or Adobe da.live repos.

Why does mounting remote storage prevent manual file downloads?

Mounting remote storage prevents manual downloads by integrating remote file systems directly into the SLICC virtual file system. This allows standard tools to access and edit remote data seamlessly without copying it locally.