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.
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
Add file uploads, shared links, and webhooks
Search, classify, and process documents
Search, classify, and process documents
| What to prompt | What happens |
|---|---|
| ”Search my Box account for invoices” | Uses the Box Search API to find matching files. |
| ”Use Box AI to classify documents” | Implements document classification with the Box AI API. |
| ”Wire webhooks to process new uploads” | Connects webhook events to document processing logic. |
Automate multi-step file processing
Automate multi-step file processing
| What to prompt | What happens |
|---|---|
| ”Extract invoice numbers and totals from these PDFs, and put them in a table” | Locates the PDFs, runs Box AI extraction on each, and formats results into a structured table. |
| ”Organize the files in this folder by type. Classify with Box AI and move into subfolders” | Inventories the folder, classifies files using Box AI, creates target subfolders, and moves files serially. |
| ”Build a search-first retrieval flow for invoice lookup that only downloads files when needed” | Searches Box with filters first, then retrieves content only for the matching shortlist. |
Troubleshoot integrations
Troubleshoot integrations
| What to prompt | What happens |
|---|---|
| ”Debug 401 errors with my Box JWT auth” | Walks through JWT authentication troubleshooting. |
| ”Fix webhook signature verification” | Diagnoses and resolves webhook signature issues. |
