box Plugin
Plugin Claude Code Productivity Documents & Content CreationProject Management & CollaborationAI Agents & AI App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
box-for-ai is a plugin/toolkit of Agent Skills (following the Agent Skills open standard) that helps developers use AI agents to work with Box. According to the README, it gives an assistant context for building Box integrations in code, working with Box content via MCP tools, configuring webhooks, and using Box AI retrieval. It can be installed either as an Agent Skill (via npx skills add box/box-for-ai) or as a platform plugin for Codex, Cursor, or Claude Code, where the Box MCP server connection is configured through the platform's MCP settings. The repository is licensed under MIT.
Overview
Box itself is a cloud content management platform; this specific item is not the Box service but a developer toolkit (box-for-ai) of Agent Skills that lets AI coding agents interact with Box content and the Box Platform, including MCP tools, webhooks, and Box AI retrieval.
What you can do with box
- Install as an Agent Skill via npx skills add box/box-for-ai, or as a platform plugin for Codex, Cursor, or Claude Code
- Configure the Box MCP server connection through the platform's MCP settings
- Implement Box content workflows such as adding file upload, creating a shared link for a folder, or setting up webhooks for new file events
- Build document-driven flows, e.g. searching a Box account for invoices, using Box AI to classify documents, or wiring webhooks to process new uploads
- Troubleshoot integrations, e.g. debugging 401 errors with Box JWT auth or fixing webhook signature verification
- Run quick verification using Box CLI commands (box users:get me --json, box folders:items 0 --json --max-items 5) or, as a last-resort fallback, direct REST calls with a BOX_ACCESS_TOKEN
Sources
Original description (English)
Work with your Box content directly from Claude Code — search files, organize folders, collaborate with your team, and use Box AI to answer questions, summarize documents, and extract data without leaving your workflow.
History of box
- Plugin Added box