ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/volcengine-storage-tos
Or

What 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

  1. "Sync the local folder './build-artifacts' to the 'production-assets' bucket in the 'cn-beijing' region, keeping all metadata intact."
  2. "Generate a read-only signed URL for the object 'reports/quarterly-summary.pdf' that expires in 2 hours."
  3. "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

Author@cinience
Stars3562
Views1
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinience-volcengine-storage-tos": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#volcengine#cloud-storage#tos#data-management
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api