← All plugins
box-cloud-filesystem
v1.0.0Transparent cloud filesystem for AI agents using Box CLI (@box/cli). Upload, download, search, share, and sync files to Box cloud storage with operational safety guardrails.
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/box-cloud-filesystem/ inside the repository.
Layout
plugins/productivity/box-cloud-filesystem/
├── .claude-plugin/plugin.json└── skills/box-cloud-filesystem/SKILL.md
Skills1
box-cloud-filesystemskills/box-cloud-filesystem/SKILL.md
Cloud filesystem operations via Box CLI. Use when the user mentions Box, cloud files, cloud storage, uploading to the cloud, sharing files, document management, or syncing project files offsite. Trigger with "upload to box", "save to cloud", "pull from box", "search my box files", "share this file", "box sync", "cloud backup", or "box filesystem".
Manifests1
plugins/productivity/box-cloud-filesystem/.claude-plugin/plugin.json
{
"name": "box-cloud-filesystem",
"version": "1.0.0",
"description": "Transparent cloud filesystem for AI agents using Box CLI (@box/cli). Upload, download, search, share, and sync files to Box cloud storage with operational safety guardrails.",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/box-cloud-filesystem",
"homepage": "https://tonsofskills.com",
"license": "MIT",
"keywords": [
"box",
"cloud-storage",
"filesystem",
"file-sync",
"box-cli",
"upload",
"download",
"document-management",
"collaboration",
"ai-agent-storage"
]
}