Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Among other features, Box CLI includes the following functionality:
* As-User header - Act on behalf of another user.
* Search API - Search for files and folders in your Box Enterprise account.

> **Working with an AI agent?** Install the official [Box skills](https://github.com/box/box-for-ai) (`npx skills add box/box-for-ai`) to help your assistant use the Box CLI and Box APIs correctly.
## Table of contents

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@box/cli",
"description": "Official command line interface for the Box API.",
"description": "Official command line interface for the Box API. Includes official AI agent skills: box/box-for-ai.",
"keywords": [
"box",
"cli",
"platform",
"api",
"upload",
"download"
"download",
"ai",
"agent",
"mcp",
"skills",
"box-for-ai"
],
"version": "4.9.2",
"author": "Box <oss@box.com>",
Expand Down Expand Up @@ -89,7 +94,7 @@
"/src"
],
"oclif": {
"description": "Official command line interface for the Box API. New here? Run 'box login -d' to sign in with your Box account in seconds. Already set up? Run 'box help' to explore all available commands.",
"description": "Official command line interface for the Box API. New here? Run 'box login -d' to sign in with your Box account in seconds. Already set up? Run 'box help' to explore all available commands. Working with an AI agent? Install the official Box skills for Claude Code, Cursor, and Codex to help your assistant use the Box CLI and Box APIs correctly: https://github.com/box/box-for-ai (npx skills add box/box-for-ai).",
"commands": "./src/commands",
"bin": "box",
"additionalHelpFlags": [
Expand Down
Loading