-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
- macOS (Windows in v0.0.4)
- Box Drive installed + signed in
- Claude Code or Claude Cowork host
- Disk encryption (FileVault) — strongly recommended for compliance
mkdir -p ~/.claude/plugins/box-memory-onprem
curl -L -o /tmp/plugin.zip \
https://github.com/mrdulasolutions/BOX-Onprem/releases/latest/download/box-memory-onprem-plugin.zip
unzip -o /tmp/plugin.zip -d ~/.claude/plugins/box-memory-onprem/- Download
box-memory-onprem-plugin.zipfrom the latest release - Cowork → settings → Plugins → Add plugin
- Upload the zip
- Org-wide rollout
Upload individual skill zips: box-drive-detect.zip, box-airgap-status.zip, box-init.zip, etc. via Cowork → Settings → Skills → Upload skill.
Recommended order: box-drive-detect → box-airgap-status → box-init → box-write → box-recall → add the rest as needed.
Clone the repo: git clone https://github.com/mrdulasolutions/BOX-Onprem.git. Point your agent at the skills/<name>/SKILL.md files. Each skill is self-contained — no external fetches at runtime.
/box-drive-detect
/box-airgap-status
Both should report PASS. box-drive-detect confirms the mount + Box Drive process. box-airgap-status reports the broader trust posture (disk encryption, LLM provider).
Each release's notes publish SHA256 hashes for the plugin zip and skills bundle. Verify before install:
shasum -a 256 /tmp/plugin.zip
# Compare to the SHA256 in the release notesThis is the v0.0.5 transition target: GPG-signed artifacts. SHA256 is the interim verification mechanism.
- Workspaces created by an earlier version of either plugin (cloud or on-prem) work unchanged
- The schema is pinned via
.schema-pinto a specific cloud-repo commit; bumping the pin is a separate, reviewable change - Reinstalling the plugin zip doesn't touch your workspace data
box-memory-onprem · MIT · Repo · Latest release · Cloud variant · Cloud wiki
Getting started
Concepts
Compliance
Skills reference
- Skills Reference (all)
- box-drive-detect
- box-airgap-status
- box-init
- box-write
- box-recall
- box-companion
- box-team
- box-status
- box-index-rebuild
Operations
Project