From 55a821230f239d624a8ab2e513f5b5b7b60cbdd3 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Mon, 20 Jul 2026 12:38:51 -0700 Subject: [PATCH] Surface Box AI agent skills in help, README, and npm metadata --- README.md | 2 ++ package.json | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b8ad841..7f670b7d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 0e622345..0da19d94 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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": [