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.
Agent Skills
Codex plugin
Cursor plugin
Claude Code plugin
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. Box Agent Skills can also be installed as a Codex plugin. See the
Codex setup guide
for configuration instructions, including how to connect the Box MCP server. Box Agent Skills can also be installed as a Cursor plugin. See the
Cursor setup guide
for configuration instructions, including how to connect the Box MCP server. For Claude Code, install Box Agent Skills as a platform plugin. See the
Claude Code setup guide
for configuration instructions.
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.
Add file uploads, shared links, and webhooks
Search, classify, and process documents
Automate multi-step file processing
Troubleshoot integrations
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.