ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/alicloud-storage-oss-ossutil
Or

What This Skill Does

The alicloud-storage-oss-ossutil skill provides a robust interface for interacting with Alibaba Cloud Object Storage Service (OSS) directly from your command line. Built upon the official OSSUTIL 2.0 tool, this skill enables seamless management of your cloud storage resources. It simplifies the complex processes of authentication, bucket discovery, and data transfer. Whether you need to synchronize large local datasets to the cloud, configure bucket permissions, or automate maintenance tasks, this agent acts as your expert assistant, handling the nuances of region endpoints, signature versions, and configuration file management.

Installation

To begin, ensure you have the OpenClaw environment active. You can install the skill by executing: clawhub install openclaw/skills/skills/cinience/alicloud-storage-oss-ossutil. Once installed, you should initialize your credentials. The skill supports multiple methods: interactive configuration via ossutil config, defining environment variables (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, and ALICLOUD_REGION_ID), or utilizing the standard ~/.alibabacloud/credentials file. For security, we recommend using RAM user credentials with limited permissions rather than root account keys.

Use Cases

This skill is ideal for DevOps engineers and data analysts who need to manage cloud storage without navigating the GUI console. Common use cases include:

  • Bulk data migration: Transferring thousands of files from local servers to OSS buckets using the high-performance sync command.
  • Environment Automation: Deploying static assets or backups as part of a CI/CD pipeline.
  • Resource Auditing: Listing and verifying bucket contents, checking object metadata, or validating permissions.
  • Cross-Region Management: Managing resources across multiple global regions by accurately configuring endpoint parameters.

Example Prompts

  1. "List all my OSS buckets and then show me the files in the 'production-backup-data' bucket located in the cn-shanghai region."
  2. "Synchronize the folder '/data/logs' to the oss://my-app-logs bucket, and make sure to delete files from the bucket that no longer exist locally."
  3. "I'm getting an 'Invalid signing region' error when trying to upload files. Can you help me fix my endpoint configuration for this bucket?"

Tips & Limitations

  • Regional Accuracy: Always specify the correct --region and -e (endpoint) parameters. Mismatched regions often cause 'Invalid signing region' errors.
  • Performance: For extremely large buckets, always use --limited-num to prevent command timeouts.
  • Security: Never share your AccessKey Secret in plain text. Prefer environment variables or configuration files for automated agent tasks.
  • Scope: This skill covers OSSUTIL 2.0 commands. If you are performing operations outside the scope of standard CLI tasks (like complex identity management), you may need to supplement this with the Alibaba Cloud SDK.

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-alicloud-storage-oss-ossutil": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#alicloud#oss#cli#storage#cloud-ops
Safety Score: 3/5

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