Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By box
Build secure Box integrations for legal workflows: automate content uploads/downloads/sharing/metadata via REST APIs, create M&A virtual data rooms with role-based access and Box AI due diligence, review contracts against templates flagging risks, onboard clients assessing sanctions/conflicts, and monitor expirations/reports.
npx claudepluginhub box/box-for-ai --plugin boxAutomate contract review and monitoring with Box MCP — identify new contracts added since last review period using metadata or keyword search, compare contracts against standard firm templates to flag material variances (indemnification, liability caps, termination rights, governing law, IP ownership), extract and write structured metadata (parties, dates, contract value, key clauses, risk ratings, expiration dates) to Box for searchability, create variance analysis reports with citations, proactively monitor for expiring contracts to trigger renegotiation reminders with calculated notice deadlines, and batch process multiple contracts with rate-limit-aware pacing. Use this skill when the user mentions contract review, contract monitoring, NDA review, MSA comparison, contract expiration, contract metadata, variance analysis, or needs recurring contract analysis workflows.
Automate legal client intake and onboarding with Box MCP — review uploaded intake documents for completeness against firm requirements, assess risk levels based on client profile and document content (PEP status, conflicts, sanctions, litigation history), route incomplete or high-risk submissions to appropriate attorneys with context and risk summaries, extract structured metadata (client name, matter type, jurisdiction, value), and generate engagement letters from Box DocGen templates for approved low-risk clients. Use this skill when the user mentions client intake, client onboarding, new client review, intake documents, engagement letters, or needs to process prospective client submissions stored in Box.
Build and manage M&A Virtual Data Rooms with Box MCP — create secure folder structures with numbered prefixes for due diligence, assign role-based access to internal teams and external parties (counsel, auditors, buyers), validate permissions before sharing sensitive deal information, use Box AI for cross-document due diligence questions, and organize uploaded files by category. Use this skill when the user mentions M&A, deal rooms, data rooms, due diligence, VDR, mergers and acquisitions, or needs to set up a secure repository for deal documents with controlled external access.
Legal concepts for Box-based legal workflows — risk rating frameworks, human-in-the-loop requirements, confidentiality principles, Box AI governance, collaboration roles, metadata strategy, and common workflow patterns. Referenced by box-legal-workflows-ma, box-legal-workflows-intake, and box-legal-workflows-contract skills.
Build and troubleshoot Box integrations for uploads, folders, folder listings, downloads and previews, shared links, collaborations, search, metadata, event-driven automations, and Box AI retrieval flows. Also covers working with Box content via the Box MCP server — search, read, upload, organize files, run Box AI queries, and extract structured metadata. Use when the agent needs to add Box APIs or SDKs to an app, wire Box-backed document workflows, organize or share content, react to new files, fetch Box content for search, summarization, extraction, or question-answering, or operate on Box content through MCP tools.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Main Branch Claude Code skills for running a business from markdown files in git.
Persistent knowledge workspace for Claude Code — structured files, versioning, search, and knowledge graph across sessions
Claude Code skill pack for Fireflies.ai (24 skills)
Open source document intelligence and review plugin for Claude Code: ingest, search, review, enrich, and export local document workspaces.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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.
npx skills add box/box-for-ai
Check out the latest and full list of skills here.
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 |
Skills are automatically available once installed. The agent will use them when relevant tasks are detected. Here are some example prompts:
Add Box file upload to my app
Create a shared link for this folder
Set up Box webhooks for new file events
Search my Box account for invoices
Use Box AI to classify documents
Wire webhooks to process new uploads
Debug 401 errors with my Box JWT auth
Fix webhook signature verification
The Box skill follows the Agent Skills Open Standard:
SKILL.md - Skill manifest with frontmatter, routing table, workflow steps, and guardrailsreferences/ - Individual reference files (auth, content workflows, MCP tool patterns, AI/retrieval, etc.)examples/ - Example promptsPreferred 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"
Skills follow the Agent Skills specification. The Box skill is a directory with a SKILL.md file containing YAML frontmatter and markdown instructions, plus a references/ directory for feature-specific deep dives.
MIT