volcengine-storage-tos
Object storage operations for Volcengine TOS. Use when users need upload/download/sync, bucket policy checks, signed URLs, or storage troubleshooting.
Why use this skill?
Efficiently manage Volcengine TOS buckets and objects with the OpenClaw AI agent. Handle secure uploads, downloads, and sync operations with built-in policy validation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/volcengine-storage-tosWhat This Skill Does
The volcengine-storage-tos skill provides a robust interface for interacting with Volcengine Object Storage (TOS). It enables users to perform cloud storage operations directly through the OpenClaw agent environment. The skill handles object management including file uploads, downloads, and directory synchronizations, while also providing advanced utilities such as generating signed URLs for temporary access, validating bucket policies, and troubleshooting storage access issues. By automating the interaction with the TOS API, this skill allows users to integrate cloud storage tasks into their automated workflows, ensuring that files are moved and secured efficiently.
Installation
To integrate this skill into your environment, use the OpenClaw terminal or package manager command:
clawhub install openclaw/skills/skills/cinience/volcengine-storage-tos
Ensure that you have your Volcengine Access Key ID and Secret Access Key configured in your OpenClaw environment variables to permit the agent to authenticate with your TOS buckets successfully.
Use Cases
This skill is designed for scenarios involving data lifecycle management. Developers and data engineers can use it to sync local datasets to high-availability cloud storage, automate the distribution of static assets through signed URLs for private downloads, or conduct periodic audits of bucket access policies to ensure organizational security compliance. It is particularly useful for automated pipelines where logs or build artifacts need to be offloaded to cloud storage after completion.
Example Prompts
- "Sync the local folder './build-artifacts' to the 'production-assets' bucket in the 'cn-beijing' region, keeping all metadata intact."
- "Generate a read-only signed URL for the object 'reports/quarterly-summary.pdf' that expires in 2 hours."
- "Check the bucket policy for 'user-uploads-staging' and report any public access permissions that look suspicious."
Tips & Limitations
When using this skill, always verify your region settings, as TOS operations are region-specific and incorrect targeting will lead to authentication or connection errors. For high-volume operations, ensure your network connection is stable, as interruptions during large file transfers may require a manual restart of the sync process. The skill implements a safety-first approach; therefore, it will prompt for explicit confirmation before executing destructive operations like deleting large quantities of objects. Always monitor the returned result manifest to verify checksums or file sizes against your local source, ensuring complete data integrity post-upload.
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-cinience-volcengine-storage-tos": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.