box-cloud-filesystem

Featured v1.0.0 by Jeremy Longshore

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.

1 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install box-cloud-filesystem@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Transparent cloud filesystem for AI agents using the official Box CLI (@box/cli). Upload, download, search, share, and sync files to Box cloud storage with operational safety guardrails. Works with any Box account — personal, business, or enterprise.

Compatible with: Claude Code, Codex, Perplexity Computer, OpenClaw, and any agent platform that supports skills or system prompts.

Skills (1) plugin-local skills

box-cloud-filesystem View full skill →

Cloud filesystem operations via Box CLI.

ReadWriteEditBash(box:*)Bash(npm:*)Bash(npx:*)GlobGrep

How It Works

Transparent mode — initialize a workspace, then work normally:


./scripts/box-init-workspace.sh 123456789 /tmp/box-workspace

Explicit mode — use Box CLI directly with the skill's guidance:


box search "quarterly report" --json           # Find files
box files:download FILE_ID --destination ./     # Download
box files:upload ./report.md --parent-id 123    # Upload new
box files:versions:upload FILE_ID ./report.md   # Update existing (preserves history)
box files:share FILE_ID --access collaborators  # Share (never defaults to public)

Ready to use box-cloud-filesystem?

View on GitHub

Related Plugins