Skip to main content
Agent Skills are pre-built instruction sets that teach AI coding assistants how to perform specific tasks. Box Agent Skills give your AI assistant the context it needs to build Box integrations, work with Box content via MCP tools, configure webhooks, and use Box AI retrieval. No manual configuration is required. The skills follow the Agent Skills open standard and can be installed as a plugin for ChatGPT/Codex, Cursor, or Claude/Claude Code. To get access to the full plugin with all the skills, ensure that you are logged in to the selected AI tool. For detailed reference material, additional examples, and contributing guidelines, see the box-for-ai repository on GitHub.

Install

Running npx skills add prompts you to install the skills package if not already present. Confirm the installation when prompted to continue.
Run this in your project directory (or from any directory for a user-level install) to add all Box Agent Skills:
To browse the full list of available skills, see the Box skills registry.
To verify that your Box account is connected after installation, run box users:get me --json in the . A successful response confirms your authentication is working.

Usage

Skills are loaded automatically when your assistant detects a relevant task. Ask your assistant to perform Box-related tasks in natural language and it will select the appropriate skill.

Skill structure

Box Agent Skills follow the Agent Skills open standard. Each skill is a directory containing instruction files and supporting resources.
Skills are concise by design. They use tables instead of prose and focus on the information an AI assistant needs to generate accurate code.
Last modified on July 10, 2026