What problem does it solve? Working with Box cloud storage from an AI assistant normally requires manual API calls, ad-hoc scripts, and risky handling of OAuth credentials. This Skill provides a complete operational playbook for connecting a Box account through OAuth and performing file, folder, sharing, search, metadata, and Box AI tasks safely through the official Box CLI. ## Core Features & Use Cases - OAuth Connection Setup: Guides interactive Box CLI login for both same-computer and remote/headless environments, including custom OAuth Platform Apps when extra scopes like webhook management are needed. - Content Operations: Upload, download, version, move, rename, share, and collaborate on Box files and folders using ID-based commands with verification after every write. - Search, Metadata & Box AI: Run Box search and metadata queries, extract structured metadata from documents with Box AI, persist results to global.properties or JSON sidecars, and run Q&A over files or Box Hubs. - Bulk & App Workflows: Inventory-driven batch operations with recovery from 409/429 errors, plus SDK guidance for building Box-backed applications and webhook handlers. - Use Case: Ask the assistant to connect your Box account, then extract invoice numbers and totals from every PDF in a Box folder and write the results back as file metadata. ## Quick Start Connect my Box account with OAuth and summarize the files in my Box folder.