terabox-storage
Manage TeraBox cloud storage operations including login, upload, download, share, and transfer. Use the terabox CLI tool for file management tasks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arthurpatten/terabox-storageWhat This Skill Does
The terabox-storage skill provides a robust command-line interface integration for managing your TeraBox cloud storage account directly within the OpenClaw environment. This skill enables seamless synchronization of your digital assets by supporting operations such as file uploads, directory downloads, remote file listing, sharing, and secure authentication. Designed with security and efficiency in mind, the tool operates exclusively within a defined application sandbox, ensuring that your local file system remains protected while providing full access to your cloud-based storage infrastructure.
Installation
To integrate this skill, use the ClawHub registry: clawhub install openclaw/skills/skills/arthurpatten/terabox-storage. Once installed, ensure you execute the provided bash script to set up the environment: bash @skills/terabox-storage/scripts/install.sh. This script will download the required binary and verify your system architecture. Please ensure that the directory ~/.local/bin is included in your system's PATH variable to allow the skill to interact with the underlying CLI tool effectively.
Use Cases
This skill is ideal for users who need to back up local projects, share assets with team members, or migrate files between cloud providers and local machines. It is particularly useful for developers who need to archive build outputs, researchers who manage large datasets across cloud storage, or everyday users who want a scriptable way to automate cloud file management tasks without navigating web-based UIs.
Example Prompts
- "TeraBox, please upload the contents of my project-alpha folder to the root directory."
- "I need to download the file named report.pdf from my TeraBox cloud to the local docs directory."
- "Could you list the files currently in my TeraBox remote storage and share a link to the latest backup?"
Tips & Limitations
Always check your login status by running terabox whoami if an operation fails. Note that the skill includes a safety-first confirmation mechanism; if a file destination is ambiguous, the agent will prompt you before proceeding to avoid accidental overwrites. This skill is currently in the beta phase, so please review the reference documentation before performing mass data migrations. Ensure all file paths remain within the designated sandbox to avoid permission errors.
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-arthurpatten-terabox-storage": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api