
box
★ 5Claude Code plugin · box/box-for-ai · MIT
Box Plugin for Claude Code to help with Box Platform integrations including content workflows, shared links, webhooks, metadata, and Box AI retrieval.
5 skills — installs as one unit
⌁ skills (5)
box
🔥🔥🔥🔥✓ VerifiedFoundation skill for working with Box. Use this whenever the user mentions Box — authentication and MCP/CLI setup, choosing between MCP/CLI/REST, rate-limit and pacing guidance, troubleshooting Box errors (401/403/404/409/429), or working with Box MCP tools (files, search, collaboration, AI, hubs, doc gen). Start here for any Box task even if the user doesn't name a specific tool, then route to the right reference.
Full instructions & audit →box-legal-workflows
Shared building blocks for Box-based legal workflows — Box collaboration role definitions, Box AI usage boundaries (what AI must not decide), and reusable human-in-the-loop confirmation phrasings. Referenced by box-legal-workflows-ma, box-legal-workflows-intake, and box-legal-workflows-contract skills.
Full instructions & audit →box-legal-workflows-contract
Automate contract review and monitoring with Box MCP — find new or expiring contracts, compare them against firm templates to flag material variances, write structured contract metadata back to Box for searchability, and produce variance reports with citations. Use this skill when the user mentions contract review or monitoring, NDA or MSA review, contract expiration or renewals, contract metadata, or variance analysis, even if they don't name a specific Box tool.
Full instructions & audit →box-legal-workflows-intake
Automate legal client intake and onboarding with Box MCP — review intake documents for completeness against firm requirements, summarize risk for attorney review, route incomplete or high-risk submissions to the right attorney, extract client and matter metadata to Box, and generate engagement letters from Box DocGen templates. Use this skill when the user mentions client intake, client onboarding, new client review, intake documents, or engagement letters.
Full instructions & audit →box-legal-workflows-ma
🔥🔥🔥✓ VerifiedBuild and manage M&A virtual data rooms with Box MCP — create secure due-diligence folder structures, scope role-based access for internal teams and external parties, validate permissions before sharing, and answer cross-document due-diligence questions with Box AI. Use this skill when the user mentions M&A, deal rooms, data rooms, VDRs, due diligence, or mergers and acquisitions.
Full instructions & audit →Box Agent Skills
Agent Skills to help developers using AI agents work with Box. Whether you're building Box integrations in code, working with Box content via MCP tools, configuring webhooks, or using Box AI retrieval — this plugin gives your assistant the context it needs to do it right.
The skills in this repo follow the Agent Skills format and can also be installed as a plugin for platforms like Codex, Cursor, and Claude Code.
Quick Verification
Preferred order for agent tooling is MCP first, Box CLI second, and direct REST only as a last-resort fallback.
# With Box CLI installed and authenticated:
box users:get me --json
box folders:items 0 --json --max-items 5
# Last-resort fallback (for sessions where MCP/CLI are unavailable):
export BOX_ACCESS_TOKEN="your-token"
curl -sS -H "Authorization: Bearer $BOX_ACCESS_TOKEN" -H "Accept: application/json" "https://api.box.com/2.0/folders/0"Installation
As an Agent Skill
npx skills add box/box-for-aiCheck out the latest and full list of skills here.
As a Platform Plugin
This repo can also be installed as a plugin for supported platforms. You configure the Box MCP server connection through your platform's MCP settings — see the setup guide for your platform below.
| Platform | Setup guide |
|---|---|
| Codex | .codex-plugin/README.md |
| Cursor | .cursor-plugin/README.md |
| Claude Code | .claude-plugin/README.md |
Usage
Skills are automatically available once installed. The agent will use them when relevant tasks are detected. Here are some example prompts:
Implement Box content workflows
Add Box file upload to my app
Create a shared link for this folder
Set up Box webhooks for new file events
Build document-driven flows
Search my Box account for invoices
Use Box AI to classify documents
Wire webhooks to process new uploads
Troubleshoot integrations
Debug 401 errors with my Box JWT auth
Fix webhook signature verification
Prerequisites
- Box CLI (optional) — Install from developer.box.com/guides/cli for CLI-first verification.
- BOX_ACCESS_TOKEN (optional) — For direct REST verification when Box CLI is unavailable.
One install gets you everything — 5 skills — kept up to date together.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
License
MIT