box
Manage files and folders via Box API. Upload, download, and share content securely.
Why use this skill?
Manage your enterprise cloud storage effortlessly. Use the OpenClaw Box skill to upload, download, and organize files securely via the Box API.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/boxWhat This Skill Does
The Box skill for OpenClaw enables seamless integration with your Enterprise cloud storage environment. By acting as a secure bridge between your local workflow and the Box API, it allows you to automate file lifecycle management. Whether you need to organize documentation, retrieve historical files, or share project assets with team members, this skill handles the heavy lifting through secure authentication and standardized API calls. It supports essential operations including listing folder contents, uploading local assets to specific directories, and downloading remote files to your local environment for further processing or review.
Installation
To integrate the Box skill into your OpenClaw agent, execute the following command in your terminal: clawhub install openclaw/skills/skills/mrgoodb/box. Once the installation is complete, you must configure your environment variables to allow the agent to authenticate with your Box account. Set your BOX_ACCESS_TOKEN in your system environment settings. Ensure this token has the appropriate scopes configured within the Box Developer Console to perform the intended file operations.
Use Cases
This skill is ideal for teams relying on Box for centralized document management. Typical use cases include: 1) Automated report archiving where the agent fetches generated data and pushes it to a designated Box folder. 2) Project onboarding where an agent retrieves documentation templates from a central repository. 3) Cross-platform file syncing, allowing users to move files between local directories and cloud storage without manually navigating the Box web interface.
Example Prompts
- "OpenClaw, please list all files inside the root folder on Box and identify any documents added in the last 24 hours."
- "Upload the latest version of 'project_specs.pdf' from my current directory to the 'Engineering' folder on Box."
- "Download the file with ID '123456789' from Box and save it as 'downloaded_report.txt' in my local folder."
Tips & Limitations
Always ensure that your BOX_ACCESS_TOKEN is rotated periodically for security. The skill uses the official Box API endpoints, meaning you are subject to the rate limits and folder structure permissions established by your enterprise admin. If the agent fails to perform an action, verify that the folder ID used as the parent destination is correct and that your access token possesses the 'write' permission scope for the target directory. Be mindful of file naming conflicts, as the API may return an error if a file with the same name already exists in the destination folder.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-box": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.