Box CLI in Action: A File System Interface for Agents
Skills:
Tool Use & Function Calling80%
Key Takeaways
This video teaches how to use the Box CLI as a file system interface for agents with Claude Code
Original Description
The Box CLI turns Box into a cloud file system for agents.
In this demo, we use Claude Code to interact with content in Box through simple CLI commands — finding files, extracting metadata from tax documents, writing that data back to each file, and generating a summary spreadsheet.
All of this happens directly against the content already stored in Box, with no manual steps required.
Install the Box CLI:
npm install --global @Box/cli
GitHub:
https://github.com/box/boxcli
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Tool Use & Function Calling
View skill →Related Reads
📰
📰
📰
📰
Changes to LLM pricing: Novita and StreamLake
Dev.to AI
Kimi K3 Open Weights, Node.js 26 Temporal, and the Week Tooling Got Serious
Dev.to AI
Experiments with On-device AI — What building on Gemini Nano actually teaches you
Dev.to AI
The eye corrects the ear: fixing my LLM's video hallucinations with OCR and a VAD gate
Dev.to AI
🎓
Tutor Explanation
DeepCamp AI