box-cloud-filesystem

Cloud filesystem operations via Box CLI. Use when the user mentions

Content Preview
---
name: box-cloud-filesystem
description: |
  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".
allowed-tools: Read, Write, Edit, Bash(box:*), Bash(npm:*), Bash(npx:*), Glob, Grep
version: 1
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/box-cloud-filesystem.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/productivity/box-cloud-filesystem/skills/box-cloud-filesystem/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/productivity/box-cloud-filesystem/skills/box-cloud-filesystem/SKILL.md

Related Skills